Add powerhint nodes for PMU parameter tune

Bug: 223688700
Signed-off-by: Taeju Park <taeju@google.com>
Change-Id: I9b3d92207253618560d7fd3e361f7344e0eea119
This commit is contained in:
Taeju Park 2022-04-20 19:00:30 +00:00
parent 8766588041
commit a13ce72563

View file

@ -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": [