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 fa6e0cce..2975798f 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -976,6 +976,7 @@ static int gk20a_pm_finalize_poweron(struct device *dev)
976 goto done; 976 goto done;
977 } 977 }
978 978
979
979 gk20a_channel_resume(g); 980 gk20a_channel_resume(g);
980 set_user_nice(current, nice_value); 981 set_user_nice(current, nice_value);
981 982
@@ -983,6 +984,8 @@ static int gk20a_pm_finalize_poweron(struct device *dev)
983 984
984 trace_gk20a_finalize_poweron_done(dev_name(dev)); 985 trace_gk20a_finalize_poweron_done(dev_name(dev));
985 986
987 if (IS_ENABLED(CONFIG_GK20A_CDE))
988 gk20a_init_cde_support(g);
986done: 989done:
987 return err; 990 return err;
988} 991}