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 31b470d4..347ee7dd 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -1268,7 +1268,7 @@ bool gk20a_fifo_should_defer_engine_reset(struct gk20a *g, u32 engine_id,
1268 1268
1269 /* channel recovery is only deferred if an sm debugger 1269 /* channel recovery is only deferred if an sm debugger
1270 is attached and has MMU debug mode is enabled */ 1270 is attached and has MMU debug mode is enabled */
1271 if (!gk20a_gr_sm_debugger_attached(g) || 1271 if (!g->ops.gr.sm_debugger_attached(g) ||
1272 !g->ops.fb.is_debug_mode_enabled(g)) 1272 !g->ops.fb.is_debug_mode_enabled(g))
1273 return false; 1273 return false;
1274 1274