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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index 5a76822f..9f527edd 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -8625,7 +8625,7 @@ int gk20a_gr_wait_for_sm_lock_down(struct gk20a *g, u32 gpc, u32 tpc,
8625 /* if an mmu fault is pending and mmu debug mode is not 8625 /* if an mmu fault is pending and mmu debug mode is not
8626 * enabled, the sm will never lock down. */ 8626 * enabled, the sm will never lock down. */
8627 if (!mmu_debug_mode_enabled && 8627 if (!mmu_debug_mode_enabled &&
8628 gk20a_fifo_mmu_fault_pending(g)) { 8628 (g->ops.mm.mmu_fault_pending(g))) {
8629 gk20a_err(dev_from_gk20a(g), 8629 gk20a_err(dev_from_gk20a(g),
8630 "GPC%d TPC%d: mmu fault pending," 8630 "GPC%d TPC%d: mmu fault pending,"
8631 " sm will never lock down!", gpc, tpc); 8631 " sm will never lock down!", gpc, tpc);