summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
index 9dcab250..b9183e76 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -1384,6 +1384,7 @@ static bool gk20a_fifo_handle_sched_error(struct gk20a *g)
1384 gk20a_err(dev_from_gk20a(g), 1384 gk20a_err(dev_from_gk20a(g),
1385 "fifo sched ctxsw timeout error:" 1385 "fifo sched ctxsw timeout error:"
1386 "engine = %u, ch = %d", engine_id, id); 1386 "engine = %u, ch = %d", engine_id, id);
1387 gk20a_gr_debug_dump(g->dev);
1387 gk20a_fifo_recover(g, BIT(engine_id), 1388 gk20a_fifo_recover(g, BIT(engine_id),
1388 ch->timeout_debug_dump); 1389 ch->timeout_debug_dump);
1389 } else { 1390 } else {