thermal: enable uclamp_max based thermal throttle
Bug: 349035550 Test: - No stablilty issue under emul_temp from 25 ~ 52: b/349035550#comment3 - Perf CUJ test: b/335539352#comment48 - Thermal CUJ test: b/353432888#comment9 - Thermal Benchmark test: b/338314678#comment11 Flag: EXEMPT config update Signed-off-by: Peter (YM) <peterym@google.com> (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:3a0764f50257fb34ee144dc89979009cf51bab9c) Merged-In: Idb3b17095a639a18fe86c2585e230aa81bff07c8 Change-Id: Idb3b17095a639a18fe86c2585e230aa81bff07c8
This commit is contained in:
parent
603abce923
commit
ac43ed54bc
2 changed files with 170 additions and 18 deletions
|
@ -922,6 +922,18 @@
|
|||
"ResetOnInit": true,
|
||||
"Type": "Property"
|
||||
},
|
||||
{
|
||||
"Name": "VIRTUAL-SKIN-CPU-ODPM",
|
||||
"Path": "vendor.thermal.VIRTUAL-SKIN-CPU-ODPM.profile",
|
||||
"Values": [
|
||||
"",
|
||||
"game",
|
||||
"camera"
|
||||
],
|
||||
"DefaultIndex": 0,
|
||||
"ResetOnInit": true,
|
||||
"Type": "Property"
|
||||
},
|
||||
{
|
||||
"Name": "VIRTUAL-SKIN-CPU-HIGH",
|
||||
"Path": "vendor.thermal.VIRTUAL-SKIN-CPU-HIGH.profile",
|
||||
|
@ -2134,6 +2146,12 @@
|
|||
"Duration": 0,
|
||||
"Value": "0x0"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_EXTREME",
|
||||
"Node": "VIRTUAL-SKIN-CPU-ODPM",
|
||||
"Duration": 0,
|
||||
"Value": "camera"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_EXTREME",
|
||||
"Node": "TNRMaxFreq",
|
||||
|
@ -2320,6 +2338,12 @@
|
|||
"Duration": 0,
|
||||
"Value": "0-6"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
"Node": "VIRTUAL-SKIN-CPU-ODPM",
|
||||
"Duration": 0,
|
||||
"Value": "camera"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
"Node": "VIRTUAL-SKIN-CPU-MID",
|
||||
|
@ -3155,6 +3179,12 @@
|
|||
"Duration": 0,
|
||||
"Value": "game"
|
||||
},
|
||||
{
|
||||
"PowerHint": "GAME",
|
||||
"Node": "VIRTUAL-SKIN-CPU-ODPM",
|
||||
"Duration": 0,
|
||||
"Value": "game"
|
||||
},
|
||||
{
|
||||
"PowerHint": "GAME",
|
||||
"Node": "VIRTUAL-SKIN-CPU-HIGH",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue