summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index b903d790..860f4d38 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -87,13 +87,6 @@ struct page_alloc_chunk;
87 32 ns is the resolution of ptimer. */ 87 32 ns is the resolution of ptimer. */
88#define PTIMER_REF_FREQ_HZ 31250000 88#define PTIMER_REF_FREQ_HZ 31250000
89 89
90struct cooling_device_gk20a {
91 struct thermal_cooling_device *gk20a_cooling_dev;
92 unsigned int gk20a_freq_state;
93 unsigned int gk20a_freq_table_size;
94 struct gk20a *g;
95};
96
97#ifdef CONFIG_DEBUG_FS 90#ifdef CONFIG_DEBUG_FS
98struct railgate_stats { 91struct railgate_stats {
99 unsigned long last_rail_gate_start; 92 unsigned long last_rail_gate_start;
@@ -1051,7 +1044,6 @@ struct gk20a {
1051 struct nvgpu_pmu pmu; 1044 struct nvgpu_pmu pmu;
1052 struct acr_desc acr; 1045 struct acr_desc acr;
1053 struct ecc_gk20a ecc; 1046 struct ecc_gk20a ecc;
1054 struct cooling_device_gk20a gk20a_cdev;
1055#ifdef CONFIG_ARCH_TEGRA_18x_SOC 1047#ifdef CONFIG_ARCH_TEGRA_18x_SOC
1056 struct clk_pmupstate clk_pmu; 1048 struct clk_pmupstate clk_pmu;
1057 struct perf_pmupstate perf_pmu; 1049 struct perf_pmupstate perf_pmu;