gts3l-common: rootdir/bin: Edit schedtune values
Got values from the following repository; https://github.com/LineageOS/android_device_lge_msm8996-common That also uses the property values from Google Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: Ib104190b235a07c9c92933ebe6984c2f6426a11e
This commit is contained in:
parent
1147585fa6
commit
8a969b404f
1 changed files with 6 additions and 2 deletions
|
@ -131,13 +131,17 @@ on enable-low-power
|
|||
write /sys/devices/system/cpu/cpu2/cpufreq/schedutil/up_rate_limit_us 500
|
||||
write /sys/devices/system/cpu/cpu2/cpufreq/schedutil/down_rate_limit_us 20000
|
||||
write /sys/devices/system/cpu/cpu2/cpufreq/schedutil/iowait_boost_enable 1
|
||||
|
||||
# Set boottime stune value
|
||||
write /dev/stune/schedtune.prefer_idle 1
|
||||
write /dev/stune/schedtune.boost 100
|
||||
# set default schedTune value for foreground/top-app
|
||||
write /dev/stune/schedtune.boost 10
|
||||
|
||||
# set default schedTune value for foreground/top-app (only affects EAS)
|
||||
write /dev/stune/foreground/schedtune.prefer_idle 1
|
||||
write /dev/stune/top-app/schedtune.boost 10
|
||||
write /dev/stune/top-app/schedtune.prefer_idle 1
|
||||
write /dev/stune/rt/schedtune.boost 30
|
||||
write /dev/stune/rt/schedtune.prefer_idle 1
|
||||
|
||||
# Re-enable thermal hotplug
|
||||
write /sys/module/msm_thermal/core_control/enabled 1
|
||||
|
|
Loading…
Reference in a new issue