summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-06-08 12:24:17 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-21 20:35:00 -0400
commit234835b9d1b74b318a8d976cd5284697cf99fff1 (patch)
tree0655cc659eba93636e4f588937589154bd5ca286 /drivers/gpu/nvgpu/gk20a/gk20a.h
parent974379ebb7e7acddc143923f094c58becf3067f1 (diff)
gpu: nvgpu: Move devfreq field to os_linux
Move devfreq field from struct gk20a to os_linux. It's a Linux specific framework. JIRA NVGPU-38 Change-Id: I1e00f5a80e31deb4aaba379274c3a7a7b04d963b Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1505176 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index c53e83dd..c1898d2c 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1186,8 +1186,6 @@ struct gk20a {
1186 struct nvgpu_spinlock items_lock; 1186 struct nvgpu_spinlock items_lock;
1187 } channel_worker; 1187 } channel_worker;
1188 1188
1189 struct devfreq *devfreq;
1190
1191 struct gk20a_scale_profile *scale_profile; 1189 struct gk20a_scale_profile *scale_profile;
1192 unsigned long last_freq; 1190 unsigned long last_freq;
1193 1191