From eb64530baa028788ffc73907aec9adce45dcbe21 Mon Sep 17 00:00:00 2001 From: davidchao Date: Thu, 27 Feb 2020 15:57:21 +0800 Subject: [PATCH] thermal: update thermal-engine & thermal HAL config policies Based on EVT1.1 thermal test results (QD4A.200222.001), update thermal-engine & thermal-hal config Bug: 143259751 Test: boot to home and thermal throttling works properly. PtsThermalHalTestCases test pass. Change-Id: I0a68bddce247417128ad17fbdf8d12584ed8a4d4 --- thermal-engine-sunfish.conf | 16 ++++++++-------- thermal_info_config_sunfish.json | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/thermal-engine-sunfish.conf b/thermal-engine-sunfish.conf index 66cabb66..6e90bddc 100644 --- a/thermal-engine-sunfish.conf +++ b/thermal-engine-sunfish.conf @@ -3,8 +3,8 @@ algo_type ss sampling 2000 sensor skin-therm-adc device cpu7 -set_point 42000 -set_point_clr 41000 +set_point 43000 +set_point_clr 42000 device_max_limit 1708800 time_constant 0 @@ -13,8 +13,8 @@ algo_type ss sampling 2000 sensor skin-therm-adc device cpu7 -set_point 44000 -set_point_clr 43000 +set_point 45000 +set_point_clr 44000 device_max_limit 1324800 time_constant 0 @@ -24,8 +24,8 @@ trip_sensor skin-therm-adc sensors gpuss-0-usr cpuss-0-usr list_cnt 2 weights 1 -1 -thresholds 44000 -thresholds_clr 42000 +thresholds 45000 +thresholds_clr 43000 sampling 1000 math 0 @@ -42,8 +42,8 @@ device_max_limit 430000000 algo_type monitor sampling 1000 sensor skin-therm-adc -thresholds 46000 47000 49000 61000 -thresholds_clr 45000 46000 48000 60000 +thresholds 48000 49000 50000 61000 +thresholds_clr 47000 48000 49000 60000 actions cpu0+cpu7+gpu cpu0+cpu7+gpu cpu0+cpu7+gpu shutdown action_info 1248000+1324800+430000000 1017600+1094400+355000000 768000+806400+267000000 1 diff --git a/thermal_info_config_sunfish.json b/thermal_info_config_sunfish.json index e44c3e4d..1218fef3 100644 --- a/thermal_info_config_sunfish.json +++ b/thermal_info_config_sunfish.json @@ -200,10 +200,10 @@ "Type":"SKIN", "HotThreshold":[ "NAN", - 42.0, - 44.0, - 46.0, - 49.0, + 43.0, + 45.0, + 48.0, + 50.0, 54.0, 58.0 ],