summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c2
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index c07e7e4b..3ae30e88 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -838,8 +838,6 @@ int gk20a_pm_finalize_poweron(struct device *dev)
838 goto done; 838 goto done;
839 } 839 }
840 840
841 g->ops.fb.reset(g);
842
843 if (g->ops.ltc.init_fs_state) 841 if (g->ops.ltc.init_fs_state)
844 g->ops.ltc.init_fs_state(g); 842 g->ops.ltc.init_fs_state(g);
845 843
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
index 13382416..eb4f01e0 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
@@ -486,6 +486,8 @@ static int gk20a_alloc_comptags(struct gk20a *g,
486static int gk20a_init_mm_reset_enable_hw(struct gk20a *g) 486static int gk20a_init_mm_reset_enable_hw(struct gk20a *g)
487{ 487{
488 gk20a_dbg_fn(""); 488 gk20a_dbg_fn("");
489 if (g->ops.fb.reset)
490 g->ops.fb.reset(g);
489 491
490 if (g->ops.clock_gating.slcg_fb_load_gating_prod) 492 if (g->ops.clock_gating.slcg_fb_load_gating_prod)
491 g->ops.clock_gating.slcg_fb_load_gating_prod(g, 493 g->ops.clock_gating.slcg_fb_load_gating_prod(g,