diff options
author | 2025-01-23 14:38:03 +0530 | |
---|---|---|
committer | 2025-02-07 09:45:15 +0530 | |
commit | 98f39e93d102af743d173f76ca12fd5fcacbb0ea (patch) | |
tree | f106256cd757809027a4aef4aff8fcb1d58dcfe7 /scripts/lib | |
parent | cpufreq: acpi: Set policy->boost_supported (diff) | |
download | wireguard-linux-98f39e93d102af743d173f76ca12fd5fcacbb0ea.tar.xz wireguard-linux-98f39e93d102af743d173f76ca12fd5fcacbb0ea.zip |
cpufreq: amd: Set policy->boost_supported
With a later commit, the cpufreq core will call the ->set_boost()
callback only if the policy supports boost frequency. The
boost_supported flag is set by the cpufreq core if policy->freq_table is
set and one or more boost frequencies are present.
For other drivers, the flag must be set explicitly.
The policy->boost_enabled flag is set by the cpufreq core once the
policy is initialized, don't set it anymore.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions