Reduce FG prefer_idle when display is idle
Bug: 178016953 Test: build Signed-off-by: Wei Wang <wvw@google.com> Change-Id: Ifdaafb5a8bed09490cbb62930ea5447e85bd5557
This commit is contained in:
parent
f12c9972f3
commit
d22878ff0f
1 changed files with 15 additions and 0 deletions
|
@ -250,6 +250,15 @@
|
|||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "FGPreferIdle",
|
||||
"Path": "/proc/vendor_sched/fg_prefer_idle",
|
||||
"Values": [
|
||||
"0",
|
||||
"1"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "CDPreferHighCap",
|
||||
"Path": "/proc/vendor_sched/cam_prefer_high_cap",
|
||||
|
@ -1187,6 +1196,12 @@
|
|||
"Duration": 200,
|
||||
"Value": "108"
|
||||
},
|
||||
{
|
||||
"PowerHint": "DISPLAY_IDLE",
|
||||
"Node": "FGPreferIdle",
|
||||
"Duration": 0,
|
||||
"Value": "0"
|
||||
},
|
||||
{
|
||||
"PowerHint": "DISPLAY_IDLE",
|
||||
"Node": "TAUClampBoost",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue