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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index bfb8b204..9d931520 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1009,7 +1009,7 @@ struct gk20a {
1009 struct nvgpu_semaphore_sea *sema_sea; 1009 struct nvgpu_semaphore_sea *sema_sea;
1010 1010
1011 /* List of pending SW semaphore waits. */ 1011 /* List of pending SW semaphore waits. */
1012 struct list_head pending_sema_waits; 1012 struct nvgpu_list_node pending_sema_waits;
1013 struct nvgpu_raw_spinlock pending_sema_waits_lock; 1013 struct nvgpu_raw_spinlock pending_sema_waits_lock;
1014 1014
1015 /* held while manipulating # of debug/profiler sessions present */ 1015 /* held while manipulating # of debug/profiler sessions present */