summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index ea9f4528..c6d34945 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -91,7 +91,8 @@ struct fifo_runlist_info_gk20a {
91 u32 reset_eng_bitmask; /* engines to be reset during recovery */ 91 u32 reset_eng_bitmask; /* engines to be reset during recovery */
92 bool stopped; 92 bool stopped;
93 bool support_tsg; 93 bool support_tsg;
94 struct nvgpu_mutex mutex; /* protect channel preempt and runlist update */ 94 /* protect ch/tsg/runlist preempt & runlist update */
95 struct nvgpu_mutex runlist_lock;
95}; 96};
96 97
97enum { 98enum {