summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 64ae4401..8c81b5b6 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -335,10 +335,6 @@ int gk20a_finalize_poweron(struct gk20a *g)
335 if (g->ops.fifo.channel_resume) 335 if (g->ops.fifo.channel_resume)
336 g->ops.fifo.channel_resume(g); 336 g->ops.fifo.channel_resume(g);
337 337
338 nvgpu_init_mm_ce_context(g);
339
340 nvgpu_vidmem_thread_unpause(&g->mm);
341
342done: 338done:
343 if (err) 339 if (err)
344 g->power_on = false; 340 g->power_on = false;