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, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
index 29a13d24..4e0db3cf 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -84,6 +84,8 @@ struct gk20a_event_id_data {
84 bool is_tsg; 84 bool is_tsg;
85 u32 event_id; 85 u32 event_id;
86 86
87 bool event_posted;
88
87 wait_queue_head_t event_id_wq; 89 wait_queue_head_t event_id_wq;
88 struct mutex lock; 90 struct mutex lock;
89 struct list_head event_id_node; 91 struct list_head event_id_node;