diff --git a/rootdir/bin/init.qcom.post_boot.sh b/rootdir/bin/init.qcom.post_boot.sh index 23d467ee..22447804 100644 --- a/rootdir/bin/init.qcom.post_boot.sh +++ b/rootdir/bin/init.qcom.post_boot.sh @@ -33,8 +33,9 @@ function 8953_sched_dcvs_eas() #governor settings echo 1 > /sys/devices/system/cpu/cpu0/online echo "schedutil" > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor - echo 0 > /sys/devices/system/cpu/cpufreq/policy0/schedutil/up_rate_limit_us - echo 0 > /sys/devices/system/cpu/cpufreq/policy0/schedutil/down_rate_limit_us + # Consider changing frequencies once per scheduling period + echo 4000 > /sys/devices/system/cpu/cpufreq/policy0/schedutil/up_rate_limit_us + echo 16000 > /sys/devices/system/cpu/cpufreq/policy0/schedutil/down_rate_limit_us #set the hispeed_freq echo 1401600 > /sys/devices/system/cpu/cpufreq/policy0/schedutil/hispeed_freq #default value for hispeed_load is 90, for 8953 and sdm450 it should be 85