diff options
| author | Paul Eastham <eastham@google.com> | 2011-11-10 13:07:03 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2011-11-10 13:07:03 +0000 |
| commit | cf6a7baf83fb6ccf4d197ba35990194f60f2cfb5 (patch) | |
| tree | 971b5f7581779eb17d6e44f8e6264d339b746655 /init.tuna.rc | |
| parent | 2b9e8ac683b9258a7db90a3111123f87d74552bd (diff) | |
| parent | abdc2b542a9140a83452cd726c29294324a79380 (diff) | |
| download | device_samsung_tuna-cf6a7baf83fb6ccf4d197ba35990194f60f2cfb5.tar.gz device_samsung_tuna-cf6a7baf83fb6ccf4d197ba35990194f60f2cfb5.tar.bz2 device_samsung_tuna-cf6a7baf83fb6ccf4d197ba35990194f60f2cfb5.zip | |
am abdc2b54: Merge "tuna: interactive governor timer 20ms intermediate bump speed 700MHz" into ics-mr0
* commit 'abdc2b542a9140a83452cd726c29294324a79380':
tuna: interactive governor timer 20ms intermediate bump speed 700MHz
Diffstat (limited to 'init.tuna.rc')
| -rwxr-xr-x | init.tuna.rc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/init.tuna.rc b/init.tuna.rc index bdcedac..10442ee 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 on fs mkdir /factory 0775 radio radio |
