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 ea77985e..1cbf7689 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -218,7 +218,7 @@ struct channel_gk20a {
218 struct priv_cmd_queue priv_cmd_q; 218 struct priv_cmd_queue priv_cmd_q;
219 219
220 wait_queue_head_t notifier_wq; 220 wait_queue_head_t notifier_wq;
221 wait_queue_head_t semaphore_wq; 221 struct nvgpu_cond semaphore_wq;
222 222
223 u32 timeout_accumulated_ms; 223 u32 timeout_accumulated_ms;
224 u32 timeout_gpfifo_get; 224 u32 timeout_gpfifo_get;