diff options
author | Vincent Palomares <paillon@google.com> | 2019-06-19 11:27:15 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-06-19 11:27:15 -0700 |
commit | b72363213f9ea07f8205763ec09c6b5e9dd22f24 (patch) | |
tree | c9adfc9e1677f2352baa1f0be3c788f51f1680bc | |
parent | af6870c378c7c8ed63b709ddd7980bd6e75a5aca (diff) | |
parent | 8cb4b8ccf9c990eda899a185e4cf6138c20b91da (diff) | |
download | device_google_taimen-b72363213f9ea07f8205763ec09c6b5e9dd22f24.tar.gz device_google_taimen-b72363213f9ea07f8205763ec09c6b5e9dd22f24.tar.bz2 device_google_taimen-b72363213f9ea07f8205763ec09c6b5e9dd22f24.zip |
Merge "taimen: MNH mitigation monitor." into qt-dev
am: 8cb4b8ccf9
Change-Id: I33cbeb92e5eb14e6030b28cdfadf1fd7ebebdb26
-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 |