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:
Siddharth Kapoor 2021-10-28 01:08:50 +00:00 committed by Automerger Merge Worker
commit 0ee807ae2b

View file

@ -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",