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 2cf55119..f8e05818 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -5873,7 +5873,7 @@ static int gk20a_gr_handle_notify_pending(struct gk20a *g,
5873 nvgpu_mutex_release(&ch->cyclestate.cyclestate_buffer_mutex); 5873 nvgpu_mutex_release(&ch->cyclestate.cyclestate_buffer_mutex);
5874#endif 5874#endif
5875 gk20a_dbg_fn(""); 5875 gk20a_dbg_fn("");
5876 wake_up(&ch->notifier_wq); 5876 nvgpu_cond_broadcast_interruptible(&ch->notifier_wq);
5877 return 0; 5877 return 0;
5878} 5878}
5879 5879