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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index f5c3bd62..db655c32 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -5075,6 +5075,7 @@ static int gk20a_gr_handle_semaphore_pending(struct gk20a *g,
5075 struct fifo_gk20a *f = &g->fifo; 5075 struct fifo_gk20a *f = &g->fifo;
5076 struct channel_gk20a *ch = &f->channel[isr_data->chid]; 5076 struct channel_gk20a *ch = &f->channel[isr_data->chid];
5077 5077
5078 gk20a_channel_event(ch);
5078 wake_up(&ch->semaphore_wq); 5079 wake_up(&ch->semaphore_wq);
5079 5080
5080 return 0; 5081 return 0;