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.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index f632245e..b0fd3c0c 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -7437,6 +7437,18 @@ static int gr_gk20a_dump_gr_status_regs(struct gk20a *g,
7437 gk20a_readl(g, gr_pri_bes_zrop_status_r())); 7437 gk20a_readl(g, gr_pri_bes_zrop_status_r()));
7438 gk20a_debug_output(o, "NV_PGRAPH_PRI_BES_ZROP_STATUS2 : 0x%x\n", 7438 gk20a_debug_output(o, "NV_PGRAPH_PRI_BES_ZROP_STATUS2 : 0x%x\n",
7439 gk20a_readl(g, gr_pri_bes_zrop_status2_r())); 7439 gk20a_readl(g, gr_pri_bes_zrop_status2_r()));
7440 gk20a_debug_output(o, "NV_PGRAPH_PRI_BE0_BECS_BE_EXCEPTION: 0x%x\n",
7441 gk20a_readl(g, gr_pri_be0_becs_be_exception_r()));
7442 gk20a_debug_output(o, "NV_PGRAPH_PRI_BE0_BECS_BE_EXCEPTION_EN: 0x%x\n",
7443 gk20a_readl(g, gr_pri_be0_becs_be_exception_en_r()));
7444 gk20a_debug_output(o, "NV_PGRAPH_PRI_GPC0_GPCCS_GPC_EXCEPTION: 0x%x\n",
7445 gk20a_readl(g, gr_pri_gpc0_gpccs_gpc_exception_r()));
7446 gk20a_debug_output(o, "NV_PGRAPH_PRI_GPC0_GPCCS_GPC_EXCEPTION_EN: 0x%x\n",
7447 gk20a_readl(g, gr_pri_gpc0_gpccs_gpc_exception_en_r()));
7448 gk20a_debug_output(o, "NV_PGRAPH_PRI_GPC0_TPC0_TPCCS_TPC_EXCEPTION: 0x%x\n",
7449 gk20a_readl(g, gr_pri_gpc0_tpc0_tpccs_tpc_exception_r()));
7450 gk20a_debug_output(o, "NV_PGRAPH_PRI_GPC0_TPC0_TPCCS_TPC_EXCEPTION_EN: 0x%x\n",
7451 gk20a_readl(g, gr_pri_gpc0_tpc0_tpccs_tpc_exception_en_r()));
7440 return 0; 7452 return 0;
7441} 7453}
7442 7454