Add FGPreferIdle to app launch
Bug: 178016953 Test: boot Signed-off-by: Wei Wang <wvw@google.com> Change-Id: I2e1a2ad5b412825f306c44e80946a1086afd7571
This commit is contained in:
parent
b7a7051ea5
commit
75156ec058
2 changed files with 18 additions and 4 deletions
|
@ -255,9 +255,10 @@
|
||||||
"Name": "FGPreferIdle",
|
"Name": "FGPreferIdle",
|
||||||
"Path": "/proc/vendor_sched/fg_prefer_idle",
|
"Path": "/proc/vendor_sched/fg_prefer_idle",
|
||||||
"Values": [
|
"Values": [
|
||||||
"0",
|
"1",
|
||||||
"1"
|
"0"
|
||||||
],
|
],
|
||||||
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -470,6 +471,12 @@
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "2"
|
"Value": "2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "LAUNCH",
|
||||||
|
"Node": "FGPreferIdle",
|
||||||
|
"Duration": 5000,
|
||||||
|
"Value": "1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "LAUNCH",
|
"PowerHint": "LAUNCH",
|
||||||
"Node": "SFUClampBoost",
|
"Node": "SFUClampBoost",
|
||||||
|
|
|
@ -255,9 +255,10 @@
|
||||||
"Name": "FGPreferIdle",
|
"Name": "FGPreferIdle",
|
||||||
"Path": "/proc/vendor_sched/fg_prefer_idle",
|
"Path": "/proc/vendor_sched/fg_prefer_idle",
|
||||||
"Values": [
|
"Values": [
|
||||||
"0",
|
"1",
|
||||||
"1"
|
"0"
|
||||||
],
|
],
|
||||||
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -476,6 +477,12 @@
|
||||||
"Duration": 1000,
|
"Duration": 1000,
|
||||||
"Value": "161"
|
"Value": "161"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "LAUNCH",
|
||||||
|
"Node": "FGPreferIdle",
|
||||||
|
"Duration": 5000,
|
||||||
|
"Value": "1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "LAUNCH",
|
"PowerHint": "LAUNCH",
|
||||||
"Type": "DoHint",
|
"Type": "DoHint",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue