summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mc_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mc_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mc_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mc_gk20a.c b/drivers/gpu/nvgpu/gk20a/mc_gk20a.c
index a1861b0d..e51c4a29 100644
--- a/drivers/gpu/nvgpu/gk20a/mc_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/mc_gk20a.c
@@ -150,7 +150,7 @@ irqreturn_t mc_gk20a_intr_thread_stall(struct gk20a *g)
150 if (mc_intr_0 & mc_intr_0_ltc_pending_f()) 150 if (mc_intr_0 & mc_intr_0_ltc_pending_f())
151 g->ops.ltc.isr(g); 151 g->ops.ltc.isr(g);
152 if (mc_intr_0 & mc_intr_0_pbus_pending_f()) 152 if (mc_intr_0 & mc_intr_0_pbus_pending_f())
153 gk20a_pbus_isr(g); 153 g->ops.bus.isr(g);
154 154
155 /* sync handled irq counter before re-enabling interrupts */ 155 /* sync handled irq counter before re-enabling interrupts */
156 atomic_set(&g->sw_irq_stall_last_handled, hw_irq_count); 156 atomic_set(&g->sw_irq_stall_last_handled, hw_irq_count);