summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorDevin Kim <dojip.kim@lge.com>2012-12-03 16:27:01 -0800
committerBrian Muramatsu <btmura@google.com>2012-12-05 18:31:11 -0800
commit2c22bef399bf9fc1289647858685b830f9bd654b (patch)
tree25b47d54cb9d6ce806414142721a2b149e0fcfc8 /overlay
parentfbe920431fa719e93d33bdefaee29373eb7f70c2 (diff)
downloadmako-2c22bef399bf9fc1289647858685b830f9bd654b.tar.gz
mako: power: overall tuning of device power consumption
Previous power profile was tuned with msm_hsic_host wake lock issue. So that profile didn't have correct values. This is tuned after fixing the previous wake lock issue. Bug: 6896823 Change-Id: I157fa251fc9bb85da895fdab62dbc877d6af1cf8
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/xml/power_profile.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/overlay/frameworks/base/core/res/res/xml/power_profile.xml
index 2ddce57..ed8be6b 100644
--- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml
+++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml
@@ -21,21 +21,21 @@
<item name="none">0</item>
<item name="screen.on">42.4</item>
<item name="screen.full">211.6</item>
- <item name="bluetooth.active">66.2</item>
+ <item name="bluetooth.active">59.22</item>
<item name="bluetooth.on">0.7</item>
- <item name="wifi.on">3.16</item>
- <item name="wifi.active">62.09</item>
- <item name="wifi.scan">52.1</item>
+ <item name="wifi.on">4.69</item>
+ <item name="wifi.active">25.14</item>
+ <item name="wifi.scan">19.61</item>
<item name="dsp.audio">0.1</item>
<item name="dsp.video">0.1</item>
- <item name="gps.on">59.7</item>
+ <item name="gps.on">20.9</item>
<item name="radio.active">185.6</item>
<!-- The current consumed by the radio when it is scanning for a signal -->
<item name="radio.scanning">122.68</item>
<!-- Current consumed by the radio at different signal strengths, when paging -->
<array name="radio.on"> <!-- Strength 0 to BINS-1 -->
- <value>1.7</value>
- <value>2.4</value>
+ <value>1.16</value>
+ <value>2.15</value>
</array>
<!-- Different CPU speeds as reported in
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state -->
@@ -55,7 +55,7 @@
</array>
<!-- Power consumption when CPU is idle -->
<item name="cpu.idle">3.5</item>
- <item name="cpu.awake">35.33</item>
+ <item name="cpu.awake">10.43</item>
<!-- Power consumption at different speeds -->
<array name="cpu.active">
<value>92.6</value> <!-- 384 MHz CPU speed -->