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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 0cd77d1e..35d58ef1 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1215,6 +1215,7 @@ struct gk20a {
1215 struct nvgpu_cond wq; 1215 struct nvgpu_cond wq;
1216 struct nvgpu_list_node items; 1216 struct nvgpu_list_node items;
1217 struct nvgpu_spinlock items_lock; 1217 struct nvgpu_spinlock items_lock;
1218 struct nvgpu_mutex start_lock;
1218 } channel_worker; 1219 } channel_worker;
1219 1220
1220 struct gk20a_scale_profile *scale_profile; 1221 struct gk20a_scale_profile *scale_profile;