summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
index 607fca59..534ffdb7 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
@@ -1586,7 +1586,7 @@ static int gr_gp10b_disable_channel_or_tsg(struct gk20a *g, struct channel_gk20a
1586 return ret; 1586 return ret;
1587 } 1587 }
1588 1588
1589 ret = g->ops.fifo.update_runlist(g, 0, ~0, true, false); 1589 ret = g->ops.fifo.update_runlist(g, fault_ch->runlist_id, ~0, true, false);
1590 if (ret) { 1590 if (ret) {
1591 gk20a_err(dev_from_gk20a(g), 1591 gk20a_err(dev_from_gk20a(g),
1592 "CILP: failed to restart runlist 0!"); 1592 "CILP: failed to restart runlist 0!");