diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-10-07 22:54:19 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-10-07 15:23:12 +0200 |
commit | 8c26155a613b94b3e0de7e48b3b79884680dd0cb (patch) | |
tree | 2d3880385ac259a6b0814efbab621a5116cf958b /configs/thermal-engine.conf | |
parent | ec5fbd456a8d3a6881449e0116de7ea2599c8a23 (diff) |
msm8996-common: Update calib.cfg and thermal-engine.conf.
* From 4.0.228DEV
* Keep using our current battery sensor (tsens_tz_sensor17)
as we don't have any batt_therm.
Diffstat (limited to 'configs/thermal-engine.conf')
-rw-r--r-- | configs/thermal-engine.conf | 49 |
1 files changed, 30 insertions, 19 deletions
diff --git a/configs/thermal-engine.conf b/configs/thermal-engine.conf index 402456f..6a65025 100644 --- a/configs/thermal-engine.conf +++ b/configs/thermal-engine.conf @@ -1,34 +1,45 @@ # File empty by default. # Replace contents of this file with custom configuration. -[SS-GPU] -#algo_type ss -disable - -[SS-POPMEM] -#algo_type ss +[SS-TEMP-CLUSTER1-0] +algo_type ss sampling 10 sensor pop_mem device cluster1 -set_point 59000 -set_point_clr 49000 +set_point 54000 +set_point_clr 46000 +device_max_limit 1824000 time_constant 16 -[SS-CPUS-ALL] -#algo_type ss +[SS-TEMP-CLUSTER1-1] +algo_type ss sampling 10 -sensor VIRTUAL-CPUS -device cpu_voltage -set_point 59000 -set_point_clr 49000 -time_constant 0 +sensor pop_mem +device cluster1 +set_point 62000 +set_point_clr 54000 +device_max_limit 1632000 +time_constant 16 + +[SS-POPMEM] +disable + +[SPEAKER-CAL] +disable + +[SS-GPU] +algo_type ss +sampling 250 +sensor gpu +device gpu +set_point 75000 +set_point_clr 65000 [battery_monitor] algo_type monitor sensor tsens_tz_sensor17 sampling 1000 -thresholds 43000 49000 -thresholds_clr 41000 47000 +thresholds 42000 43000 44000 +thresholds_clr 40000 42000 43000 actions battery battery battery -action_info 0 1 - +action_info 0 1 2 |