From fc70b55df7f3c49eede017555179312e87333a5d Mon Sep 17 00:00:00 2001 From: Todd Poynor Date: Fri, 4 Nov 2011 16:59:45 -0700 Subject: tuna: init: Interactive governor use 80ms timer Change-Id: I38d2893e4472f85db843aa6253e1cc0ef5b85e32 Signed-off-by: Todd Poynor --- init.tuna.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.tuna.rc') diff --git a/init.tuna.rc b/init.tuna.rc index 0b0a5bb..bcb8be7 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -41,8 +41,8 @@ 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 100ms, min sample 10ms - write /sys/devices/system/cpu/cpufreq/interactive/timer_rate 100000 +# 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 # autosuspend root hubs immediatly after attached devices -- cgit v1.1