diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2022-08-08 14:28:24 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2022-08-16 12:21:37 +0200 |
commit | 71f22f4fa8558a08269250131a3f967321b37aa3 (patch) | |
tree | 70b15ce032cfd8d44c74b09f05673d1368d662ba /configs/thermal-engine.conf | |
parent | 9ea7d7ce4f74152f0ce7ce586c79be1a813f2149 (diff) |
msm8996-common: thermal-engine: Increase temps thresholds
* Especially wait for really critical temperatures before
shutting down the device completely
Change-Id: Ib9d7837bd7613f208e6c4b73ea819e8981ee170f
Diffstat (limited to 'configs/thermal-engine.conf')
-rw-r--r-- | configs/thermal-engine.conf | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/configs/thermal-engine.conf b/configs/thermal-engine.conf index 30a9bd2..27661d9 100644 --- a/configs/thermal-engine.conf +++ b/configs/thermal-engine.conf @@ -2,8 +2,8 @@ algo_type monitor sampling 1000 sensor emmc_therm -thresholds 60000 -thresholds_clr 59000 +thresholds 65000 +thresholds_clr 64000 actions shutdown action_info 1 @@ -12,8 +12,8 @@ algo_type ss sampling 2000 sensor emmc_therm device cpu_voltage -set_point 47000 -set_point_clr 44000 +set_point 49000 +set_point_clr 46000 device_perf_floor 1670400 time_constant 0 @@ -22,8 +22,8 @@ algo_type ss sampling 2000 sensor emmc_therm device cpu_voltage -set_point 49000 -set_point_clr 48000 +set_point 51000 +set_point_clr 50000 device_perf_floor 1440000 time_constant 0 @@ -32,8 +32,8 @@ algo_type ss sampling 2000 sensor emmc_therm device cpu_voltage -set_point 51000 -set_point_clr 50000 +set_point 53000 +set_point_clr 52000 device_perf_floor 1132800 time_constant 0 @@ -42,8 +42,8 @@ algo_type ss sampling 2000 sensor emmc_therm device cpu_voltage -set_point 54000 -set_point_clr 52000 +set_point 56000 +set_point_clr 54000 device_perf_floor 768000 time_constant 0 @@ -51,8 +51,8 @@ time_constant 0 algo_type monitor sensor emmc_therm sampling 1000 -thresholds 56000 58000 -thresholds_clr 55000 57000 +thresholds 58000 60000 +thresholds_clr 57000 59000 actions cluster0+cluster1+gpu cluster0+cluster1+gpu action_info 691200+691200+133000000 307200+307200+133000000 @@ -62,8 +62,8 @@ trip_sensor emmc_therm sensors tsens_tz_sensor15 tsens_tz_sensor0 list_cnt 2 weights 1 -1 -set_point 47000 -set_point_clr 44000 +set_point 49000 +set_point_clr 46000 sampling 1000 math 0 |