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 46560a56..9141264b 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -1358,7 +1358,7 @@ static void gk20a_fifo_set_has_timedout_and_wake_up_wqs(struct gk20a *g,
1358 wmb(); 1358 wmb();
1359 /* unblock pending waits */ 1359 /* unblock pending waits */
1360 nvgpu_cond_broadcast_interruptible(&refch->semaphore_wq); 1360 nvgpu_cond_broadcast_interruptible(&refch->semaphore_wq);
1361 wake_up(&refch->notifier_wq); 1361 nvgpu_cond_broadcast_interruptible(&refch->notifier_wq);
1362 } 1362 }
1363} 1363}
1364 1364