summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/dbg_gpu_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/dbg_gpu_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/dbg_gpu_gk20a.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/dbg_gpu_gk20a.h b/drivers/gpu/nvgpu/gk20a/dbg_gpu_gk20a.h
index 773a669c..caa9395b 100644
--- a/drivers/gpu/nvgpu/gk20a/dbg_gpu_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/dbg_gpu_gk20a.h
@@ -67,14 +67,14 @@ struct dbg_session_gk20a {
67 67
68 /* list of bound channels, if any */ 68 /* list of bound channels, if any */
69 struct list_head ch_list; 69 struct list_head ch_list;
70 struct mutex ch_list_lock; 70 struct nvgpu_mutex ch_list_lock;
71 71
72 /* event support */ 72 /* event support */
73 struct dbg_gpu_session_events dbg_events; 73 struct dbg_gpu_session_events dbg_events;
74 74
75 bool broadcast_stop_trigger; 75 bool broadcast_stop_trigger;
76 76
77 struct mutex ioctl_lock; 77 struct nvgpu_mutex ioctl_lock;
78}; 78};
79 79
80struct dbg_session_data { 80struct dbg_session_data {