summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-11-10 13:26:41 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-11-15 16:26:15 -0500
commit44f8b11f47bc31aafd0e3d2486125e1d87725fd4 (patch)
treedb041826c9aa327579a2542e6833270cee785a07 /drivers/gpu/nvgpu/gk20a/gk20a.h
parent1f28b429a2fb73a260e0c9fe112dbbc6981ef4b4 (diff)
gpu: nvgpu: Remove GPU characteristics from gk20a
Remove a global copy of GPU characteristics in struct gk20a. Instead fill it at the Linux implementation of GPU characteristics IOCTL. JIRA NVGPU-388 Change-Id: Idc4ad58301d44a554777f5b969f3191a342e73fd Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1597330 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 3381d974..09597bb2 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1225,8 +1225,6 @@ struct gk20a {
1225 1225
1226 struct nvgpu_spinlock mc_enable_lock; 1226 struct nvgpu_spinlock mc_enable_lock;
1227 1227
1228 struct nvgpu_gpu_characteristics gpu_characteristics;
1229
1230 struct gk20a_as as; 1228 struct gk20a_as as;
1231 1229
1232 struct nvgpu_mutex client_lock; 1230 struct nvgpu_mutex client_lock;