sm6250-common: Disable UBWC for WFD

As it turns out, atoll does not support UBWC:
[drm:sde_encoder_virt_atomic_check:1028] [sde error]enc43 mode unsupported, phys idx 0
[drm:sde_encoder_phys_wb_atomic_check:769] [sde error]invalid output format 3231564e

Change-Id: If445caf152428abb3dce74091dac9b4c9d2e26d5
This commit is contained in:
Alexander Winkowski 2022-09-04 04:42:37 +00:00
parent 3cdc1e2ff8
commit 9fa7f92b82
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44
2 changed files with 2 additions and 0 deletions

View File

@ -27,4 +27,5 @@ vendor.mm.enable.qcom_parser=16777215
# WFD # WFD
persist.debug.wfd.enable=1 persist.debug.wfd.enable=1
vendor.sys.video.disable.ubwc=1
vendor.wfdservice64=enable vendor.wfdservice64=enable

View File

@ -161,6 +161,7 @@ ro.netflix.bsp_rev=Q6250-19132-1
# Media # Media
debug.stagefright.ccodec=1 debug.stagefright.ccodec=1
debug.stagefright.omx_default_rank=0 debug.stagefright.omx_default_rank=0
vendor.video.disable.ubwc=1
# Perf # Perf
ro.vendor.extension_library=libqti-perfd-client.so ro.vendor.extension_library=libqti-perfd-client.so