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:
commit
79b0ea41ef
1 changed files with 15 additions and 0 deletions
|
@ -287,6 +287,15 @@
|
||||||
"67000"
|
"67000"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "GPUPowerPolicy",
|
||||||
|
"Path": "/sys/devices/platform/1c500000.mali/power_policy",
|
||||||
|
"Values": [
|
||||||
|
"always_on",
|
||||||
|
"adaptive"
|
||||||
|
],
|
||||||
|
"ResetOnInit": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Actions": [
|
"Actions": [
|
||||||
|
@ -343,6 +352,12 @@
|
||||||
"Duration": 5000,
|
"Duration": 5000,
|
||||||
"Value": "3172000"
|
"Value": "3172000"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "LAUNCH",
|
||||||
|
"Node": "GPUPowerPolicy",
|
||||||
|
"Duration": 5000,
|
||||||
|
"Value": "always_on"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "DISPLAY_INACTIVE",
|
"PowerHint": "DISPLAY_INACTIVE",
|
||||||
"Node": "F2fsRecessModeEnable",
|
"Node": "F2fsRecessModeEnable",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue