Add GPU Power-on hint for LAUNCH am: 0b13fa4150

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16091140

Change-Id: I367712736fb7fa56c579687516ef5cde5e374b72
This commit is contained in:
Siddharth Kapoor 2021-11-02 05:03:24 +00:00 committed by Automerger Merge Worker
commit 79b0ea41ef

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