Files
Rafael J. Wysocki a6a20216ad cpufreq/sched: Set need_freq_update in ignore_dl_rate_limit()
Notice that ignore_dl_rate_limit() need not piggy back on the
limits_changed handling to achieve its goal (which is to enforce a
frequency update before its due time).

Namely, if sugov_should_update_freq() is updated to check
sg_policy->need_freq_update and return 'true' if it is set when
sg_policy->limits_changed is not set, ignore_dl_rate_limit() may
set the former directly instead of setting the latter, so it can
avoid hitting the memory barrier in sugov_should_update_freq().

Update the code accordingly.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Christian Loehle <christian.loehle@arm.com>
Link: https://patch.msgid.link/10666429.nUPlyArG6x@rjwysocki.net
2025-05-20 21:57:27 +03:00
..
2025-05-20 21:54:12 +03:00
2024-05-20 22:55:46 +03:00
2025-03-08 11:41:42 +02:00
2020-01-13 19:40:11 +00:00
2019-08-12 13:29:46 -04:00
2022-10-07 11:19:36 +03:00
2021-02-07 14:47:41 +01:00
2022-01-22 14:28:43 +00:00