diff options
author | Vincent Palomares <paillon@google.com> | 2018-11-19 14:50:23 -0800 |
---|---|---|
committer | Vincent Palomares <paillon@google.com> | 2019-06-12 19:28:21 +0000 |
commit | 131e79c48e26c5575e8600a33a4e90b6dd48ca9b (patch) | |
tree | 2e18c5248d89090a6b191d7208954ab48fafafae | |
parent | 07c73b7a8f5301f93648e58a27dcc7509fa9d989 (diff) | |
download | device_google_taimen-131e79c48e26c5575e8600a33a4e90b6dd48ca9b.tar.gz device_google_taimen-131e79c48e26c5575e8600a33a4e90b6dd48ca9b.tar.bz2 device_google_taimen-131e79c48e26c5575e8600a33a4e90b6dd48ca9b.zip |
taimen: MNH mitigation monitor.
Bug: 119689840
Test: Tested manually using a dummy cooling device
Change-Id: Ib3b35ea73455174cb867fc2655721eb99c382c9e
Signed-off-by: Vincent Palomares <paillon@google.com>
-rwxr-xr-x | thermal-engine.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/thermal-engine.conf b/thermal-engine.conf index d88175e..51862a4 100755 --- a/thermal-engine.conf +++ b/thermal-engine.conf @@ -57,6 +57,15 @@ thresholds_clr 47000 49000 51000 actions cluster0+cluster1+gpu+report cluster0+cluster1+gpu+report cluster0+cluster1+gpu+report action_info 1094400+1190400+414000000+1 883200+902400+342000000+1 300000+300000+257000000+1 +[MNH-MONITOR2] +algo_type monitor +sampling 2000 +sensor bd_therm2 +thresholds 48000 50000 +thresholds_clr 47000 49000 +actions mnh mnh +action_info 3 4 + [BATTERY-MONITOR2] algo_type monitor sampling 2000 @@ -133,6 +142,15 @@ thresholds_clr 57000 59000 63000 actions cluster0+cluster1+gpu+report cluster0+cluster1+gpu+report cluster0+cluster1+gpu+report action_info 1094400+1190400+414000000+1 883200+902400+342000000+1 300000+300000+257000000+1 +[MNH-MONITOR] +algo_type monitor +sampling 2000 +sensor bd_therm +thresholds 58000 60000 +thresholds_clr 57000 59000 +actions mnh mnh +action_info 3 4 + [SKIN-SHUTDOWN] algo_type monitor sampling 1000 |