Add GPU Power-on hint for LAUNCH am: ab346bd080
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16120996 Change-Id: I568ded9e8738dc3b9ff05eb15240b8e77f704bd5
This commit is contained in:
commit
0ee807ae2b
1 changed files with 15 additions and 0 deletions
|
@ -287,6 +287,15 @@
|
|||
"67000"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "GPUPowerPolicy",
|
||||
"Path": "/sys/devices/platform/1c500000.mali/power_policy",
|
||||
"Values": [
|
||||
"always_on",
|
||||
"adaptive"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
}
|
||||
],
|
||||
"Actions": [
|
||||
|
@ -343,6 +352,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