Add GPU Power-on hint for LAUNCH am: ab346bd080 am: 475c03cdd5
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16120996 Change-Id: Ib98ce2e0593335241e9d4d3bf665c50172da95f9
This commit is contained in:
commit
e88e3bdaf7
1 changed files with 15 additions and 0 deletions
|
@ -300,6 +300,15 @@
|
|||
"67000"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "GPUPowerPolicy",
|
||||
"Path": "/sys/devices/platform/1c500000.mali/power_policy",
|
||||
"Values": [
|
||||
"always_on",
|
||||
"adaptive"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
}
|
||||
],
|
||||
"Actions": [
|
||||
|
@ -356,6 +365,12 @@
|
|||
"Duration": 5000,
|
||||
"Value": "3172000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Node": "GPUPowerPolicy",
|
||||
"Duration": 5000,
|
||||
"Value": "always_on"
|
||||
},
|
||||
{
|
||||
"PowerHint": "DISPLAY_INACTIVE",
|
||||
"Node": "F2fsRecessModeEnable",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue