summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index a10650be..56d1d505 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -4983,7 +4983,7 @@ static int gk20a_gr_handle_semaphore_pending(struct gk20a *g,
4983 struct fifo_gk20a *f = &g->fifo; 4983 struct fifo_gk20a *f = &g->fifo;
4984 struct channel_gk20a *ch = &f->channel[isr_data->chid]; 4984 struct channel_gk20a *ch = &f->channel[isr_data->chid];
4985 4985
4986 gk20a_channel_post_event(ch); 4986 wake_up_interruptible_all(&ch->semaphore_wq);
4987 4987
4988 return 0; 4988 return 0;
4989} 4989}