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 5a25eecf..b1747987 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -780,6 +780,9 @@ static int gk20a_pm_finalize_poweron(struct device *dev)
780 bus_intr_en_0_pri_fecserr_m() | 780 bus_intr_en_0_pri_fecserr_m() |
781 bus_intr_en_0_pri_timeout_m()); 781 bus_intr_en_0_pri_timeout_m());
782 782
783 if (g->ops.clk.disable_slowboot)
784 g->ops.clk.disable_slowboot(g);
785
783 gk20a_reset_priv_ring(g); 786 gk20a_reset_priv_ring(g);
784 787
785 /* TBD: move this after graphics init in which blcg/slcg is enabled. 788 /* TBD: move this after graphics init in which blcg/slcg is enabled.