summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 2b912241..1411d1cc 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -917,12 +917,6 @@ static int gk20a_pm_finalize_poweron(struct device *dev)
917 goto done; 917 goto done;
918 } 918 }
919 919
920 err = gk20a_init_gpu_characteristics(g);
921 if (err) {
922 nvhost_err(&dev->dev, "failed to init gk20a gpu characteristics");
923 goto done;
924 }
925
926 gk20a_channel_resume(g); 920 gk20a_channel_resume(g);
927 set_user_nice(current, nice_value); 921 set_user_nice(current, nice_value);
928 922