summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
index edd98896..f212e55b 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -1338,7 +1338,7 @@ static void gk20a_fifo_set_has_timedout_and_wake_up_wqs(struct gk20a *g,
1338 refch->has_timedout = true; 1338 refch->has_timedout = true;
1339 wmb(); 1339 wmb();
1340 /* unblock pending waits */ 1340 /* unblock pending waits */
1341 wake_up(&refch->semaphore_wq); 1341 nvgpu_cond_broadcast_interruptible(&refch->semaphore_wq);
1342 wake_up(&refch->notifier_wq); 1342 wake_up(&refch->notifier_wq);
1343 } 1343 }
1344} 1344}