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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 5eab4ba0..67f6ad8a 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -872,6 +872,9 @@ static int gk20a_pm_finalize_poweron(struct device *dev)
872 goto done; 872 goto done;
873 } 873 }
874 874
875 if (g->ops.ltc.init_fs_state)
876 g->ops.ltc.init_fs_state(g);
877
875 err = gk20a_init_mm_support(g); 878 err = gk20a_init_mm_support(g);
876 if (err) { 879 if (err) {
877 gk20a_err(dev, "failed to init gk20a mm"); 880 gk20a_err(dev, "failed to init gk20a mm");