From 6ed081153baa3f73c5f9506d85749a5e6d90bba5 Mon Sep 17 00:00:00 2001 From: johnmart19 Date: Sat, 17 Dec 2022 22:31:47 +0530 Subject: [PATCH] sdm660-common: properties: Adapt unsignaled buffer latch property to Android 13 - According to https://source.android.com/docs/core/graphics/unsignaled-buffer-latch - [Joker-V2: Move it to vendor] Signed-off-by: Joker-V2 Signed-off-by: Immanuel Raj Signed-off-by: pix106 --- properties/system.prop | 1 - properties/vendor.prop | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/properties/system.prop b/properties/system.prop index 0dd9a61c..292178f2 100644 --- a/properties/system.prop +++ b/properties/system.prop @@ -71,7 +71,6 @@ debug.sf.hwc.min.duration=23000000 debug.sf.hw=1 debug.sf.enable_egl_image_tracker=true debug.sf.enable_hwc_vds=0 -debug.sf.latch_unsignaled=1 ro.surface_flinger.max_virtual_display_dimension=4096 # Fwk detect diff --git a/properties/vendor.prop b/properties/vendor.prop index fd07eba1..d3afbf58 100644 --- a/properties/vendor.prop +++ b/properties/vendor.prop @@ -139,6 +139,7 @@ vendor.gralloc.disable_ahardware_buffer=1 vendor.gralloc.enable_fb_ubwc=1 video.disable.ubwc=1 vendor.video.disable.ubwc=1 +debug.sf.auto_latch_unsignaled=true # Fwk detect ro.vendor.qti.va_aosp.support=1