summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 7617c70a..3fa4f0c6 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -567,7 +567,7 @@ static irqreturn_t gk20a_intr_thread_stall(int irq, void *dev_id)
567 if (mc_intr_0 & mc_intr_0_priv_ring_pending_f()) 567 if (mc_intr_0 & mc_intr_0_priv_ring_pending_f())
568 gk20a_priv_ring_isr(g); 568 gk20a_priv_ring_isr(g);
569 if (mc_intr_0 & mc_intr_0_ltc_pending_f()) 569 if (mc_intr_0 & mc_intr_0_ltc_pending_f())
570 gk20a_mm_ltc_isr(g); 570 g->ops.ltc.isr(g);
571 if (mc_intr_0 & mc_intr_0_pbus_pending_f()) 571 if (mc_intr_0 & mc_intr_0_pbus_pending_f())
572 gk20a_pbus_isr(g); 572 gk20a_pbus_isr(g);
573 573