summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index c029e9e0..c72b6193 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -294,8 +294,6 @@ int gk20a_finalize_poweron(struct gk20a *g)
294 /* Restore the debug setting */ 294 /* Restore the debug setting */
295 g->ops.fb.set_debug_mode(g, g->mmu_debug_ctrl); 295 g->ops.fb.set_debug_mode(g, g->mmu_debug_ctrl);
296 296
297 gk20a_channel_resume(g);
298
299 gk20a_init_ce_support(g); 297 gk20a_init_ce_support(g);
300 298
301 nvgpu_init_mm_ce_context(g); 299 nvgpu_init_mm_ce_context(g);
@@ -329,6 +327,8 @@ int gk20a_finalize_poweron(struct gk20a *g)
329 } 327 }
330#endif 328#endif
331 329
330 gk20a_channel_resume(g);
331
332done: 332done:
333 if (err) 333 if (err)
334 g->power_on = false; 334 g->power_on = false;