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 de1c82dc..edc0f13d 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -1267,7 +1267,7 @@ static bool gk20a_fifo_should_defer_engine_reset(struct gk20a *g, u32 engine_id,
1267 /* channel recovery is only deferred if an sm debugger 1267 /* channel recovery is only deferred if an sm debugger
1268 is attached and has MMU debug mode is enabled */ 1268 is attached and has MMU debug mode is enabled */
1269 if (!gk20a_gr_sm_debugger_attached(g) || 1269 if (!gk20a_gr_sm_debugger_attached(g) ||
1270 !g->ops.mm.is_debug_mode_enabled(g)) 1270 !g->ops.fb.is_debug_mode_enabled(g))
1271 return false; 1271 return false;
1272 1272
1273 /* if this fault is fake (due to RC recovery), don't defer recovery */ 1273 /* if this fault is fake (due to RC recovery), don't defer recovery */