diff options
Diffstat (limited to 'configs/thermal-engine.conf')
-rw-r--r-- | configs/thermal-engine.conf | 89 |
1 files changed, 51 insertions, 38 deletions
diff --git a/configs/thermal-engine.conf b/configs/thermal-engine.conf index 4682dd5..9314cc2 100644 --- a/configs/thermal-engine.conf +++ b/configs/thermal-engine.conf @@ -1,45 +1,58 @@ -# File empty by default. -# Replace contents of this file with custom configuration. +[SKIN_SHUTDOWN] +algo_type monitor +sampling 1000 +sensor emmc_therm +thresholds 65000 +thresholds_clr 64000 +actions shutdown +action_info 1 -[SS-TEMP-CLUSTER1-0] +[SKIN-HIGH-FLOOR] algo_type ss -sampling 10 -sensor pop_mem -device cluster1 -set_point 54000 -set_point_clr 46000 -device_max_limit 1824000 -time_constant 16 +sampling 2000 +sensor emmc_therm +device cpu_voltage +set_point 47000 +set_point_clr 44000 +device_perf_floor 1670400 +time_constant 0 -[SS-TEMP-CLUSTER1-1] +[SKIN-MID-FLOOR] algo_type ss -sampling 10 -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 +sampling 2000 +sensor emmc_therm +device cpu_voltage +set_point 48000 +set_point_clr 48000 +device_perf_floor 1440000 +time_constant 0 -[SS-GPU] -algo_type ss -sampling 250 -sensor gpu -device gpu -set_point 75000 -set_point_clr 65000 +[SKIN-LOW-FLOOR] +algo_type ss +sampling 2000 +sensor emmc_therm +device cpu_voltage +set_point 51000 +set_point_clr 49000 +device_perf_floor 1132800 +time_constant 0 -[battery_monitor] -algo_type monitor -sensor bms +[HOT-SKIN-VIRTUAL] +algo_type virtual +trip_sensor emmc_therm +sensors tsens_tz_sensor15 tsens_tz_sensor0 +list_cnt 2 +weights 1 -1 +set_point 47000 +set_point_clr 44000 sampling 1000 -thresholds 43000 49000 -thresholds_clr 41000 47000 -actions battery battery battery -action_info 0 1 +math 0 + +[VIRTUAL-SS-GPU-SKIN] +algo_type ss +sensor HOT-SKIN-VIRTUAL +device gpu +sampling 2000 +set_point 7000 +set_point_clr 2000 +device_max_limit 400000000 |