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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index fef9f498..8d8bfbec 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -72,12 +72,10 @@ struct nvgpu_ctxsw_trace_filter;
72#include "pmu_gk20a.h" 72#include "pmu_gk20a.h"
73#include "priv_ring_gk20a.h" 73#include "priv_ring_gk20a.h"
74#include "therm_gk20a.h" 74#include "therm_gk20a.h"
75#ifdef CONFIG_ARCH_TEGRA_18x_SOC
76#include "clk/clk.h" 75#include "clk/clk.h"
77#include "perf/perf.h" 76#include "perf/perf.h"
78#include "pmgr/pmgr.h" 77#include "pmgr/pmgr.h"
79#include "therm/thrm.h" 78#include "therm/thrm.h"
80#endif
81#include "ecc_gk20a.h" 79#include "ecc_gk20a.h"
82 80
83/* PTIMER_REF_FREQ_HZ corresponds to a period of 32 nanoseconds. 81/* PTIMER_REF_FREQ_HZ corresponds to a period of 32 nanoseconds.
@@ -1128,12 +1126,10 @@ struct gk20a {
1128 struct nvgpu_pmu pmu; 1126 struct nvgpu_pmu pmu;
1129 struct acr_desc acr; 1127 struct acr_desc acr;
1130 struct ecc_gk20a ecc; 1128 struct ecc_gk20a ecc;
1131#ifdef CONFIG_ARCH_TEGRA_18x_SOC
1132 struct clk_pmupstate clk_pmu; 1129 struct clk_pmupstate clk_pmu;
1133 struct perf_pmupstate perf_pmu; 1130 struct perf_pmupstate perf_pmu;
1134 struct pmgr_pmupstate pmgr_pmu; 1131 struct pmgr_pmupstate pmgr_pmu;
1135 struct therm_pmupstate therm_pmu; 1132 struct therm_pmupstate therm_pmu;
1136#endif
1137 1133
1138#ifdef CONFIG_DEBUG_FS 1134#ifdef CONFIG_DEBUG_FS
1139 struct railgate_stats pstats; 1135 struct railgate_stats pstats;