From 850c4689e0ec222f2739ec75425e4f6a2e1f490e Mon Sep 17 00:00:00 2001 From: Andrew Dodd Date: Sat, 23 Mar 2013 15:57:30 -0700 Subject: Revert "Update power profile to match stock values" This should not have been merged. Samsung is NOTORIOUS for screwing up power_profile - we've seen tuna power_profile values on Exynos devices as an example. Among the obvious problems with the commit that is being reverted: Missing 1.4 and 1.6 GHz entries on a device that supports operation at those frequencies. Missing cpu.awake value to handle wakelock power calculation (this was added a long time ago by one of the CM maintainers, prior to the file being forked and copied to multiple repos). Power consumption values for frequencies between 200 and 1200 MHz that match the profile entries for Exynos 4210 EXACTLY, despite the fact that the Exynos 4210 is built on a 45nm process and the 4412 was built using a 32nm process (consumes less power). This reverts commit d76e08813ff4cefbc7b00b7c077d3b29804f1cd2 Change-Id: I4b42df70593ff4a7175c0e5acb022da2934c7b7e --- .../base/core/res/res/xml/power_profile.xml | 81 +++++++++++++--------- 1 file changed, 48 insertions(+), 33 deletions(-) (limited to 'overlay') 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 bb61130..9d1a88b 100644 --- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml +++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml @@ -18,37 +18,52 @@ --> - 0 - 71 - 17 - 0.3 - 380 - 0.3 - 96 - 70 - 44 - 280 - 250 - 82 - 1 - - 3.4 - 3.4 - - - 12000000 - 10000000 - 800000 - 500000 - 200000 - - 4 - - 577 - 408 - 249 - 148 - 55 - - 2100 + + 0 + 71 + 17 + 0.3 + 35690 + 380 + 0.3 + 96 + 70 + 44 + 280 + 250 + + 82 + 50 + + + 3.4 + 3.4 + + + + 200000 + 500000 + 800000 + 1000000 + 1200000 + 1400000 + 1600000 + + + 4 + + 44 + + + 55.4 + 82.1 + 113.7 + 140.0 + 170.0 + 200.0 + 230.0 + + + 2100 -- cgit v1.1