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.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 6de264f4..b9cba434 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -900,12 +900,6 @@ static int gk20a_pm_finalize_poweron(struct device *dev)
900 goto done; 900 goto done;
901 } 901 }
902 902
903 err = gk20a_init_pmu_setup_hw2(g);
904 if (err) {
905 gk20a_err(dev, "failed to init gk20a pmu_hw2");
906 goto done;
907 }
908
909 err = gk20a_init_therm_support(g); 903 err = gk20a_init_therm_support(g);
910 if (err) { 904 if (err) {
911 gk20a_err(dev, "failed to init gk20a therm"); 905 gk20a_err(dev, "failed to init gk20a therm");
@@ -1471,6 +1465,8 @@ static int gk20a_probe(struct platform_device *dev)
1471 cfb_add_device(&dev->dev); 1465 cfb_add_device(&dev->dev);
1472#endif 1466#endif
1473 1467
1468 gk20a_init_gr(gk20a);
1469
1474 return 0; 1470 return 0;
1475} 1471}
1476 1472