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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index bfb11566..6e3ea00a 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -4890,8 +4890,7 @@ static int gk20a_gr_handle_semaphore_pending(struct gk20a *g,
4890 struct fifo_gk20a *f = &g->fifo; 4890 struct fifo_gk20a *f = &g->fifo;
4891 struct channel_gk20a *ch = &f->channel[isr_data->chid]; 4891 struct channel_gk20a *ch = &f->channel[isr_data->chid];
4892 4892
4893 gk20a_channel_event(ch); 4893 gk20a_channel_post_event(ch);
4894 wake_up(&ch->semaphore_wq);
4895 4894
4896 return 0; 4895 return 0;
4897} 4896}