summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index ec4597a8..43f673f5 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -58,6 +58,7 @@ struct acr_desc;
58#include "clk/clk.h" 58#include "clk/clk.h"
59#include "perf/perf.h" 59#include "perf/perf.h"
60#include "pmgr/pmgr.h" 60#include "pmgr/pmgr.h"
61#include "therm/thrm.h"
61#endif 62#endif
62#include "gm206/bios_gm206.h" 63#include "gm206/bios_gm206.h"
63 64
@@ -793,6 +794,7 @@ struct gk20a {
793 struct clk_pmupstate clk_pmu; 794 struct clk_pmupstate clk_pmu;
794 struct perf_pmupstate perf_pmu; 795 struct perf_pmupstate perf_pmu;
795 struct pmgr_pmupstate pmgr_pmu; 796 struct pmgr_pmupstate pmgr_pmu;
797 struct therm_pmupstate therm_pmu;
796#endif 798#endif
797 799
798#ifdef CONFIG_DEBUG_FS 800#ifdef CONFIG_DEBUG_FS