diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-06-25 22:50:50 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-06-29 20:40:51 +0200 |
commit | 7b56e60fff09fa045d1d9b142674d9d4718de841 (patch) | |
tree | 38facbdd2b3f37da67ac14b5cfc5138ada3a2b17 /configs | |
parent | d2cd1f396a80076b9e5dd13140e710bcba04b3e6 (diff) |
msm8996-common: Tune thermal-engine config.
* I prefer to keep the phone cooler than having a little more performance.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/thermal-engine.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/configs/thermal-engine.conf b/configs/thermal-engine.conf index 598ca5a..946a150 100644 --- a/configs/thermal-engine.conf +++ b/configs/thermal-engine.conf @@ -10,8 +10,8 @@ disable sampling 10 sensor pop_mem device cluster1 -set_point 65000 -set_point_clr 55000 +set_point 55000 +set_point_clr 45000 time_constant 16 [SS-CPUS-ALL] @@ -19,16 +19,16 @@ time_constant 16 sampling 10 sensor VIRTUAL-CPUS device cpu_voltage -set_point 65000 -set_point_clr 55000 +set_point 55000 +set_point_clr 45000 time_constant 0 [battery_monitor] algo_type monitor sensor tsens_tz_sensor17 sampling 1000 -thresholds 49000 55000 -thresholds_clr 47000 53000 +thresholds 39000 45000 +thresholds_clr 37000 43000 actions battery battery battery action_info 0 1 |