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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 5305f612..2310b81c 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -897,6 +897,12 @@ static int gk20a_pm_finalize_poweron(struct device *dev)
897 goto done; 897 goto done;
898 } 898 }
899 899
900 err = gk20a_enable_gr_hw(g);
901 if (err) {
902 gk20a_err(dev, "failed to enable gr");
903 goto done;
904 }
905
900 err = g->ops.pmu.prepare_ucode(g); 906 err = g->ops.pmu.prepare_ucode(g);
901 if (err) { 907 if (err) {
902 gk20a_err(dev, "failed to init pmu ucode"); 908 gk20a_err(dev, "failed to init pmu ucode");