summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/fifo_vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/fifo_vgpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
index 9122e48b..5ea6a016 100644
--- a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
@@ -710,7 +710,7 @@ static void vgpu_fifo_set_ctx_mmu_error(struct gk20a *g,
710 ch->has_timedout = true; 710 ch->has_timedout = true;
711 wmb(); 711 wmb();
712 /* unblock pending waits */ 712 /* unblock pending waits */
713 wake_up(&ch->semaphore_wq); 713 nvgpu_cond_broadcast_interruptible(&ch->semaphore_wq);
714 wake_up(&ch->notifier_wq); 714 wake_up(&ch->notifier_wq);
715} 715}
716 716