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.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index f2bb6dcf..a282110a 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -300,12 +300,6 @@ int gk20a_finalize_poweron(struct gk20a *g)
300 nvgpu_warn(g, "could not initialize ctxsw tracing"); 300 nvgpu_warn(g, "could not initialize ctxsw tracing");
301#endif 301#endif
302 302
303 err = gk20a_sched_ctrl_init(g);
304 if (err) {
305 nvgpu_err(g, "failed to init sched control");
306 goto done;
307 }
308
309 /* Restore the debug setting */ 303 /* Restore the debug setting */
310 g->ops.fb.set_debug_mode(g, g->mmu_debug_ctrl); 304 g->ops.fb.set_debug_mode(g, g->mmu_debug_ctrl);
311 305