summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/mc_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/mc_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/mc_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/mc_gp10b.c b/drivers/gpu/nvgpu/gp10b/mc_gp10b.c
index 9851fc5d..033d02c5 100644
--- a/drivers/gpu/nvgpu/gp10b/mc_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/mc_gp10b.c
@@ -128,7 +128,7 @@ void mc_gp10b_isr_stall(struct gk20a *g)
128 gk20a_fifo_isr(g); 128 gk20a_fifo_isr(g);
129 } 129 }
130 if ((mc_intr_0 & mc_intr_pmu_pending_f()) != 0U) { 130 if ((mc_intr_0 & mc_intr_pmu_pending_f()) != 0U) {
131 gk20a_pmu_isr(g); 131 g->ops.pmu.pmu_isr(g);
132 } 132 }
133 if ((mc_intr_0 & mc_intr_priv_ring_pending_f()) != 0U) { 133 if ((mc_intr_0 & mc_intr_priv_ring_pending_f()) != 0U) {
134 g->ops.priv_ring.isr(g); 134 g->ops.priv_ring.isr(g);