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.c2
1 files changed, 2 insertions, 0 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