summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/bus/bus_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/bus/bus_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/common/bus/bus_gk20a.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/gpu/nvgpu/common/bus/bus_gk20a.c b/drivers/gpu/nvgpu/common/bus/bus_gk20a.c
index a2c6a3d7..d173123d 100644
--- a/drivers/gpu/nvgpu/common/bus/bus_gk20a.c
+++ b/drivers/gpu/nvgpu/common/bus/bus_gk20a.c
@@ -28,8 +28,6 @@
28#include "bus_gk20a.h" 28#include "bus_gk20a.h"
29 29
30#include <nvgpu/hw/gk20a/hw_bus_gk20a.h> 30#include <nvgpu/hw/gk20a/hw_bus_gk20a.h>
31#include <nvgpu/hw/gk20a/hw_mc_gk20a.h>
32#include <nvgpu/hw/gk20a/hw_gr_gk20a.h>
33#include <nvgpu/hw/gk20a/hw_timer_gk20a.h> 31#include <nvgpu/hw/gk20a/hw_timer_gk20a.h>
34 32
35void gk20a_bus_init_hw(struct gk20a *g) 33void gk20a_bus_init_hw(struct gk20a *g)
@@ -70,9 +68,6 @@ void gk20a_bus_isr(struct gk20a *g)
70 bus_intr_0_pri_fecserr_m() | 68 bus_intr_0_pri_fecserr_m() |
71 bus_intr_0_pri_timeout_m())) { 69 bus_intr_0_pri_timeout_m())) {
72 70
73 nvgpu_log(g, gpu_dbg_intr, "pmc_enable : 0x%x",
74 gk20a_readl(g, mc_enable_r()));
75
76 save0 = gk20a_readl(g, timer_pri_timeout_save_0_r()); 71 save0 = gk20a_readl(g, timer_pri_timeout_save_0_r());
77 if (timer_pri_timeout_save_0_fecs_tgt_v(save0)) { 72 if (timer_pri_timeout_save_0_fecs_tgt_v(save0)) {
78 /* 73 /*
@@ -99,11 +94,6 @@ void gk20a_bus_isr(struct gk20a *g)
99 if (g->ops.priv_ring.decode_error_code) 94 if (g->ops.priv_ring.decode_error_code)
100 g->ops.priv_ring.decode_error_code(g, 95 g->ops.priv_ring.decode_error_code(g,
101 fecs_errcode); 96 fecs_errcode);
102
103 if ((fecs_errcode & 0xffffff00) == 0xbadf1300)
104 nvgpu_err(g, "NV_PGRAPH_PRI_GPC0_GPCCS_FS_GPC: "
105 "0x%08x",
106 gk20a_readl(g, gr_gpc0_fs_gpc_r()));
107 } 97 }
108 98
109 } else { 99 } else {