sdm660-common: Roll back to wayne-thermal
* jasmine thermal leads to: - 50% reduction in Geekbench scores for multi-core - Problem with rapid charging for higher ambient temperature These wayne-configs fix the above issues
This commit is contained in:
parent
9922a089dd
commit
4580d94c55
8 changed files with 879 additions and 618 deletions
144
configs/thermal/thermal-engine-battery.conf
Normal file
144
configs/thermal/thermal-engine-battery.conf
Normal file
|
@ -0,0 +1,144 @@
|
|||
# SENSOR : ALIAS
|
||||
# tsens_tz_sensor8 : gpu
|
||||
# tsens_tz_sensor6 : cpu7
|
||||
# tsens_tz_sensor5 : cpu6
|
||||
# tsens_tz_sensor4 : cpu5
|
||||
# tsens_tz_sensor3 : cpu4
|
||||
# tsens_tz_sensor1 : cpu0-cpu1-cpu2-cpu3
|
||||
|
||||
#debug
|
||||
#Conf file: vendor/etc/thermal-engine-normal.conf
|
||||
|
||||
[VIRTUAL-CLUSTER1]
|
||||
algo_type virtual
|
||||
trip_sensor tsens_tz_sensor3
|
||||
set_point 68000
|
||||
set_point_clr 65000
|
||||
sensors tsens_tz_sensor3 tsens_tz_sensor4 tsens_tz_sensor5 tsens_tz_sensor6 tsens_tz_sensor7 tsens_tz_sensor12
|
||||
weights
|
||||
sampling 10
|
||||
math 2
|
||||
|
||||
[VIRTUAL-CLUSTER0]
|
||||
algo_type virtual
|
||||
trip_sensor tsens_tz_sensor1
|
||||
set_point 66000
|
||||
set_point_clr 64000
|
||||
sensors tsens_tz_sensor1 tsens_tz_sensor2
|
||||
weights
|
||||
sampling 10
|
||||
math 2
|
||||
|
||||
[SS-XO-THERM-GOLD]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor xo_therm
|
||||
device cluster1
|
||||
set_point 57000
|
||||
set_point_clr 53000
|
||||
time_constant 0
|
||||
device_max_limit 14016000
|
||||
|
||||
[SS-XO-THERM-SILVER]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor xo_therm
|
||||
device cluster0
|
||||
set_point 57000
|
||||
set_point_clr 53000
|
||||
time_constant 0
|
||||
device_max_limit 902400
|
||||
|
||||
[SS-QUIET-THERM-GOLD2]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor tsens_tz_sensor5
|
||||
device cluster1
|
||||
set_point 68000
|
||||
set_point_clr 65000
|
||||
time_constant 0
|
||||
device_max_limit 1401600
|
||||
|
||||
[SS-QUIET-THERM-SILVER2]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor tsens_tz_sensor5
|
||||
device cluster0
|
||||
set_point 66000
|
||||
set_point_clr 64000
|
||||
time_constant 0
|
||||
device_max_limit 902400
|
||||
|
||||
[SS-QUIET-THERM-SILVER]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor quiet_therm
|
||||
device cluster0
|
||||
set_point 60000
|
||||
set_point_clr 57000
|
||||
time_constant 0
|
||||
device_max_limit 1536000
|
||||
|
||||
[SS-QUIET-THERM-GOLD]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor quiet_therm
|
||||
device cluster1
|
||||
set_point 55000
|
||||
set_point_clr 53000
|
||||
time_constant 0
|
||||
device_max_limit 1747200
|
||||
|
||||
[SS-GPU]
|
||||
algo_type ss
|
||||
sampling 10
|
||||
sensor gpu
|
||||
device gpu
|
||||
set_point 75000
|
||||
set_point_clr 65000
|
||||
time_constant 0
|
||||
|
||||
[BATTERY_CHARGING_CTL]
|
||||
algo_type monitor
|
||||
sampling 10000
|
||||
sensor quiet_therm
|
||||
thresholds 40000 42000 44000 46000
|
||||
thresholds_clr 39000 41000 43000 45000
|
||||
actions battery battery battery battery
|
||||
action_info 1 2 4 5
|
||||
|
||||
[CPU7_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor5
|
||||
thresholds 72000
|
||||
thresholds_clr 68000
|
||||
actions hotplug_7
|
||||
action_info 1
|
||||
|
||||
[CPU3_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor5
|
||||
thresholds 72000
|
||||
thresholds_clr 68000
|
||||
actions hotplug_3
|
||||
action_info 1
|
||||
|
||||
[CPU5_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 60000
|
||||
thresholds_clr 57000
|
||||
actions hotplug_5
|
||||
action_info 1
|
||||
|
||||
[CPU2_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 62000
|
||||
thresholds_clr 58000
|
||||
actions hotplug_2
|
||||
action_info 1
|
|
@ -1,310 +1,293 @@
|
|||
# SENSOR : ALIAS
|
||||
# tsens_tz_sensor8 : gpu
|
||||
# tsens_tz_sensor6 : cpu7
|
||||
# tsens_tz_sensor5 : cpu6
|
||||
# tsens_tz_sensor4 : cpu5
|
||||
# tsens_tz_sensor3 : cpu4
|
||||
# tsens_tz_sensor1 : cpu0-cpu1-cpu2-cpu3
|
||||
|
||||
#debug
|
||||
#Conf file: vendor/etc/thermal-engine-video.conf
|
||||
|
||||
[VIRTUAL-CLUSTER1]
|
||||
algo_type virtual
|
||||
trip_sensor tsens_tz_sensor3
|
||||
set_point 60000
|
||||
set_point_clr 50000
|
||||
sensors tsens_tz_sensor3 tsens_tz_sensor4 tsens_tz_sensor5 tsens_tz_sensor6 tsens_tz_sensor7 tsens_tz_sensor12
|
||||
weights
|
||||
sampling 10
|
||||
math 2
|
||||
|
||||
[VIRTUAL-CLUSTER0]
|
||||
algo_type virtual
|
||||
trip_sensor tsens_tz_sensor1
|
||||
set_point 60000
|
||||
set_point_clr 50000
|
||||
sensors tsens_tz_sensor1 tsens_tz_sensor2
|
||||
weights
|
||||
sampling 10
|
||||
math 2
|
||||
|
||||
[SS-XO-THERM-GOLD]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor xo_therm
|
||||
device cluster1
|
||||
set_point 47000
|
||||
set_point_clr 43000
|
||||
time_constant 0
|
||||
device_max_limit 14016000
|
||||
|
||||
[SS-XO-THERM-SILVER]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor xo_therm
|
||||
device cluster0
|
||||
set_point 45000
|
||||
set_point_clr 41000
|
||||
time_constant 0
|
||||
device_max_limit 902400
|
||||
|
||||
[SS-QUIET-THERM-GOLD2]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor tsens_tz_sensor5
|
||||
device cluster1
|
||||
set_point 62000
|
||||
set_point_clr 57000
|
||||
time_constant 0
|
||||
device_max_limit 1401600
|
||||
|
||||
[SS-QUIET-THERM-SILVER2]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor tsens_tz_sensor5
|
||||
device cluster0
|
||||
set_point 60000
|
||||
set_point_clr 55000
|
||||
time_constant 0
|
||||
device_max_limit 902400
|
||||
|
||||
[SS-QUIET-THERM-SILVER]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor quiet_therm
|
||||
device cluster0
|
||||
set_point 41000
|
||||
set_point_clr 38000
|
||||
time_constant 0
|
||||
device_max_limit 1536000
|
||||
|
||||
[SS-QUIET-THERM-GOLD]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor quiet_therm
|
||||
device cluster1
|
||||
set_point 40000
|
||||
set_point_clr 37000
|
||||
time_constant 0
|
||||
device_max_limit 1747200
|
||||
|
||||
[SS-GPU]
|
||||
algo_type ss
|
||||
sampling 10
|
||||
sensor gpu
|
||||
device gpu
|
||||
set_point 95000
|
||||
set_point_clr 65000
|
||||
time_constant 0
|
||||
|
||||
[SPEAKER-CAL]
|
||||
sampling 30000 30000 10 1800000
|
||||
sensor pm660_tz
|
||||
sensors tsens_tz_sensor8 tsens_tz_sensor9 tsens_tz_sensor10 tsens_tz_sensor11 tsens_tz_sensor13
|
||||
temp_range 6000 10000 2000
|
||||
max_temp 45000
|
||||
offset -4000
|
||||
|
||||
[BATTERY_CHARGING_CTL]
|
||||
algo_type monitor
|
||||
sampling 10000
|
||||
sensor quiet_therm
|
||||
thresholds 37000 38000 41000 42000
|
||||
thresholds_clr 36000 37000 39000 40000
|
||||
actions battery battery battery battery
|
||||
action_info 1 2 4 5
|
||||
|
||||
[LCD_MANAGEMENT]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor xo_therm
|
||||
thresholds 45000 47000
|
||||
thresholds_clr 43000 45000
|
||||
actions lcd lcd
|
||||
action_info 216 204
|
||||
|
||||
[CPU_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 47000
|
||||
thresholds_clr 45000
|
||||
actions hotplug_1+hotplug_2+hotplug_3+hotplug_4+hotplug_5+hotplug_6+hotplug_7
|
||||
action_info 1+1+1+1+1+1+1
|
||||
|
||||
[CPU7_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor5
|
||||
thresholds 62000
|
||||
thresholds_clr 57000
|
||||
actions hotplug_7
|
||||
action_info 1
|
||||
|
||||
[CPU3_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor5
|
||||
thresholds 60000
|
||||
thresholds_clr 55000
|
||||
actions hotplug_3
|
||||
action_info 1
|
||||
|
||||
[CPU5_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 40000
|
||||
thresholds_clr 37000
|
||||
actions hotplug_5
|
||||
action_info 1
|
||||
|
||||
[CPU2_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 41000
|
||||
thresholds_clr 38000
|
||||
actions hotplug_2
|
||||
action_info 1
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS13]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor13
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS12]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor12
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS11]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor11
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS10]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor10
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS9]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor9
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS8]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor8
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS7]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor7
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS6]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor6
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS5]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor5
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS4]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor4
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS3]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor3
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS2]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor2
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS1]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor1
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS0]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor0
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
# SENSOR : ALIAS
|
||||
# tsens_tz_sensor8 : gpu
|
||||
# tsens_tz_sensor6 : cpu7
|
||||
# tsens_tz_sensor5 : cpu6
|
||||
# tsens_tz_sensor4 : cpu5
|
||||
# tsens_tz_sensor3 : cpu4
|
||||
# tsens_tz_sensor1 : cpu0-cpu1-cpu2-cpu3
|
||||
|
||||
#debug
|
||||
#Conf file: vendor/etc/thermal-engine-video.conf
|
||||
|
||||
[VIRTUAL-CLUSTER1]
|
||||
algo_type virtual
|
||||
trip_sensor tsens_tz_sensor3
|
||||
set_point 60000
|
||||
set_point_clr 50000
|
||||
sensors tsens_tz_sensor3 tsens_tz_sensor4 tsens_tz_sensor5 tsens_tz_sensor6 tsens_tz_sensor7 tsens_tz_sensor12
|
||||
weights
|
||||
sampling 10
|
||||
math 2
|
||||
|
||||
[VIRTUAL-CLUSTER0]
|
||||
algo_type virtual
|
||||
trip_sensor tsens_tz_sensor1
|
||||
set_point 60000
|
||||
set_point_clr 50000
|
||||
sensors tsens_tz_sensor1 tsens_tz_sensor2
|
||||
weights
|
||||
sampling 10
|
||||
math 2
|
||||
|
||||
[SS-XO-THERM-GOLD]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor xo_therm
|
||||
device cluster1
|
||||
set_point 47000
|
||||
set_point_clr 43000
|
||||
time_constant 0
|
||||
device_max_limit 14016000
|
||||
|
||||
[SS-XO-THERM-SILVER]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor xo_therm
|
||||
device cluster0
|
||||
set_point 45000
|
||||
set_point_clr 41000
|
||||
time_constant 0
|
||||
device_max_limit 902400
|
||||
|
||||
[SS-QUIET-THERM-GOLD2]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor tsens_tz_sensor5
|
||||
device cluster1
|
||||
set_point 62000
|
||||
set_point_clr 57000
|
||||
time_constant 0
|
||||
device_max_limit 1401600
|
||||
|
||||
[SS-QUIET-THERM-SILVER2]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor tsens_tz_sensor5
|
||||
device cluster0
|
||||
set_point 60000
|
||||
set_point_clr 55000
|
||||
time_constant 0
|
||||
device_max_limit 902400
|
||||
|
||||
[SS-QUIET-THERM-SILVER]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor quiet_therm
|
||||
device cluster0
|
||||
set_point 41000
|
||||
set_point_clr 38000
|
||||
time_constant 0
|
||||
device_max_limit 1536000
|
||||
|
||||
[SS-QUIET-THERM-GOLD]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor quiet_therm
|
||||
device cluster1
|
||||
set_point 40000
|
||||
set_point_clr 37000
|
||||
time_constant 0
|
||||
device_max_limit 1747200
|
||||
|
||||
[SS-GPU]
|
||||
algo_type ss
|
||||
sampling 10
|
||||
sensor gpu
|
||||
device gpu
|
||||
set_point 95000
|
||||
set_point_clr 65000
|
||||
time_constant 0
|
||||
|
||||
[BATTERY_CHARGING_CTL]
|
||||
algo_type monitor
|
||||
sampling 10000
|
||||
sensor quiet_therm
|
||||
thresholds 36000 37000 39000 40000
|
||||
thresholds_clr 35000 36000 37000 38000
|
||||
actions battery battery battery battery
|
||||
action_info 1 2 4 5
|
||||
|
||||
[CPU_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 47000
|
||||
thresholds_clr 45000
|
||||
actions hotplug_1+hotplug_2+hotplug_3+hotplug_4+hotplug_5+hotplug_6+hotplug_7
|
||||
action_info 1+1+1+1+1+1+1
|
||||
|
||||
[CPU7_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor5
|
||||
thresholds 62000
|
||||
thresholds_clr 57000
|
||||
actions hotplug_7
|
||||
action_info 1
|
||||
|
||||
[CPU3_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor5
|
||||
thresholds 60000
|
||||
thresholds_clr 55000
|
||||
actions hotplug_3
|
||||
action_info 1
|
||||
|
||||
[CPU5_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 40000
|
||||
thresholds_clr 37000
|
||||
actions hotplug_5
|
||||
action_info 1
|
||||
|
||||
[CPU2_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 41000
|
||||
thresholds_clr 38000
|
||||
actions hotplug_2
|
||||
action_info 1
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS13]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor13
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS12]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor12
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS11]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor11
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS10]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor10
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS9]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor9
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS8]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor8
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS7]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor7
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS6]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor6
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS5]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor5
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS4]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor4
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS3]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor3
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS2]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor2
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS1]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor1
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS0]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor0
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
144
configs/thermal/thermal-engine-default.conf
Normal file
144
configs/thermal/thermal-engine-default.conf
Normal file
|
@ -0,0 +1,144 @@
|
|||
# SENSOR : ALIAS
|
||||
# tsens_tz_sensor8 : gpu
|
||||
# tsens_tz_sensor6 : cpu7
|
||||
# tsens_tz_sensor5 : cpu6
|
||||
# tsens_tz_sensor4 : cpu5
|
||||
# tsens_tz_sensor3 : cpu4
|
||||
# tsens_tz_sensor1 : cpu0-cpu1-cpu2-cpu3
|
||||
|
||||
#debug
|
||||
#Conf file: vendor/etc/thermal-engine-normal.conf
|
||||
|
||||
[VIRTUAL-CLUSTER1]
|
||||
algo_type virtual
|
||||
trip_sensor tsens_tz_sensor3
|
||||
set_point 75000
|
||||
set_point_clr 72000
|
||||
sensors tsens_tz_sensor3 tsens_tz_sensor4 tsens_tz_sensor5 tsens_tz_sensor6 tsens_tz_sensor7 tsens_tz_sensor12
|
||||
weights
|
||||
sampling 10
|
||||
math 2
|
||||
|
||||
[VIRTUAL-CLUSTER0]
|
||||
algo_type virtual
|
||||
trip_sensor tsens_tz_sensor1
|
||||
set_point 72000
|
||||
set_point_clr 70000
|
||||
sensors tsens_tz_sensor1 tsens_tz_sensor2
|
||||
weights
|
||||
sampling 10
|
||||
math 2
|
||||
|
||||
[SS-XO-THERM-GOLD]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor xo_therm
|
||||
device cluster1
|
||||
set_point 60000
|
||||
set_point_clr 55000
|
||||
time_constant 0
|
||||
device_max_limit 14016000
|
||||
|
||||
[SS-XO-THERM-SILVER]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor xo_therm
|
||||
device cluster0
|
||||
set_point 60000
|
||||
set_point_clr 55000
|
||||
time_constant 0
|
||||
device_max_limit 902400
|
||||
|
||||
[SS-QUIET-THERM-GOLD2]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor tsens_tz_sensor5
|
||||
device cluster1
|
||||
set_point 75000
|
||||
set_point_clr 72000
|
||||
time_constant 0
|
||||
device_max_limit 1401600
|
||||
|
||||
[SS-QUIET-THERM-SILVER2]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor tsens_tz_sensor5
|
||||
device cluster0
|
||||
set_point 72000
|
||||
set_point_clr 70000
|
||||
time_constant 0
|
||||
device_max_limit 902400
|
||||
|
||||
[SS-QUIET-THERM-SILVER]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor quiet_therm
|
||||
device cluster0
|
||||
set_point 65000
|
||||
set_point_clr 63000
|
||||
time_constant 0
|
||||
device_max_limit 1536000
|
||||
|
||||
[SS-QUIET-THERM-GOLD]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor quiet_therm
|
||||
device cluster1
|
||||
set_point 60000
|
||||
set_point_clr 55000
|
||||
time_constant 0
|
||||
device_max_limit 1747200
|
||||
|
||||
[SS-GPU]
|
||||
algo_type ss
|
||||
sampling 10
|
||||
sensor gpu
|
||||
device gpu
|
||||
set_point 95000
|
||||
set_point_clr 65000
|
||||
time_constant 0
|
||||
|
||||
[BATTERY_CHARGING_CTL]
|
||||
algo_type monitor
|
||||
sampling 10000
|
||||
sensor quiet_therm
|
||||
thresholds 40000 42000 44000 46000
|
||||
thresholds_clr 39000 41000 43000 45000
|
||||
actions battery battery battery battery
|
||||
action_info 1 2 4 5
|
||||
|
||||
[CPU7_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor5
|
||||
thresholds 80000
|
||||
thresholds_clr 75000
|
||||
actions hotplug_7
|
||||
action_info 1
|
||||
|
||||
[CPU3_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor5
|
||||
thresholds 80000
|
||||
thresholds_clr 75000
|
||||
actions hotplug_3
|
||||
action_info 1
|
||||
|
||||
[CPU5_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 65000
|
||||
thresholds_clr 60000
|
||||
actions hotplug_5
|
||||
action_info 1
|
||||
|
||||
[CPU2_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 65000
|
||||
thresholds_clr 60000
|
||||
actions hotplug_2
|
||||
action_info 1
|
144
configs/thermal/thermal-engine-gameing.conf
Normal file
144
configs/thermal/thermal-engine-gameing.conf
Normal file
|
@ -0,0 +1,144 @@
|
|||
# SENSOR : ALIAS
|
||||
# tsens_tz_sensor8 : gpu
|
||||
# tsens_tz_sensor6 : cpu7
|
||||
# tsens_tz_sensor5 : cpu6
|
||||
# tsens_tz_sensor4 : cpu5
|
||||
# tsens_tz_sensor3 : cpu4
|
||||
# tsens_tz_sensor1 : cpu0-cpu1-cpu2-cpu3
|
||||
|
||||
#debug
|
||||
#Conf file: vendor/etc/thermal-engine-normal.conf
|
||||
|
||||
[VIRTUAL-CLUSTER1]
|
||||
algo_type virtual
|
||||
trip_sensor tsens_tz_sensor3
|
||||
set_point 95000
|
||||
set_point_clr 92000
|
||||
sensors tsens_tz_sensor3 tsens_tz_sensor4 tsens_tz_sensor5 tsens_tz_sensor6 tsens_tz_sensor7 tsens_tz_sensor12
|
||||
weights
|
||||
sampling 10
|
||||
math 2
|
||||
|
||||
[VIRTUAL-CLUSTER0]
|
||||
algo_type virtual
|
||||
trip_sensor tsens_tz_sensor1
|
||||
set_point 92000
|
||||
set_point_clr 90000
|
||||
sensors tsens_tz_sensor1 tsens_tz_sensor2
|
||||
weights
|
||||
sampling 10
|
||||
math 2
|
||||
|
||||
[SS-XO-THERM-GOLD]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor xo_therm
|
||||
device cluster1
|
||||
set_point 70000
|
||||
set_point_clr 65000
|
||||
time_constant 0
|
||||
device_max_limit 1747200
|
||||
|
||||
[SS-XO-THERM-SILVER]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor xo_therm
|
||||
device cluster0
|
||||
set_point 70000
|
||||
set_point_clr 65000
|
||||
time_constant 0
|
||||
device_max_limit 1401600
|
||||
|
||||
[SS-QUIET-THERM-GOLD2]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor tsens_tz_sensor5
|
||||
device cluster1
|
||||
set_point 95000
|
||||
set_point_clr 92000
|
||||
time_constant 0
|
||||
device_max_limit 1401600
|
||||
|
||||
[SS-QUIET-THERM-SILVER2]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor tsens_tz_sensor5
|
||||
device cluster0
|
||||
set_point 92000
|
||||
set_point_clr 90000
|
||||
time_constant 0
|
||||
device_max_limit 1113600
|
||||
|
||||
[SS-QUIET-THERM-SILVER]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor quiet_therm
|
||||
device cluster0
|
||||
set_point 72000
|
||||
set_point_clr 70000
|
||||
time_constant 0
|
||||
device_max_limit 1536000
|
||||
|
||||
[SS-QUIET-THERM-GOLD]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor quiet_therm
|
||||
device cluster1
|
||||
set_point 72000
|
||||
set_point_clr 67000
|
||||
time_constant 0
|
||||
device_max_limit 1958400
|
||||
|
||||
[SS-GPU]
|
||||
algo_type ss
|
||||
sampling 10
|
||||
sensor gpu
|
||||
device gpu
|
||||
set_point 95000
|
||||
set_point_clr 85000
|
||||
time_constant 0
|
||||
|
||||
[BATTERY_CHARGING_CTL]
|
||||
algo_type monitor
|
||||
sampling 10000
|
||||
sensor quiet_therm
|
||||
thresholds 50000 52000 54000 56000
|
||||
thresholds_clr 49000 52000 53000 55000
|
||||
actions battery battery battery battery
|
||||
action_info 1 2 4 5
|
||||
|
||||
[CPU7_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor5
|
||||
thresholds 97000
|
||||
thresholds_clr 95000
|
||||
actions hotplug_7
|
||||
action_info 1
|
||||
|
||||
[CPU3_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor5
|
||||
thresholds 97000
|
||||
thresholds_clr 95000
|
||||
actions hotplug_3
|
||||
action_info 1
|
||||
|
||||
[CPU5_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 75000
|
||||
thresholds_clr 70000
|
||||
actions hotplug_5
|
||||
action_info 1
|
||||
|
||||
[CPU2_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 75000
|
||||
thresholds_clr 70000
|
||||
actions hotplug_2
|
||||
action_info 1
|
|
@ -1,4 +1,5 @@
|
|||
[0:thermal-engine-normal.conf]
|
||||
[1:thermal-engine-high.conf]
|
||||
[10:thermal-engine-nolimits.conf]
|
||||
[12:thermal-engine-video.conf]
|
||||
[0:thermal-engine-default.conf]
|
||||
[1:thermal-engine-performance.conf]
|
||||
[2:thermal-engine-battery.conf]
|
||||
[3:thermal-engine-gameing.conf]
|
||||
[4:thermal-engine-battery2.conf]
|
||||
|
|
|
@ -1,302 +0,0 @@
|
|||
# SENSOR : ALIAS
|
||||
# tsens_tz_sensor8 : gpu
|
||||
# tsens_tz_sensor6 : cpu7
|
||||
# tsens_tz_sensor5 : cpu6
|
||||
# tsens_tz_sensor4 : cpu5
|
||||
# tsens_tz_sensor3 : cpu4
|
||||
# tsens_tz_sensor1 : cpu0-cpu1-cpu2-cpu3
|
||||
|
||||
#debug
|
||||
#Conf file: vendor/etc/thermal-engine-normal.conf
|
||||
|
||||
[VIRTUAL-CLUSTER1]
|
||||
algo_type virtual
|
||||
trip_sensor tsens_tz_sensor3
|
||||
set_point 60000
|
||||
set_point_clr 50000
|
||||
sensors tsens_tz_sensor3 tsens_tz_sensor4 tsens_tz_sensor5 tsens_tz_sensor6 tsens_tz_sensor7 tsens_tz_sensor12
|
||||
weights
|
||||
sampling 10
|
||||
math 2
|
||||
|
||||
[VIRTUAL-CLUSTER0]
|
||||
algo_type virtual
|
||||
trip_sensor tsens_tz_sensor1
|
||||
set_point 60000
|
||||
set_point_clr 50000
|
||||
sensors tsens_tz_sensor1 tsens_tz_sensor2
|
||||
weights
|
||||
sampling 10
|
||||
math 2
|
||||
|
||||
[SS-XO-THERM-GOLD]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor xo_therm
|
||||
device cluster1
|
||||
set_point 46000
|
||||
set_point_clr 42000
|
||||
time_constant 0
|
||||
device_max_limit 14016000
|
||||
|
||||
[SS-XO-THERM-SILVER]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor xo_therm
|
||||
device cluster0
|
||||
set_point 44000
|
||||
set_point_clr 40000
|
||||
time_constant 0
|
||||
device_max_limit 902400
|
||||
|
||||
[SS-QUIET-THERM-GOLD2]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor tsens_tz_sensor5
|
||||
device cluster1
|
||||
set_point 62000
|
||||
set_point_clr 57000
|
||||
time_constant 0
|
||||
device_max_limit 1401600
|
||||
|
||||
[SS-QUIET-THERM-SILVER2]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor tsens_tz_sensor5
|
||||
device cluster0
|
||||
set_point 60000
|
||||
set_point_clr 55000
|
||||
time_constant 0
|
||||
device_max_limit 902400
|
||||
|
||||
[SS-QUIET-THERM-SILVER]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor quiet_therm
|
||||
device cluster0
|
||||
set_point 41000
|
||||
set_point_clr 38000
|
||||
time_constant 0
|
||||
device_max_limit 1536000
|
||||
|
||||
[SS-QUIET-THERM-GOLD]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor quiet_therm
|
||||
device cluster1
|
||||
set_point 40000
|
||||
set_point_clr 37000
|
||||
time_constant 0
|
||||
device_max_limit 1747200
|
||||
|
||||
[SS-GPU]
|
||||
algo_type ss
|
||||
sampling 10
|
||||
sensor gpu
|
||||
device gpu
|
||||
set_point 95000
|
||||
set_point_clr 65000
|
||||
time_constant 0
|
||||
|
||||
[SPEAKER-CAL]
|
||||
sampling 30000 30000 10 1800000
|
||||
sensor pm660_tz
|
||||
sensors tsens_tz_sensor8 tsens_tz_sensor9 tsens_tz_sensor10 tsens_tz_sensor11 tsens_tz_sensor13
|
||||
temp_range 6000 10000 2000
|
||||
max_temp 45000
|
||||
offset -4000
|
||||
|
||||
[BATTERY_CHARGING_CTL]
|
||||
algo_type monitor
|
||||
sampling 10000
|
||||
sensor quiet_therm
|
||||
thresholds 37000 38000 41000 42000
|
||||
thresholds_clr 36000 37000 39000 40000
|
||||
actions battery battery battery battery
|
||||
action_info 1 2 4 5
|
||||
|
||||
[LCD_MANAGEMENT]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor xo_therm
|
||||
thresholds 45000 47000
|
||||
thresholds_clr 43000 45000
|
||||
actions lcd lcd
|
||||
action_info 216 204
|
||||
|
||||
[CPU7_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor5
|
||||
thresholds 62000
|
||||
thresholds_clr 57000
|
||||
actions hotplug_7
|
||||
action_info 1
|
||||
|
||||
[CPU3_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor5
|
||||
thresholds 60000
|
||||
thresholds_clr 55000
|
||||
actions hotplug_3
|
||||
action_info 1
|
||||
|
||||
[CPU5_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 40000
|
||||
thresholds_clr 37000
|
||||
actions hotplug_5
|
||||
action_info 1
|
||||
|
||||
[CPU2_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 41000
|
||||
thresholds_clr 38000
|
||||
actions hotplug_2
|
||||
action_info 1
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS13]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor13
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS12]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor12
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS11]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor11
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS10]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor10
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS9]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor9
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS8]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor8
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS7]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor7
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS6]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor6
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS5]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor5
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS4]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor4
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS3]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor3
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS2]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor2
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS1]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor1
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
||||
[VDD_RSTR_MONITOR-TSENS0]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor0
|
||||
thresholds 5000
|
||||
thresholds_clr 10000
|
||||
actions vdd_restriction
|
||||
action_info 1
|
||||
descending
|
||||
|
144
configs/thermal/thermal-engine-performance.conf
Normal file
144
configs/thermal/thermal-engine-performance.conf
Normal file
|
@ -0,0 +1,144 @@
|
|||
# SENSOR : ALIAS
|
||||
# tsens_tz_sensor8 : gpu
|
||||
# tsens_tz_sensor6 : cpu7
|
||||
# tsens_tz_sensor5 : cpu6
|
||||
# tsens_tz_sensor4 : cpu5
|
||||
# tsens_tz_sensor3 : cpu4
|
||||
# tsens_tz_sensor1 : cpu0-cpu1-cpu2-cpu3
|
||||
|
||||
#debug
|
||||
#Conf file: vendor/etc/thermal-engine-normal.conf
|
||||
|
||||
[VIRTUAL-CLUSTER1]
|
||||
algo_type virtual
|
||||
trip_sensor tsens_tz_sensor3
|
||||
set_point 85000
|
||||
set_point_clr 82000
|
||||
sensors tsens_tz_sensor3 tsens_tz_sensor4 tsens_tz_sensor5 tsens_tz_sensor6 tsens_tz_sensor7 tsens_tz_sensor12
|
||||
weights
|
||||
sampling 10
|
||||
math 2
|
||||
|
||||
[VIRTUAL-CLUSTER0]
|
||||
algo_type virtual
|
||||
trip_sensor tsens_tz_sensor1
|
||||
set_point 82000
|
||||
set_point_clr 80000
|
||||
sensors tsens_tz_sensor1 tsens_tz_sensor2
|
||||
weights
|
||||
sampling 10
|
||||
math 2
|
||||
|
||||
[SS-XO-THERM-GOLD]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor xo_therm
|
||||
device cluster1
|
||||
set_point 63000
|
||||
set_point_clr 58000
|
||||
time_constant 0
|
||||
device_max_limit 1747200
|
||||
|
||||
[SS-XO-THERM-SILVER]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor xo_therm
|
||||
device cluster0
|
||||
set_point 63000
|
||||
set_point_clr 58000
|
||||
time_constant 0
|
||||
device_max_limit 1401600
|
||||
|
||||
[SS-QUIET-THERM-GOLD2]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor tsens_tz_sensor5
|
||||
device cluster1
|
||||
set_point 85000
|
||||
set_point_clr 82000
|
||||
time_constant 0
|
||||
device_max_limit 1401600
|
||||
|
||||
[SS-QUIET-THERM-SILVER2]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor tsens_tz_sensor5
|
||||
device cluster0
|
||||
set_point 82000
|
||||
set_point_clr 80000
|
||||
time_constant 0
|
||||
device_max_limit 1113600
|
||||
|
||||
[SS-QUIET-THERM-SILVER]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor quiet_therm
|
||||
device cluster0
|
||||
set_point 65000
|
||||
set_point_clr 63000
|
||||
time_constant 0
|
||||
device_max_limit 1536000
|
||||
|
||||
[SS-QUIET-THERM-GOLD]
|
||||
algo_type ss
|
||||
sampling 2000
|
||||
sensor quiet_therm
|
||||
device cluster1
|
||||
set_point 65000
|
||||
set_point_clr 60000
|
||||
time_constant 0
|
||||
device_max_limit 1958400
|
||||
|
||||
[SS-GPU]
|
||||
algo_type ss
|
||||
sampling 10
|
||||
sensor gpu
|
||||
device gpu
|
||||
set_point 95000
|
||||
set_point_clr 75000
|
||||
time_constant 0
|
||||
|
||||
[BATTERY_CHARGING_CTL]
|
||||
algo_type monitor
|
||||
sampling 10000
|
||||
sensor quiet_therm
|
||||
thresholds 46000 48000 50000 52000
|
||||
thresholds_clr 45000 47000 49000 51000
|
||||
actions battery battery battery battery
|
||||
action_info 1 2 4 5
|
||||
|
||||
[CPU7_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor5
|
||||
thresholds 90000
|
||||
thresholds_clr 85000
|
||||
actions hotplug_7
|
||||
action_info 1
|
||||
|
||||
[CPU3_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor tsens_tz_sensor5
|
||||
thresholds 90000
|
||||
thresholds_clr 85000
|
||||
actions hotplug_3
|
||||
action_info 1
|
||||
|
||||
[CPU5_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 68000
|
||||
thresholds_clr 63000
|
||||
actions hotplug_5
|
||||
action_info 1
|
||||
|
||||
[CPU2_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 68000
|
||||
thresholds_clr 63000
|
||||
actions hotplug_2
|
||||
action_info 1
|
|
@ -557,9 +557,12 @@ PRODUCT_PACKAGES += \
|
|||
# Thermal Conf
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(COMMON_PATH)/configs/thermal/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf \
|
||||
$(COMMON_PATH)/configs/thermal/thermal-engine-battery.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-battery.conf \
|
||||
$(COMMON_PATH)/configs/thermal/thermal-engine-battery2.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-battery2.conf \
|
||||
$(COMMON_PATH)/configs/thermal/thermal-engine-default.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-default.conf \
|
||||
$(COMMON_PATH)/configs/thermal/thermal-engine-gameing.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-gameing.conf \
|
||||
$(COMMON_PATH)/configs/thermal/thermal-engine-map.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-map.conf \
|
||||
$(COMMON_PATH)/configs/thermal/thermal-engine-normal.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-normal.conf \
|
||||
$(COMMON_PATH)/configs/thermal/thermal-engine-video.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-video.conf
|
||||
$(COMMON_PATH)/configs/thermal/thermal-engine-performance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-performance.conf
|
||||
|
||||
# USB
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in a new issue