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, 0 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