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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 7385f9be..3eb193f6 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -109,6 +109,7 @@ struct fifo_gk20a {
109 /* zero-kref'd channels here */ 109 /* zero-kref'd channels here */
110 struct list_head free_chs; 110 struct list_head free_chs;
111 struct mutex free_chs_mutex; 111 struct mutex free_chs_mutex;
112 struct mutex gr_reset_mutex;
112 113
113 struct tsg_gk20a *tsg; 114 struct tsg_gk20a *tsg;
114 struct mutex tsg_inuse_mutex; 115 struct mutex tsg_inuse_mutex;