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 fb4e0886..355b2039 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -810,7 +810,7 @@ static int gk20a_pm_prepare_poweroff(struct device *dev)
810 ret |= gk20a_fifo_suspend(g); 810 ret |= gk20a_fifo_suspend(g);
811 811
812 /* Disable GPCPLL */ 812 /* Disable GPCPLL */
813 ret |= gk20a_suspend_clk_support(g); 813 ret |= g->ops.clk.suspend_clk_support(g);
814 814
815 g->power_on = false; 815 g->power_on = false;
816 816