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 e995dcbf..30c0f2fb 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1083,7 +1083,7 @@ int gk20a_pm_finalize_poweron(struct device *dev)
1083 } 1083 }
1084 1084
1085 /* Restore the debug setting */ 1085 /* Restore the debug setting */
1086 g->ops.mm.set_debug_mode(g, g->mmu_debug_ctrl); 1086 g->ops.fb.set_debug_mode(g, g->mmu_debug_ctrl);
1087 1087
1088 gk20a_channel_resume(g); 1088 gk20a_channel_resume(g);
1089 set_user_nice(current, nice_value); 1089 set_user_nice(current, nice_value);