diff options
author | Todd Poynor <toddpoynor@google.com> | 2013-01-31 20:04:13 -0800 |
---|---|---|
committer | Todd Poynor <toddpoynor@google.com> | 2013-01-31 20:26:28 -0800 |
commit | 2196ddfbae80016d3255dc6810cadd323ddb26b1 (patch) | |
tree | ce0828268a0de919014885acc06608926d0800f5 /power | |
parent | 01a802daf1e87db8c55d542aa08805c5f2a13055 (diff) | |
download | device_samsung_tuna-2196ddfbae80016d3255dc6810cadd323ddb26b1.zip device_samsung_tuna-2196ddfbae80016d3255dc6810cadd323ddb26b1.tar.gz device_samsung_tuna-2196ddfbae80016d3255dc6810cadd323ddb26b1.tar.bz2 |
tuna: power: interactive governor target loads update
Target 70% at 350M/700M, 80% at 920M (and 99% at 1.2G as before)
Boost performance of short bursts / medium loads. Power effects
TBD.
Bug: 8096433
Change-Id: I17794870e636607fe2bb644692f5d9d0adf67b50
Diffstat (limited to 'power')
-rw-r--r-- | power/power_tuna.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/power/power_tuna.c b/power/power_tuna.c index 8fbbace..a8b0a0a 100644 --- a/power/power_tuna.c +++ b/power/power_tuna.c @@ -64,7 +64,7 @@ static void tuna_power_init(struct power_module *module) sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/hispeed_freq", "700000"); sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/target_loads", - "90 920000:95 1200000:99"); + "70 920000:80 1200000:99"); sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load", "99"); sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay", |