Merge "powerhint: boost DSU and BCI when launching" into udc-d1-dev

This commit is contained in:
Lisa (LeeWei) Liu 2023-05-10 08:59:48 +00:00 committed by Android (Google) Code Review
commit 0fb1a2e629

View file

@ -39,6 +39,7 @@
"Path": "/sys/devices/platform/17000090.devfreq_dsu/devfreq/17000090.devfreq_dsu/min_freq",
"Values": [
"9999999",
"1548000",
"820000",
"0"
],
@ -59,6 +60,7 @@
"Path": "/sys/devices/platform/170000a0.devfreq_bci/devfreq/170000a0.devfreq_bci/min_freq",
"Values": [
"9999999",
"1401000',
"0"
],
"ResetOnInit": true
@ -567,6 +569,18 @@
"Duration": 5000,
"Value": "9999999"
},
{
"PowerHint": "LAUNCH",
"Node": "DsuMinFreq",
"Duration": 5000,
"Value": "1548000"
},
{
"PowerHint": "LAUNCH",
"Node": "BCIMinFreq",
"Duration": 5000,
"Value": "1401000"
},
{
"PowerHint": "LAUNCH",
"Node": "NPITaskPacking",