On Thu, Nov 10, 2022 at 11:57 AM Sam Wu <wusamuel@xxxxxxxxxx> wrote:
This reverts commit 6d5afdc97ea71958287364a1f1d07e59ef151b11.
On a Pixel 6 device, it is observed that this commit increases
latency by approximately 50ms, or 20%, in migrating a task
that requires full CPU utilization from a LITTLE CPU to Fmax
on a big CPU. Reverting this change restores the latency back
to its original baseline value.
Fixes: 6d5afdc97ea7 ("cpufreq: schedutil: Move max CPU capacity to sugov_policy")
Cc: Lukasz Luba <lukasz.luba@xxxxxxx>
Cc: Saravana Kannan <saravanak@xxxxxxxxxx>
Cc: Isaac J. Manjarres <isaacmanjarres@xxxxxxxxxx>
Signed-off-by: Sam Wu <wusamuel@xxxxxxxxxx>
Rafael, can we pick this up please?
Lukasz, no objections to the idea itself, but it's causing regression
and we'd like to revert and then fix it.
-Saravana