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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 16acc1c9..a2fb8dc8 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -933,7 +933,7 @@ int gk20a_pm_finalize_poweron(struct device *dev)
933 if (g->ops.clk.disable_slowboot) 933 if (g->ops.clk.disable_slowboot)
934 g->ops.clk.disable_slowboot(g); 934 g->ops.clk.disable_slowboot(g);
935 935
936 gk20a_reset_priv_ring(g); 936 gk20a_enable_priv_ring(g);
937 937
938 /* TBD: move this after graphics init in which blcg/slcg is enabled. 938 /* TBD: move this after graphics init in which blcg/slcg is enabled.
939 This function removes SlowdownOnBoot which applies 32x divider 939 This function removes SlowdownOnBoot which applies 32x divider