thermal: update C10 and P10 v4 thermal coefficients

Update C10 and P10 thermal configurations with v4 coefficients

Bug: 223909968
Test: Build and boot on device. Check thermal configuration at
/vendor/etc/thermal_info_config.json
Signed-off-by: Sayanna Chandula <sayanna@google.com>
Change-Id: Iad867590122f5c16667ba020f98799c952b3176c
This commit is contained in:
Sayanna Chandula 2022-03-14 21:25:10 +00:00
parent 181a35eb41
commit 3baae0f8d2
2 changed files with 23 additions and 23 deletions

View file

@ -159,8 +159,8 @@
"disp_therm" "disp_therm"
], ],
"Coefficient":[ "Coefficient":[
"0.5", "0.6",
"0.5" "0.4"
], ],
"Offset":-200, "Offset":-200,
"HotThreshold":[ "HotThreshold":[
@ -185,10 +185,10 @@
"quiet_therm" "quiet_therm"
], ],
"Coefficient":[ "Coefficient":[
"0.465", "0.559",
"0.535" "0.441"
], ],
"Offset":-1824, "Offset":-1771,
"HotThreshold":[ "HotThreshold":[
"NAN", "NAN",
"NAN", "NAN",
@ -237,10 +237,10 @@
"quiet_therm" "quiet_therm"
], ],
"Coefficient":[ "Coefficient":[
"0.650", "0.6",
"0.350" "0.4"
], ],
"Offset":-1700, "Offset":-500,
"HotThreshold":[ "HotThreshold":[
"NAN", "NAN",
"NAN", "NAN",

View file

@ -150,19 +150,19 @@
"PassiveDelay":7000 "PassiveDelay":7000
}, },
{ {
"Name":"VIRTUAL-QI-USB", "Name":"VIRTUAL-QUIET-USB",
"Type":"UNKNOWN", "Type":"UNKNOWN",
"VirtualSensor":true, "VirtualSensor":true,
"Formula":"WEIGHTED_AVG", "Formula":"WEIGHTED_AVG",
"Combination":[ "Combination":[
"qi_therm", "quiet_therm",
"usb_pwr_therm" "usb_pwr_therm"
], ],
"Coefficient":[ "Coefficient":[
"0.680", "0.973",
"0.320" "0.027"
], ],
"Offset":-2800, "Offset":-2200,
"HotThreshold":[ "HotThreshold":[
"NAN", "NAN",
"NAN", "NAN",
@ -185,8 +185,8 @@
"quiet_therm" "quiet_therm"
], ],
"Coefficient":[ "Coefficient":[
"0.52", "0.580",
"0.48" "0.420"
], ],
"Offset":-500, "Offset":-500,
"HotThreshold":[ "HotThreshold":[
@ -211,10 +211,10 @@
"disp_therm" "disp_therm"
], ],
"Coefficient":[ "Coefficient":[
"0.7", "0.550",
"0.3" "0.450"
], ],
"Offset":-500, "Offset":3000,
"HotThreshold":[ "HotThreshold":[
"NAN", "NAN",
"NAN", "NAN",
@ -237,10 +237,10 @@
"quiet_therm" "quiet_therm"
], ],
"Coefficient":[ "Coefficient":[
"0.4", "0.6",
"0.6" "0.4"
], ],
"Offset":-1500, "Offset":-400,
"HotThreshold":[ "HotThreshold":[
"NAN", "NAN",
"NAN", "NAN",
@ -286,7 +286,7 @@
"TriggerSensor":"quiet_therm", "TriggerSensor":"quiet_therm",
"Formula":"MAXIMUM", "Formula":"MAXIMUM",
"Combination":[ "Combination":[
"VIRTUAL-QI-USB", "VIRTUAL-QUIET-USB",
"VIRTUAL-USB-QUIET", "VIRTUAL-USB-QUIET",
"VIRTUAL-GNSS-DISP" "VIRTUAL-GNSS-DISP"
], ],
@ -420,7 +420,7 @@
"TriggerSensor":"quiet_therm", "TriggerSensor":"quiet_therm",
"Formula":"MAXIMUM", "Formula":"MAXIMUM",
"Combination":[ "Combination":[
"VIRTUAL-QI-USB", "VIRTUAL-QUIET-USB",
"VIRTUAL-USB-QUIET", "VIRTUAL-USB-QUIET",
"VIRTUAL-GNSS-DISP" "VIRTUAL-GNSS-DISP"
], ],