summaryrefslogtreecommitdiffstats
path: root/init.tuna.rc
diff options
context:
space:
mode:
authorPaul Eastham <eastham@google.com>2011-11-10 05:04:56 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-10 05:04:56 -0800
commitabdc2b542a9140a83452cd726c29294324a79380 (patch)
treeed14d5397821de465e7d241d3ae1dad432020a15 /init.tuna.rc
parent7864c7a71d8527bfd914f0893cb2f7eb1f30eae4 (diff)
parente6661e23bcdffd1875e398174868433acd721738 (diff)
downloaddevice_samsung_tuna-abdc2b542a9140a83452cd726c29294324a79380.zip
device_samsung_tuna-abdc2b542a9140a83452cd726c29294324a79380.tar.gz
device_samsung_tuna-abdc2b542a9140a83452cd726c29294324a79380.tar.bz2
Merge "tuna: interactive governor timer 20ms intermediate bump speed 700MHz" into ics-mr0
Diffstat (limited to 'init.tuna.rc')
-rwxr-xr-xinit.tuna.rc7
1 files changed, 4 insertions, 3 deletions
diff --git a/init.tuna.rc b/init.tuna.rc
index bcb8be7..8ac2758 100755
--- a/init.tuna.rc
+++ b/init.tuna.rc
@@ -41,9 +41,10 @@ on boot
# Lower maximum frequency when screen is off
write /sys/devices/system/cpu/cpu0/cpufreq/screen_off_max_freq 700000
-# cpufreq interactive governor: timer 80ms, min sample 10ms
- write /sys/devices/system/cpu/cpufreq/interactive/timer_rate 80000
- write /sys/devices/system/cpu/cpufreq/interactive/min_sample_time 10000
+# cpufreq interactive governor: timer 20ms, min sample 20ms, hispeed 700MHz
+ write /sys/devices/system/cpu/cpufreq/interactive/timer_rate 20000
+ write /sys/devices/system/cpu/cpufreq/interactive/min_sample_time 20000
+ write /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq 700000
# autosuspend root hubs immediatly after attached devices
write /sys/bus/usb/devices/usb1/power/autosuspend_delay_ms 0