summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index f8af091b..0932778d 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -524,7 +524,8 @@ int gr_gk20a_ctx_wait_ucode(struct gk20a *g, u32 mailbox_id,
524 524
525 if (check == WAIT_UCODE_TIMEOUT) { 525 if (check == WAIT_UCODE_TIMEOUT) {
526 nvgpu_err(g, 526 nvgpu_err(g,
527 "timeout waiting on ucode response"); 527 "timeout waiting on mailbox=%d value=0x%08x",
528 mailbox_id, reg);
528 gk20a_fecs_dump_falcon_stats(g); 529 gk20a_fecs_dump_falcon_stats(g);
529 gk20a_gr_debug_dump(g); 530 gk20a_gr_debug_dump(g);
530 return -1; 531 return -1;