Merge "thermal: add VSKIN-CHARGE into RecordWithDefaultThreshold in the config" into udc-qpr-dev am: 598b3a559a

Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/24158775

Change-Id: Ia1d508998199fa50dc5f6e094c5934ef853c148b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Peter (YM) 2023-08-16 12:02:34 +00:00 committed by Automerger Merge Worker
commit 3476794fd0

View file

@ -470,7 +470,7 @@
{ {
"CdevRequest": "thermal-gpufreq-0", "CdevRequest": "thermal-gpufreq-0",
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
"CdevCeiling": [0, 8, 8, 9, 11, 11, 11] "CdevCeiling": [0, 8, 8, 9, 11, 11, 11]
} }
] ]
}, },
@ -579,7 +579,7 @@
"Formula":"WEIGHTED_AVG", "Formula":"WEIGHTED_AVG",
"Combination":["usb_conn_therm", "charger_therm"], "Combination":["usb_conn_therm", "charger_therm"],
"Coefficient":[1.0, -1.0], "Coefficient":[1.0, -1.0],
"HotThreshold":["NAN", "7.0", "NAN", "NAN", "NAN", "NAN", "NAN"], "HotThreshold":["NAN", "7.0", "NAN", "NAN", "NAN", "NAN", "NAN"],
"Multiplier":0.001, "Multiplier":0.001,
"PollingDelay":0, "PollingDelay":0,
"PassiveDelay":7000 "PassiveDelay":7000
@ -730,12 +730,16 @@
], ],
"Stats": { "Stats": {
"Sensors": { "Sensors": {
"RecordWithDefaultThreshold": ["VIRTUAL-SKIN", "VIRTUAL-SKIN-CHARGE-WLC"], "RecordWithDefaultThreshold": ["VIRTUAL-SKIN", "VIRTUAL-SKIN-CHARGE", "VIRTUAL-SKIN-CHARGE-WLC"],
"RecordWithThreshold": [ "RecordWithThreshold": [
{ {
"Name": "VIRTUAL-SKIN", "Name": "VIRTUAL-SKIN",
"Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51] "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51]
}, },
{
"Name": "VIRTUAL-SKIN-CHARGE",
"Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51]
},
{ {
"Name": "VIRTUAL-SKIN-CHARGE-WLC", "Name": "VIRTUAL-SKIN-CHARGE-WLC",
"Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51] "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51]