]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cpufreq: Force sync policy boost with global boost on sysfs update
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 24 Apr 2025 16:20:18 +0000 (21:50 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 25 Apr 2025 16:28:22 +0000 (18:28 +0200)
commit121baab7b88ed865532dadb7ef1aee6e2bea86f5
treea8dd3cef5c94552e04959013b9a1b249a8c16fa1
parent0e8d8560fe022ae871806a8c1b1b3b756c02abc1
cpufreq: Force sync policy boost with global boost on sysfs update

If the global boost flag is enabled and policy boost flag is disabled, a
call to `cpufreq_boost_trigger_state(true)` must enable the policy's
boost state.

The current code misses that because of an optimization. Fix it.

Suggested-by: Lifeng Zheng <zhenglifeng1@huawei.com>
Reviewed-by: Lifeng Zheng <zhenglifeng1@huawei.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://patch.msgid.link/852ff11c589e6300730d207baac195b2d9d8b95f.1745511526.git.viresh.kumar@linaro.org
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq.c