Skip to content

Commit fbc5657

Browse files
committed
Revert "schedutil: Force conservative_pl when battery saver is on"
This reverts commit 79e1eae. Signed-off-by: Forenche <prahul2003@gmail.com>
1 parent 045a64e commit fbc5657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/sched/cpufreq_schedutil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ static void sugov_walt_adjust(struct sugov_cpu *sg_cpu, unsigned long *util,
399399
*util = *max;
400400

401401
if (sg_policy->tunables->pl) {
402-
if (conservative_pl() || is_battery_saver_on())
402+
if (conservative_pl())
403403
pl = mult_frac(pl, TARGET_LOAD, 100);
404404
*util = max(*util, pl);
405405
}

0 commit comments

Comments
 (0)