From df3b301de5f84525b52bf84bd6e4e33f1c47b934 Mon Sep 17 00:00:00 2001 From: Ady Abraham Date: Mon, 22 Jul 2019 13:11:45 -0700 Subject: [PATCH] msm8953-common: Enable GL comp backpressure Enable backpressure for client composition to avoid jank due to HWC queue stuffing. Test: 1. Open Camera 2. Swipe horizontally to go back to previous app. Bug: 138083790 Change-Id: I3d26aa470c1660b23bd97133f39858f92638aca8 --- product.prop | 1 + 1 file changed, 1 insertion(+) diff --git a/product.prop b/product.prop index 3e846bc..b4e21a4 100644 --- a/product.prop +++ b/product.prop @@ -33,6 +33,7 @@ vendor.display.enable_default_color_mode=1 ro.sf.hwc_set_default_colormode=true debug.sf.enable_hwc_vds=1 debug.sf.hw=1 +debug.sf.enable_gl_backpressure=1 debug.sf.latch_unsignaled=1 debug.egl.hw=1 persist.hwc.mdpcomp.enable=true