summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index 0ae44c6f..fdd18d23 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -463,6 +463,7 @@ static int gr_gk20a_ctx_wait_ucode(struct gk20a *g, u32 mailbox_id,
463 gk20a_err(dev_from_gk20a(g), 463 gk20a_err(dev_from_gk20a(g),
464 "timeout waiting on ucode response"); 464 "timeout waiting on ucode response");
465 gk20a_fecs_dump_falcon_stats(g); 465 gk20a_fecs_dump_falcon_stats(g);
466 gk20a_gr_debug_dump(g->dev);
466 return -1; 467 return -1;
467 } else if (check == WAIT_UCODE_ERROR) { 468 } else if (check == WAIT_UCODE_ERROR) {
468 gk20a_err(dev_from_gk20a(g), 469 gk20a_err(dev_from_gk20a(g),