summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
index d8951b94..74c920e4 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -152,9 +152,9 @@ struct channel_gk20a {
152 152
153 bool cmds_pending; 153 bool cmds_pending;
154 struct { 154 struct {
155 /* These fences should be accessed with submit_lock held. */
156 struct gk20a_fence *pre_fence; 155 struct gk20a_fence *pre_fence;
157 struct gk20a_fence *post_fence; 156 struct gk20a_fence *post_fence;
157 struct mutex fence_lock;
158 } last_submit; 158 } last_submit;
159 159
160 void (*remove_support)(struct channel_gk20a *); 160 void (*remove_support)(struct channel_gk20a *);