summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
index db0f746f..5b007f33 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
@@ -2832,6 +2832,7 @@ int gk20a_channel_suspend(struct gk20a *g)
2832 gk20a_disable_channel_tsg(g, ch); 2832 gk20a_disable_channel_tsg(g, ch);
2833 /* preempt the channel */ 2833 /* preempt the channel */
2834 gk20a_fifo_preempt(g, ch); 2834 gk20a_fifo_preempt(g, ch);
2835 gk20a_channel_timeout_stop(ch);
2835 gk20a_channel_cancel_job_clean_up(ch, true); 2836 gk20a_channel_cancel_job_clean_up(ch, true);
2836 /* wait for channel update notifiers */ 2837 /* wait for channel update notifiers */
2837 if (ch->update_fn) 2838 if (ch->update_fn)