sapphire: rootdir: Drop input boost

* This resulted in some battery saving without the loose of performance. Boosting is being handled kernel side anyways
This commit is contained in:
Akash Srivastava
2024-07-07 09:38:29 +00:00
committed by kibria5
parent 0c73f92c7e
commit c3326798b6
2 changed files with 0 additions and 11 deletions

View File

@@ -311,10 +311,6 @@ echo 691200 > /sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq
echo 1 > /sys/devices/system/cpu/cpufreq/policy0/walt/pl
echo 0 > /sys/devices/system/cpu/cpufreq/policy0/walt/rtg_boost_freq
# configure input boost settings
echo 1190000 0 0 0 0 0 0 0 > /proc/sys/walt/input_boost/input_boost_freq
echo 80 > /proc/sys/walt/input_boost/input_boost_ms
# configure governor settings for gold cluster
if [ -d "/sys/devices/system/cpu/cpufreq/policy4/" ]; then
echo "walt" > /sys/devices/system/cpu/cpufreq/policy4/scaling_governor

View File

@@ -291,13 +291,6 @@ echo 691200 > /sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq
echo 1 > /sys/devices/system/cpu/cpufreq/policy0/walt/pl
echo 0 > /sys/devices/system/cpu/cpufreq/policy0/walt/rtg_boost_freq
# configure input boost settings
echo 1190000 0 0 0 0 0 0 0 > /proc/sys/walt/input_boost/input_boost_freq
echo 120 > /proc/sys/walt/input_boost/input_boost_ms
echo 1516800 0 0 0 2208000 0 0 0 > /proc/sys/walt/input_boost/powerkey_input_boost_freq
echo 400 > /proc/sys/walt/input_boost/powerkey_input_boost_ms
# configure governor settings for gold cluster
echo "walt" > /sys/devices/system/cpu/cpufreq/policy4/scaling_governor
echo 0 > /sys/devices/system/cpu/cpufreq/policy4/walt/down_rate_limit_us