summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_scale.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_scale.c b/drivers/gpu/nvgpu/gk20a/gk20a_scale.c
index 636bfad4..6f4f7dc9 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_scale.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_scale.c
@@ -362,6 +362,7 @@ void gk20a_scale_init(struct device *dev)
362 profile->devfreq_profile.get_dev_status = 362 profile->devfreq_profile.get_dev_status =
363 gk20a_scale_get_dev_status; 363 gk20a_scale_get_dev_status;
364 profile->devfreq_profile.get_cur_freq = get_cur_freq; 364 profile->devfreq_profile.get_cur_freq = get_cur_freq;
365 profile->devfreq_profile.polling_ms = 25;
365 366
366 devfreq = devfreq_add_device(dev, 367 devfreq = devfreq_add_device(dev,
367 &profile->devfreq_profile, 368 &profile->devfreq_profile,