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 3298a383..a2832a9f 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -5267,7 +5267,7 @@ static int gk20a_gr_lock_down_sm(struct gk20a *g, u32 global_esr_mask)
5267 unsigned long end_jiffies = jiffies + 5267 unsigned long end_jiffies = jiffies +
5268 msecs_to_jiffies(gk20a_get_gr_idle_timeout(g)); 5268 msecs_to_jiffies(gk20a_get_gr_idle_timeout(g));
5269 u32 delay = GR_IDLE_CHECK_DEFAULT; 5269 u32 delay = GR_IDLE_CHECK_DEFAULT;
5270 bool mmu_debug_mode_enabled = gk20a_mm_mmu_debug_mode_enabled(g); 5270 bool mmu_debug_mode_enabled = g->ops.mm.is_debug_mode_enabled(g);
5271 u32 dbgr_control0; 5271 u32 dbgr_control0;
5272 5272
5273 gk20a_dbg(gpu_dbg_intr | gpu_dbg_gpu_dbg, "locking down SM"); 5273 gk20a_dbg(gpu_dbg_intr | gpu_dbg_gpu_dbg, "locking down SM");