summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a_scale.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a_scale.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_scale.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_scale.c b/drivers/gpu/nvgpu/gk20a/gk20a_scale.c
index 8a92828f..d09a18f8 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_scale.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_scale.c
@@ -192,6 +192,9 @@ static void gk20a_scale_notify(struct platform_device *pdev, bool busy)
192 struct gk20a_scale_profile *profile = g->scale_profile; 192 struct gk20a_scale_profile *profile = g->scale_profile;
193 struct devfreq *devfreq = g->devfreq; 193 struct devfreq *devfreq = g->devfreq;
194 194
195 /* update the software shadow */
196 gk20a_pmu_load_update(g);
197
195 /* inform edp about new constraint */ 198 /* inform edp about new constraint */
196 if (platform->prescale) 199 if (platform->prescale)
197 platform->prescale(pdev); 200 platform->prescale(pdev);