land: Update thermal conf from N
Signed-off-by: Darshan Manjrekar <darshanmanjrekar1205@gmail.com>
This commit is contained in:
parent
3b2a7a03d8
commit
580c50f4c9
1 changed files with 231 additions and 221 deletions
|
@ -8,22 +8,42 @@
|
|||
# tsens_tz_sensor5 : cpu0
|
||||
# tsens_tz_sensor4 : L2_cache_1
|
||||
|
||||
debug
|
||||
#Conf file: /system/etc/thermal-engine.conf
|
||||
|
||||
[CAMERA_CAMCORDER_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor case_therm
|
||||
thresholds 40000 430000
|
||||
thresholds_clr 37000 40000
|
||||
thresholds 43000 45000
|
||||
thresholds_clr 42000 43000
|
||||
actions camera+camcorder camera+camcorder
|
||||
action_info 1+1 2+2
|
||||
|
||||
[CPU0_HOTPLUG_MONITOR]
|
||||
[BATTERY_CHARGING_CTL]
|
||||
algo_type monitor
|
||||
sampling 10000
|
||||
sensor case_therm
|
||||
thresholds 42000 44000 46000
|
||||
thresholds_clr 39000 42000 44000
|
||||
actions battery battery battery battery
|
||||
action_info 1 2 3
|
||||
|
||||
[LCD_SKIN_MANAGEMENT]
|
||||
algo_type monitor
|
||||
sampling 5000
|
||||
sensor case_therm
|
||||
thresholds 56000 66000
|
||||
thresholds_clr 52000 56000
|
||||
actions lcd lcd
|
||||
action_info 110 90
|
||||
|
||||
[CPU2_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor case_therm
|
||||
thresholds 42000
|
||||
thresholds_clr 39000
|
||||
thresholds 43000
|
||||
thresholds_clr 41000
|
||||
actions hotplug_2
|
||||
action_info 1
|
||||
|
||||
|
@ -31,38 +51,29 @@ action_info 1
|
|||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor case_therm
|
||||
thresholds 44000
|
||||
thresholds_clr 41000
|
||||
thresholds 46000
|
||||
thresholds_clr 43000
|
||||
actions hotplug_1
|
||||
action_info 1
|
||||
|
||||
[SS-CASE-THERM]
|
||||
[CPU5_HOTPLUG_MONITOR]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor case_therm
|
||||
thresholds 50000
|
||||
thresholds_clr 48000
|
||||
actions hotplug_5
|
||||
action_info 1
|
||||
|
||||
[SS-CASE-THERM-LOW]
|
||||
algo_type ss
|
||||
sampling 1000
|
||||
sensor case_therm
|
||||
device cpu_voltage
|
||||
set_point 41000
|
||||
set_point_clr 39000
|
||||
device cluster0
|
||||
set_point 46000
|
||||
set_point_clr 44000
|
||||
time_constant 3
|
||||
device_perf_floor 902400
|
||||
|
||||
[BATTERY_CHARGING_CTL]
|
||||
algo_type monitor
|
||||
sampling 10000
|
||||
sensor case_therm
|
||||
thresholds 41000 42000 45000 48000
|
||||
thresholds_clr 38000 41000 42000 45000
|
||||
actions battery battery battery battery
|
||||
action_info 1 2 3 4
|
||||
|
||||
[SS-GPU]
|
||||
algo_type ss
|
||||
sampling 250
|
||||
sensor gpu
|
||||
device gpu
|
||||
set_point 95000
|
||||
set_point_clr 65000
|
||||
time_constant 0
|
||||
device_max_limit 902400
|
||||
|
||||
[VIRTUAL-CPUS]
|
||||
#algo_type virtual
|
||||
|
@ -74,15 +85,14 @@ weights
|
|||
sampling 50
|
||||
math 2
|
||||
|
||||
[SS-GPU-CASE-THERM]
|
||||
[SS-GPU]
|
||||
#algo_type ss
|
||||
sampling 10000
|
||||
sensor case_therm
|
||||
sampling 250
|
||||
sensor gpu
|
||||
device gpu
|
||||
set_point 50000
|
||||
set_point_clr 45000
|
||||
set_point 95000
|
||||
set_point_clr 65000
|
||||
time_constant 0
|
||||
device_max_limit 375000000
|
||||
|
||||
[SS-POPMEM]
|
||||
#algo_type ss
|
||||
|
|
Loading…
Reference in a new issue