Add powerhint nodes for PMU parameter tune am: a13ce72563
Original change: https://googleplex-android-review.googlesource.com/c/device/google/bluejay/+/17869650 Change-Id: Ic30e4dfcb8d91d7099140d5488a589af2fff613f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
d8c620212c
1 changed files with 33 additions and 0 deletions
|
@ -411,6 +411,15 @@
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"DefaultIndex": 0
|
"DefaultIndex": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "PMU_POLL",
|
||||||
|
"Path": "/proc/vendor_sched/pmu_poll_enable",
|
||||||
|
"Values": [
|
||||||
|
"0",
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"DefaultIndex": 0
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Actions": [
|
"Actions": [
|
||||||
|
@ -1134,6 +1143,12 @@
|
||||||
"Duration": 3600000,
|
"Duration": 3600000,
|
||||||
"Value": "2401000"
|
"Value": "2401000"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "LOW_POWER",
|
||||||
|
"Node": "PMU_POLL",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "REFRESH_60FPS",
|
"PowerHint": "REFRESH_60FPS",
|
||||||
"Node": "TAUClampBoost",
|
"Node": "TAUClampBoost",
|
||||||
|
@ -1223,6 +1238,12 @@
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "400000"
|
"Value": "400000"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "THERMAL_VIRTUAL-SKIN_SEVERE",
|
||||||
|
"Node": "PMU_POLL",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "THERMAL_VIRTUAL-SKIN_SEVERE",
|
"PowerHint": "THERMAL_VIRTUAL-SKIN_SEVERE",
|
||||||
"Node": "BigControlTempSet",
|
"Node": "BigControlTempSet",
|
||||||
|
@ -1331,6 +1352,12 @@
|
||||||
"Duration": 1000,
|
"Duration": 1000,
|
||||||
"Value": "1"
|
"Value": "1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY",
|
||||||
|
"Node": "PMU_POLL",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY",
|
"PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY",
|
||||||
"Node": "BigControlTempSet",
|
"Node": "BigControlTempSet",
|
||||||
|
@ -1414,6 +1441,12 @@
|
||||||
"Node": "RestrictedCpuset",
|
"Node": "RestrictedCpuset",
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "0-3"
|
"Value": "0-3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "THERMAL_VIRTUAL-SKIN_LIGHT",
|
||||||
|
"Node": "PMU_POLL",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"AdpfConfig": [
|
"AdpfConfig": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue