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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 5ab09ac3..7bd9775e 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -738,6 +738,11 @@ struct gk20a {
738#endif 738#endif
739 struct gk20a_ctxsw_ucode_info ctxsw_ucode_info; 739 struct gk20a_ctxsw_ucode_info ctxsw_ucode_info;
740 740
741 /*
742 * A group of semaphore pools. One for each channel.
743 */
744 struct gk20a_semaphore_sea *sema_sea;
745
741 /* held while manipulating # of debug/profiler sessions present */ 746 /* held while manipulating # of debug/profiler sessions present */
742 /* also prevents debug sessions from attaching until released */ 747 /* also prevents debug sessions from attaching until released */
743 struct mutex dbg_sessions_lock; 748 struct mutex dbg_sessions_lock;