summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/ce2_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/ce2_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/ce2_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/ce2_gp10b.c b/drivers/gpu/nvgpu/gp10b/ce2_gp10b.c
index b2d417b7..4cb13f3b 100644
--- a/drivers/gpu/nvgpu/gp10b/ce2_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/ce2_gp10b.c
@@ -26,7 +26,7 @@ static u32 ce2_nonblockpipe_isr(struct gk20a *g, u32 fifo_intr)
26 gk20a_dbg(gpu_dbg_intr, "ce2 non-blocking pipe interrupt\n"); 26 gk20a_dbg(gpu_dbg_intr, "ce2 non-blocking pipe interrupt\n");
27 27
28 /* wake theads waiting in this channel */ 28 /* wake theads waiting in this channel */
29 gk20a_channel_semaphore_wakeup(g); 29 gk20a_channel_semaphore_wakeup(g, true);
30 return ce2_intr_status_nonblockpipe_pending_f(); 30 return ce2_intr_status_nonblockpipe_pending_f();
31} 31}
32 32