Snap for 7863959 from 2b52af72d241bc008e43fc78765b9caf3f9a00bb to tm-release
Change-Id: Icc958ee69506fa9591aea5dc1c5a20bd8fd821dc
This commit is contained in:
commit
ce36b3707d
2 changed files with 15 additions and 5 deletions
|
@ -19,11 +19,6 @@ include build/make/target/board/BoardConfigPixelCommon.mk
|
||||||
# Should be uncommented after fixing vndk-sp violation is fixed.
|
# Should be uncommented after fixing vndk-sp violation is fixed.
|
||||||
PRODUCT_FULL_TREBLE_OVERRIDE := true
|
PRODUCT_FULL_TREBLE_OVERRIDE := true
|
||||||
|
|
||||||
# This prop, when set to 1, will prevent OTA tooling from generating a VABC OTA,
|
|
||||||
# even if device actually supports it.
|
|
||||||
# Remove this once P21 decides to use VABC OTA
|
|
||||||
BOARD_DONT_USE_VABC_OTA := true
|
|
||||||
|
|
||||||
# HACK : To fix up after bring up multimedia devices.
|
# HACK : To fix up after bring up multimedia devices.
|
||||||
TARGET_SOC := gs101
|
TARGET_SOC := gs101
|
||||||
|
|
||||||
|
|
|
@ -300,6 +300,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": [
|
||||||
|
@ -356,6 +365,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