klte-common: Update thermal-engine config
Change-Id: I6edba03d3161cbc10bc4e32e9e1acb6c6ac62c20
This commit is contained in:
parent
a77d0223df
commit
a7d407ef1c
1 changed files with 12 additions and 82 deletions
|
@ -4,105 +4,35 @@ sampling 5000
|
|||
algo_type monitor
|
||||
sensor cpu0
|
||||
sampling 65
|
||||
thresholds 120000
|
||||
thresholds_clr 115000
|
||||
thresholds 115000
|
||||
thresholds_clr 110000
|
||||
actions shutdown
|
||||
action_info 70
|
||||
action_info 0
|
||||
|
||||
[CPU1_MONITOR]
|
||||
algo_type monitor
|
||||
sensor cpu1
|
||||
sampling 65
|
||||
thresholds 120000
|
||||
thresholds_clr 115000
|
||||
thresholds 115000
|
||||
thresholds_clr 110000
|
||||
actions shutdown
|
||||
action_info 70
|
||||
action_info 0
|
||||
|
||||
[CPU2_MONITOR]
|
||||
algo_type monitor
|
||||
sensor cpu2
|
||||
sampling 65
|
||||
thresholds 120000
|
||||
thresholds_clr 115000
|
||||
thresholds 115000
|
||||
thresholds_clr 110000
|
||||
actions shutdown
|
||||
action_info 70
|
||||
action_info 0
|
||||
|
||||
[CPU3_MONITOR]
|
||||
algo_type monitor
|
||||
sensor cpu3
|
||||
sampling 65
|
||||
thresholds 120000
|
||||
thresholds_clr 115000
|
||||
thresholds 115000
|
||||
thresholds_clr 110000
|
||||
actions shutdown
|
||||
action_info 70
|
||||
action_info 0
|
||||
|
||||
[HOTPLUG-CPU1]
|
||||
sampling 65
|
||||
thresholds 110000
|
||||
thresholds_clr 95000
|
||||
|
||||
[HOTPLUG-CPU2]
|
||||
sampling 65
|
||||
thresholds 110000
|
||||
thresholds_clr 95000
|
||||
|
||||
[HOTPLUG-CPU3]
|
||||
sampling 65
|
||||
thresholds 110000
|
||||
thresholds_clr 95000
|
||||
|
||||
[PID-CPU0]
|
||||
disable 1
|
||||
|
||||
[PID-CPU1]
|
||||
disable 1
|
||||
|
||||
[PID-CPU2]
|
||||
disable 1
|
||||
|
||||
[PID-CPU3]
|
||||
disable 1
|
||||
|
||||
[PID-POPMEM]
|
||||
disable 1
|
||||
|
||||
[SS-CPU0]
|
||||
algo_type ss
|
||||
sampling 65
|
||||
sensor cpu0
|
||||
device cpu
|
||||
set_point 95000
|
||||
set_point_clr 55000
|
||||
|
||||
[SS-CPU1]
|
||||
algo_type ss
|
||||
sampling 65
|
||||
sensor cpu1
|
||||
device cpu
|
||||
set_point 95000
|
||||
set_point_clr 55000
|
||||
|
||||
[SS-CPU2]
|
||||
algo_type ss
|
||||
sampling 65
|
||||
sensor cpu2
|
||||
device cpu
|
||||
set_point 95000
|
||||
set_point_clr 55000
|
||||
|
||||
[SS-CPU3]
|
||||
algo_type ss
|
||||
sampling 65
|
||||
sensor cpu3
|
||||
device cpu
|
||||
set_point 95000
|
||||
set_point_clr 55000
|
||||
|
||||
[SS-GPU]
|
||||
algo_type ss
|
||||
sampling 65
|
||||
sensor tsens_tz_sensor10
|
||||
device gpu
|
||||
override 20000
|
||||
set_point 95000
|
||||
set_point_clr 75000
|
||||
|
|
Loading…
Reference in a new issue