From 0bd5d02b54f238ba2d4faa22c875f259db6e1080 Mon Sep 17 00:00:00 2001 From: Ady Abraham Date: Thu, 25 Jun 2020 11:53:32 -0400 Subject: [PATCH] sm6150-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 --- vendor.prop | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor.prop b/vendor.prop index f323d1c..ad03f67 100644 --- a/vendor.prop +++ b/vendor.prop @@ -130,6 +130,7 @@ persist.vendor.dpmhalservice.enable=1 debug.egl.hw=0 debug.mdpcomp.logs=0 debug.sf.disable_client_composition_cache=1 +debug.sf.enable_gl_backpressure=1 debug.sf.use_phase_offsets_as_durations=1 debug.sf.late.sf.duration=10500000 debug.sf.late.app.duration=20500000