Skip to content

Commit

Permalink
vince: Thermal-conf: set the correct thermal
Browse files Browse the repository at this point in the history
for tsens14 tsens13 tsens2 tsens1 and remove tsens0
also set the correct information in the HEADER and remove older tsens definitions

Signed-off-by: klozz <[email protected]>
  • Loading branch information
Klozz authored and mdeejay committed Mar 24, 2019
1 parent f485971 commit 5cb28db
Showing 1 changed file with 24 additions and 25 deletions.
49 changes: 24 additions & 25 deletions configs/thermal-engine.conf
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# SENSOR : ALIAS
# tsens_tz_sensor5 : cpu5
# tsens_tz_sensor4 : cpu4 apc1-cpu0-usr
# tsens_tz_sensor2 : pop_mem
# tsens_tz_sensor15 : gpu
# tsens_tz_sensor13 : L2_cache_0 apc0-l2-usr
# tsens_tz_sensor12 : cpu3 apc0-cpu3-usr
# tsens_tz_sensor11 : cpu2 apc0-cpu2-usr
# tsens_tz_sensor10 : cpu1 apc0-cpu1-usr
# tsens_tz_sensor9 : cpu0 apc0-cpu0-usr
# tsens_tz_sensor8 : L2_cache_1 apc1-l2-usr
# tsens_tz_sensor7 : cpu7
# tsens_tz_sensor6 : cpu6
# apc1-cpu1-usr : cpu5
# apc1-cpu0-usr : cpu4
# pop-mem-step qdsp-usr : pop_mem qdsp
# gpu1-usr gpu0-usr : gpu
# apc0-l2-usr : L2_cache_0
# apc0-cpu3-usr : cpu3
# apc0-cpu2-usr : cpu2
# apc0-cpu1-usr : cpu1
# apc0-cpu0-usr : cpu0
# apc1-l2-usr : L2_cache_1
# apc1-cpu3-usr : cpu7
# apc1-cpu2-usr : cpu6
# Author: Carlos 'Klozz' Jesus (TeamMEX@XDA-Developers)
# custom thermal configuration for msm8953 4.9 kernel
#
Expand Down Expand Up @@ -109,16 +109,15 @@ actions vdd_restriction
action_info 1
descending

# idk which sensor is this yet.
#[VDD_RSTR_MONITOR-TSENS14]
#algo_type monitor
#sampling 1000
#sensor tsens_tz_sensor14
#thresholds 5000
#thresholds_clr 10000
#actions vdd_restriction
#action_info 1
#descending
[VDD_RSTR_MONITOR-TSENS14]
algo_type monitor
sampling 1000
sensor gpu0-usr
thresholds 5000
thresholds_clr 10000
actions vdd_restriction
action_info 1
descending

[VDD_RSTR_MONITOR-TSENS13]
#algo_type monitor
Expand Down Expand Up @@ -223,7 +222,7 @@ descending
[VDD_RSTR_MONITOR-TSENS3]
#algo_type monitor
sampling 1000
sensor tsens_tz_sensor3
sensor camera-usr
thresholds 5000
thresholds_clr 10000
actions vdd_restriction
Expand All @@ -233,7 +232,7 @@ descending
[VDD_RSTR_MONITOR-TSENS2]
#algo_type monitor
sampling 1000
sensor tsens_tz_sensor2
sensors qdsp-usr pop-mem-step
thresholds 5000
thresholds_clr 10000
actions vdd_restriction
Expand All @@ -243,7 +242,7 @@ descending
[VDD_RSTR_MONITOR-TSENS1]
#algo_type monitor
sampling 1000
sensor tsens_tz_sensor1
sensor mdm-core-usr
thresholds 5000
thresholds_clr 10000
actions vdd_restriction
Expand Down

0 comments on commit 5cb28db

Please sign in to comment.