summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a_scale.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a_scale.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_scale.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_scale.h b/drivers/gpu/nvgpu/gk20a/gk20a_scale.h
index 025c2070..c1e6fe86 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_scale.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_scale.h
@@ -29,6 +29,8 @@ struct gk20a_scale_profile {
29 struct devfreq_dev_profile devfreq_profile; 29 struct devfreq_dev_profile devfreq_profile;
30 struct devfreq_dev_status dev_stat; 30 struct devfreq_dev_status dev_stat;
31 struct notifier_block qos_notify_block; 31 struct notifier_block qos_notify_block;
32 unsigned long qos_min_freq;
33 unsigned long qos_max_freq;
32 void *private_data; 34 void *private_data;
33}; 35};
34 36