From f45a812490932254212f21d39f54eb83efd1dcc6 Mon Sep 17 00:00:00 2001 From: Shirish Kumar Agarwal Date: Mon, 5 May 2014 10:53:16 +0530 Subject: [PATCH] init.qcom.post_boot: Disable io_busy for 8916 Disable io_busy for 8916 target with interactive governor. This will help save Gfx power. Change-Id: I1a211e3fb8dee5803013fe0b7a524767d51d72ce --- rootdir/etc/init.qcom.post_boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/etc/init.qcom.post_boot.sh b/rootdir/etc/init.qcom.post_boot.sh index b39a1d55..88be0270 100755 --- a/rootdir/etc/init.qcom.post_boot.sh +++ b/rootdir/etc/init.qcom.post_boot.sh @@ -459,7 +459,7 @@ case "$target" in echo 90 > /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load echo 25000 > /sys/devices/system/cpu/cpufreq/interactive/timer_rate echo 998400 > /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq - echo 1 > /sys/devices/system/cpu/cpufreq/interactive/io_is_busy + echo 0 > /sys/devices/system/cpu/cpufreq/interactive/io_is_busy echo "85 998400:90 1094400:80" > /sys/devices/system/cpu/cpufreq/interactive/target_loads echo 50000 > /sys/devices/system/cpu/cpufreq/interactive/min_sample_time echo 50000 > /sys/devices/system/cpu/cpufreq/interactive/sampling_down_factor