From e2b8596ba1bae48be8243d39e4cde075d1c3f729 Mon Sep 17 00:00:00 2001 From: Himanshu Agrawal Date: Mon, 26 Jul 2021 16:33:29 +0800 Subject: [PATCH] sdm660-common: Disable ahardware buffer - Disable ahardware buffer usage in gralloc Signed-off-by: sohamxda7 Signed-off-by: clarencelol Signed-off-by: pix106 --- properties/common_prop.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/properties/common_prop.mk b/properties/common_prop.mk index 86d5bd43..6ca3ae11 100755 --- a/properties/common_prop.mk +++ b/properties/common_prop.mk @@ -166,6 +166,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ debug.hwui.use_buffer_age=false \ vendor.display.disable_skip_validate=1 \ vendor.gralloc.enable_fb_ubwc=1 \ + vendor.gralloc.disable_ahardware_buffer=1 \ debug.gralloc.enable_fb_ubwc=1 \ vendor.display.enable_default_color_mode=0 \ vendor.opengles.version=196610 \