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 acd272b4..c5a1bd24 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -108,6 +108,8 @@ struct channel_gk20a {
108 atomic_t ref_count; 108 atomic_t ref_count;
109 wait_queue_head_t ref_count_dec_wq; 109 wait_queue_head_t ref_count_dec_wq;
110 110
111 struct gk20a_semaphore_int *hw_sema;
112
111 int hw_chid; 113 int hw_chid;
112 bool wdt_enabled; 114 bool wdt_enabled;
113 bool bound; 115 bool bound;