summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
index e2b8a12e..b1cd50ea 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -862,7 +862,7 @@ static bool gk20a_fifo_should_defer_engine_reset(struct gk20a *g, u32 engine_id,
862 /* channel recovery is only deferred if an sm debugger 862 /* channel recovery is only deferred if an sm debugger
863 is attached and has MMU debug mode is enabled */ 863 is attached and has MMU debug mode is enabled */
864 if (!gk20a_gr_sm_debugger_attached(g) || 864 if (!gk20a_gr_sm_debugger_attached(g) ||
865 !gk20a_mm_mmu_debug_mode_enabled(g)) 865 !g->ops.mm.is_debug_mode_enabled(g))
866 return false; 866 return false;
867 867
868 /* if this fault is fake (due to RC recovery), don't defer recovery */ 868 /* if this fault is fake (due to RC recovery), don't defer recovery */