From 401af8d09898b08563fce209f79747a5d824c5ac Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Sun, 18 Sep 2016 15:04:26 -0600 Subject: [PATCH] klte-common: thermal-engine: cool it off, yo * We routinely hit 80+C after reboot until things calm down. This is way too hot in my pants. Cool things down. * Bring some aspects of the old thermal-engine config back. * Shamelessly KANG most of the values from bacon. Change-Id: I8e7f8ac40106ea7f5adca5b5d91b9bed36d7c202 (cherry picked from commit bf33640e9af5f3d74d12385e154e4b7b65e17ae2) --- configs/thermal-engine-8974.conf | 64 ++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/configs/thermal-engine-8974.conf b/configs/thermal-engine-8974.conf index 88b26b4..8c6ed1a 100644 --- a/configs/thermal-engine-8974.conf +++ b/configs/thermal-engine-8974.conf @@ -1,5 +1,69 @@ sampling 5000 +[SS-CPU0] +#algo_type ss +sampling 100 +sensor cpu0 +device cpu +set_point 75000 +set_point_clr 60000 +override 15000 + +[SS-CPU1] +#algo_type ss +sampling 100 +sensor cpu1 +device cpu +set_point 75000 +set_point_clr 60000 +override 15000 + +[SS-CPU2] +#algo_type ss +sampling 100 +sensor cpu2 +device cpu +set_point 75000 +set_point_clr 60000 +override 15000 + +[SS-CPU3] +#algo_type ss +sampling 100 +sensor cpu3 +device cpu +set_point 75000 +set_point_clr 60000 +override 15000 + +[SS-GPU] +#algo_type ss +sampling 250 +sensor tsens_tz_sensor10 +device gpu +set_point 85000 +set_point_clr 55000 +override 15000 + +[SS-POPMEM] +#algo_type ss +sampling 10 +sensor pop_mem +device cpu +set_point 80000 +set_point_clr 55000 +override 15000 +time_constant 16 + +[GPU_MONITOR] +algo_type monitor +sensor tsens_tz_sensor10 +sampling 1000 +thresholds 75000 +thresholds_clr 55000 +actions battery +action_info 1 + [CPU0_MONITOR] algo_type monitor sensor cpu0