ondemand: Modify Sampling Down Factor to 2
Change needed to help improve frequency scaling in ondemand governor. Sampling Down Factor is set to 2 in the init.qcom.post_boot.sh Change-Id: If9f7ed11af0056851e19121d79eb8eb08776c215
This commit is contained in:
parent
fb35b2a162
commit
24af77081a
|
@ -335,7 +335,7 @@ case "$target" in
|
|||
echo 50000 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate
|
||||
echo 90 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
|
||||
echo 1 > /sys/devices/system/cpu/cpufreq/ondemand/io_is_busy
|
||||
echo 4 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
|
||||
echo 2 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
|
||||
echo 10 > /sys/devices/system/cpu/cpufreq/ondemand/down_differential
|
||||
echo 70 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_multi_core
|
||||
echo 3 > /sys/devices/system/cpu/cpufreq/ondemand/down_differential_multi_core
|
||||
|
@ -380,7 +380,7 @@ case "$target" in
|
|||
echo 50000 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate
|
||||
echo 90 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
|
||||
echo 1 > /sys/devices/system/cpu/cpufreq/ondemand/io_is_busy
|
||||
echo 4 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
|
||||
echo 2 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
|
||||
echo 10 > /sys/devices/system/cpu/cpufreq/ondemand/down_differential
|
||||
echo 70 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_multi_core
|
||||
echo 3 > /sys/devices/system/cpu/cpufreq/ondemand/down_differential_multi_core
|
||||
|
|
Loading…
Reference in New Issue