Perf:Add input boost
Change-Id: I006c49ff5ee5412abc72855229c34ea81f0db4d8 CRs-Fixed: 2607022
This commit is contained in:
parent
a2e190f5a2
commit
7bacadf2fb
1 changed files with 4 additions and 0 deletions
|
@ -3914,6 +3914,10 @@ case "$target" in
|
||||||
echo 614400 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
|
echo 614400 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
|
||||||
echo 0 > /sys/devices/system/cpu/cpu0/cpufreq/schedutil/rtg_boost_freq
|
echo 0 > /sys/devices/system/cpu/cpu0/cpufreq/schedutil/rtg_boost_freq
|
||||||
|
|
||||||
|
# configure input boost settings
|
||||||
|
echo "0:1017600" > /sys/devices/system/cpu/cpu_boost/input_boost_freq
|
||||||
|
echo 80 > /sys/devices/system/cpu/cpu_boost/input_boost_ms
|
||||||
|
|
||||||
# configure governor settings for big cluster
|
# configure governor settings for big cluster
|
||||||
echo "schedutil" > /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor
|
echo "schedutil" > /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor
|
||||||
echo 0 > /sys/devices/system/cpu/cpu4/cpufreq/schedutil/up_rate_limit_us
|
echo 0 > /sys/devices/system/cpu/cpu4/cpufreq/schedutil/up_rate_limit_us
|
||||||
|
|
Loading…
Reference in a new issue