sdm660-common: prop: enable video.disable.ubwc
*needed for video recoding on clover with oreo blobs
This commit is contained in:
parent
8d090cc4db
commit
a8bc99038a
1 changed files with 6 additions and 5 deletions
|
@ -87,7 +87,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
ro.qualcomm.cabl=0 \
|
||||
vendor.display.disable_skip_validate=1 \
|
||||
vendor.gralloc.enable_fb_ubwc=1 \
|
||||
vendor.video.disable.ubwc=1
|
||||
vendor.video.disable.ubwc=1 \
|
||||
video.disable.ubwc=1
|
||||
|
||||
# enable FIFO scheduling for UI and Render threads by default
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
|
Loading…
Reference in a new issue