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 a17e6bc1..4283e1ad 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -838,6 +838,8 @@ 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
841 if (g->ops.ltc.init_fs_state) 843 if (g->ops.ltc.init_fs_state)
842 g->ops.ltc.init_fs_state(g); 844 g->ops.ltc.init_fs_state(g);
843 845
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
index 79fba6ce..6f6734b4 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
@@ -380,8 +380,6 @@ static int gk20a_alloc_comptags(struct gk20a *g,
380static int gk20a_init_mm_reset_enable_hw(struct gk20a *g) 380static int gk20a_init_mm_reset_enable_hw(struct gk20a *g)
381{ 381{
382 gk20a_dbg_fn(""); 382 gk20a_dbg_fn("");
383 if (g->ops.fb.reset)
384 g->ops.fb.reset(g);
385 383
386 if (g->ops.clock_gating.slcg_fb_load_gating_prod) 384 if (g->ops.clock_gating.slcg_fb_load_gating_prod)
387 g->ops.clock_gating.slcg_fb_load_gating_prod(g, 385 g->ops.clock_gating.slcg_fb_load_gating_prod(g,