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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
index a44321bc..f6571b6f 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -177,6 +177,7 @@ struct channel_gk20a {
177 struct dma_buf *error_notifier_ref; 177 struct dma_buf *error_notifier_ref;
178 struct nvgpu_notification *error_notifier; 178 struct nvgpu_notification *error_notifier;
179 void *error_notifier_va; 179 void *error_notifier_va;
180 struct mutex error_notifier_mutex;
180 181
181 struct mutex sync_lock; 182 struct mutex sync_lock;
182 struct gk20a_channel_sync *sync; 183 struct gk20a_channel_sync *sync;