thermal: enable quiet_therm mointor for backup shutdown
- increase shutdown threshold to 60 to better monitor the thermal under high vskin - Monitor vskin_legay - quiet_therm and vskin_model - quiet_them when vskin is higher than 52 - Monitor quiet_therm when it's over candidate shutdown threshold (55 degC) Bug: 333485619 Test: Flash and boot to home Change-Id: Id2ca58d427d342d353d7083e4771ac47caa074ec Signed-off-by: Peter (YM) <peterym@google.com>
This commit is contained in:
parent
de87dbfa64
commit
671b3cf727
1 changed files with 32 additions and 3 deletions
|
@ -215,7 +215,7 @@
|
|||
"Formula":"MAXIMUM",
|
||||
"Combination":["VIRTUAL-SKIN-LEGACY"],
|
||||
"Coefficient":[1.0],
|
||||
"HotThreshold":["NAN", 39.0, 43.0, 45.0, 46.5, 52.0, 55.0],
|
||||
"HotThreshold":["NAN", 39.0, 43.0, 45.0, 46.5, 52.0, 60.0],
|
||||
"HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9],
|
||||
"Multiplier":0.001,
|
||||
"SendCallback":true,
|
||||
|
@ -237,7 +237,7 @@
|
|||
"Formula":"MAXIMUM",
|
||||
"Combination":["VIRTUAL-SKIN"],
|
||||
"Coefficient":[1.0],
|
||||
"HotThreshold":["NAN", 37.0, 43.0, 45.0, 46.5, 52.0, 55.0],
|
||||
"HotThreshold":["NAN", 37.0, 43.0, 45.0, 46.5, 52.0, 60.0],
|
||||
"HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9],
|
||||
"Multiplier":0.001,
|
||||
"SendPowerHint":true,
|
||||
|
@ -863,6 +863,27 @@
|
|||
"PollingDelay":300000,
|
||||
"PassiveDelay":7000
|
||||
},
|
||||
{
|
||||
"Name":"VSKIN-SKIN-OVER-52",
|
||||
"Type":"UNKNOWN",
|
||||
"VirtualSensor":true,
|
||||
"TriggerSensor": ["north_therm", "rfpa_therm", "soc_therm", "charging_therm", "disp_therm", "quiet_therm", "usb_pwr_therm"],
|
||||
"Formula":"COUNT_THRESHOLD",
|
||||
"Combination":["VIRTUAL-SKIN"],
|
||||
"Coefficient":[-52000],
|
||||
"Multiplier":1
|
||||
},
|
||||
{
|
||||
"Name":"QUIET_THERM-MODEL-DIFF-DURING-MODEL-OVER-52",
|
||||
"Type":"UNKNOWN",
|
||||
"VirtualSensor":true,
|
||||
"Formula":"WEIGHTED_AVG",
|
||||
"Combination":["quiet_therm", "VIRTUAL-SKIN", -1000000],
|
||||
"CombinationType":["SENSOR", "SENSOR", "CONSTANT"],
|
||||
"Coefficient":[1, -1, "VSKIN-SKIN-OVER-52"],
|
||||
"CoefficientType":["CONSTANT", "CONSTANT", "SENSOR"],
|
||||
"Multiplier":0.001
|
||||
},
|
||||
{
|
||||
"Name":"LITTLE",
|
||||
"Type":"CPU",
|
||||
|
@ -1009,6 +1030,10 @@
|
|||
"Name": "VIRTUAL-SKIN-SUB-4",
|
||||
"Thresholds": [41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 75]
|
||||
},
|
||||
{
|
||||
"Name": "QUIET_THERM-MODEL-DIFF-DURING-MODEL-OVER-52",
|
||||
"Thresholds": [-200, -30, -25, -20, -15, -10, -5, 0, 5, 10, 15, 20, 25, 30, 35, 40]
|
||||
},
|
||||
{
|
||||
"Name": "VIRTUAL-SKIN-MODEL-LEGACY-DIFF",
|
||||
"LoggingName": "MODEL-LEGACY-1",
|
||||
|
@ -1024,6 +1049,10 @@
|
|||
{
|
||||
"Monitor": ["VIRTUAL-SKIN-MODEL"],
|
||||
"TempRange": [-20.0, 55.0]
|
||||
},
|
||||
{
|
||||
"Monitor": ["quiet_therm"],
|
||||
"TempRange": [-20.0, 55.0]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1035,4 +1064,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue