diff options
| author | Valeriy <binder_z@mail.ru> | 2016-05-01 14:55:58 +0400 |
|---|---|---|
| committer | Valeriy <binder_z@mail.ru> | 2016-05-01 14:55:58 +0400 |
| commit | ca24a66406d73a7db515cdaf70e84395e8236556 (patch) | |
| tree | aaf3b25b15847bd8cd1bad1eac722283272b0994 | |
| parent | 39dd797ed9fcca84080d5b2874bfb1fbf4bfa045 (diff) | |
Switch governor to interative
| -rwxr-xr-x | configs/init.qcom.post_boot.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/configs/init.qcom.post_boot.sh b/configs/init.qcom.post_boot.sh index e7925b8..9064eff 100755 --- a/configs/init.qcom.post_boot.sh +++ b/configs/init.qcom.post_boot.sh @@ -13,13 +13,14 @@ # echo 320000000 > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/max_gpuclk # GOVERNOR + echo 1 > /sys/devices/system/cpu/cpu0/online echo 1 > /sys/devices/system/cpu/cpu1/online echo 1 > /sys/devices/system/cpu/cpu2/online echo 1 > /sys/devices/system/cpu/cpu3/online - echo "smartmax" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor - echo "smartmax" > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor - echo "smartmax" > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor - echo "smartmax" > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor + echo "interactive" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor + echo "interactive" > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor + echo "interactive" > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor + echo "interactive" > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor echo 270000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq echo 270000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq echo 270000 > /sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq |
