sdm660-common: Add required GPU props
These tell the ROM to use the correct Adreno drivers which fixes graphical artifacts. Credit to Sultan for the triple buffers prop. Credit to kdrag0n for noticing vulkan prop was missing. Change-Id: I3481092f3aea2be2091c8c64ca04c426a244a696 Co-authored-by: Lunarixus <Nathan@lunarixus.party>
This commit is contained in:
parent
a96e454c5c
commit
15f8321151
1 changed files with 5 additions and 0 deletions
|
@ -188,6 +188,11 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
ro.min.fling_velocity=160 \
|
||||
ro.max.fling_velocity=20000
|
||||
|
||||
# Graphics
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.hardware.egl=adreno \
|
||||
ro.hardware.vulkan=adreno
|
||||
|
||||
# GMS
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.com.google.clientidbase.ms=android-xiaomi-rev2
|
||||
|
|
Loading…
Reference in a new issue