summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-06-19 15:17:15 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-20 14:35:23 -0400
commit502169c394a38ce24b637a190b6bbb8c0d8e6d5f (patch)
treeb1136ff3fe6e6e5a94444df07488504f527ba2bc /drivers/gpu/nvgpu
parent930b61e6d19c894ce5101f8ce2804263b9cf8069 (diff)
gpu: nvgpu: Delete cooling device
We don't use cooling device, so delete its definition from gk20a.h. JIRA NVGPU-38 Change-Id: Ie39d3dea4f0de870ebe6493bbf90a286452ae61d Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1505174 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: Konsta Holtta <kholtta@nvidia.com> GVS: Gerrit_Virtual_Submit
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;