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.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index df57ec7c..68a358d8 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -972,12 +972,6 @@ int gk20a_pm_finalize_poweron(struct device *dev)
972 goto done; 972 goto done;
973 } 973 }
974 } 974 }
975
976 err = nvgpu_clk_arb_init_arbiter(g);
977 if (err) {
978 gk20a_err(dev, "failed to init clk arb");
979 goto done;
980 }
981#endif 975#endif
982 976
983 if (g->ops.pmu.is_pmu_supported(g)) { 977 if (g->ops.pmu.is_pmu_supported(g)) {
@@ -1010,6 +1004,12 @@ int gk20a_pm_finalize_poweron(struct device *dev)
1010 goto done; 1004 goto done;
1011 } 1005 }
1012 } 1006 }
1007
1008 err = nvgpu_clk_arb_init_arbiter(g);
1009 if (err) {
1010 gk20a_err(dev, "failed to init clk arb");
1011 goto done;
1012 }
1013#endif 1013#endif
1014 1014
1015 err = gk20a_init_therm_support(g); 1015 err = gk20a_init_therm_support(g);