diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c index 9dcab250a..b9183e768 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) gk20a_err(dev_from_gk20a(g), "fifo sched ctxsw timeout error:" "engine = %u, ch = %d", engine_id, id); + gk20a_gr_debug_dump(g->dev); gk20a_fifo_recover(g, BIT(engine_id), ch->timeout_debug_dump); } else {