Reduce FG prefer_idle when display is idle
Bug: 178016953 Test: build Signed-off-by: Wei Wang <wvw@google.com> Change-Id: I60276b18ebd4246524347405b434a2fec35ad3e7
This commit is contained in:
parent
915e45ace0
commit
840cd359b9
1 changed files with 15 additions and 0 deletions
|
@ -234,6 +234,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",
|
||||
|
@ -1142,6 +1151,12 @@
|
|||
"Type": "MaskHint",
|
||||
"Value": "BOOST_90HZ"
|
||||
},
|
||||
{
|
||||
"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