From c89ad17bdb38fef6ccb1b4cff4224a54e200eeed Mon Sep 17 00:00:00 2001 From: zhen yuan Date: Tue, 1 Sep 2015 22:03:18 +0800 Subject: angler: power: optimize temperature control parameter many persons using the phone report device is hot in some scenario. so we do a lot of test and gather a lot of user experience information, optimize the temperature control parameter based on it. control method include: 1.stop charge when surface temperature exceed 46 degree 2.hotplug core5 and core7 when temperature exceed 38 degree 3.hotplug all performance core when temperature exceed 39 degree BUG=23710261 Signed-off-by: zhen yuan Change-Id: I081f218cb197e0d91779a0bb23eb03fe85d04290 --- thermal-engine-angler.conf | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) (limited to 'thermal-engine-angler.conf') diff --git a/thermal-engine-angler.conf b/thermal-engine-angler.conf index c2b6b32..9fa04ae 100644 --- a/thermal-engine-angler.conf +++ b/thermal-engine-angler.conf @@ -2,19 +2,31 @@ algo_type monitor sampling 1000 sensor msm_therm -thresholds 44000 47000 49000 -thresholds_clr 42000 45000 47000 -actions cluster0+cluster1+gpu cluster0+cluster1+gpu cluster0+cluster1+gpu -action_info 1632000+1248000+305000000 1344000+960000+305000000 960000+960000+180000000 +thresholds 44000 46000 48000 54000 60000 +thresholds_clr 42000 44000 46000 50000 58000 +actions cluster0+cluster1+gpu cluster0+cluster1+gpu+hotplug_5+hotplug_7 cluster0+gpu+hotplug_4+hotplug_5+hotplug_6+hotplug_7 cluster0+gpu shutdown +action_info 1344000+1632000+305000000 960000+1344000+305000000+1+1 960000+180000000+1+1+1+1 960000+180000000 1 [MONITOR_EMMC_THERM] algo_type monitor sampling 1000 sensor emmc_therm -thresholds 40000 42000 45000 -thresholds_clr 38000 40000 43000 -actions battery battery battery -action_info 1 2 3 +thresholds 40000 42000 45000 53000 +thresholds_clr 38000 40000 43000 50000 +actions battery battery battery battery +action_info 1 2 3 4 + + +[MONITOR_PA_THERM] +algo_type monitor +sampling 1000 +sensor pa_therm1 +thresholds 42000 +thresholds_clr 40000 +actions battery +action_info 3 + + [SS-GPU] #algo_type ss -- cgit v1.2.3