diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-08-13 20:16:14 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-08-13 20:16:16 +0200 |
commit | b15d1f0bbc340f7de923fc4646afa34a45aeac27 (patch) | |
tree | 5247cc8e490703cb9b4ac1226151a9dc4de25f22 | |
parent | 9e03494ad28b4052b199a0d1fb0c91fc49614574 (diff) |
msm8996-common: thermal-engine.conf: Slightly increase the thresholds.
According to @davidevinavil, my thermal config cause a ~25% drop
on the Multi-Core CPU performance... so, maybe I was too optimistic :P
Increase 4 degrees centigrade to reduce the performance penalty.
-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 946a150..402456f 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 55000 -set_point_clr 45000 +set_point 59000 +set_point_clr 49000 time_constant 16 [SS-CPUS-ALL] @@ -19,16 +19,16 @@ time_constant 16 sampling 10 sensor VIRTUAL-CPUS device cpu_voltage -set_point 55000 -set_point_clr 45000 +set_point 59000 +set_point_clr 49000 time_constant 0 [battery_monitor] algo_type monitor sensor tsens_tz_sensor17 sampling 1000 -thresholds 39000 45000 -thresholds_clr 37000 43000 +thresholds 43000 49000 +thresholds_clr 41000 47000 actions battery battery battery action_info 0 1 |