summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu')
-rw-r--r--drivers/gpu/nvgpu/gv11b/gr_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
index a4301fa9..59d5569c 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
@@ -1401,7 +1401,7 @@ static int gr_gv11b_disable_channel_or_tsg(struct gk20a *g, struct channel_gk20a
1401 return ret; 1401 return ret;
1402 } 1402 }
1403 1403
1404 ret = g->ops.fifo.update_runlist(g, 0, ~0, true, false); 1404 ret = g->ops.fifo.update_runlist(g, fault_ch->runlist_id, ~0, true, false);
1405 if (ret) { 1405 if (ret) {
1406 gk20a_err(dev_from_gk20a(g), 1406 gk20a_err(dev_from_gk20a(g),
1407 "CILP: failed to restart runlist 0!"); 1407 "CILP: failed to restart runlist 0!");