diff options
author | Ady Abraham <adyabr@google.com> | 2019-07-22 13:11:45 -0700 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:49:34 +0300 |
commit | caa6623c58218e6fe089f6942174ef3ff4c5c31d (patch) | |
tree | eb3437393d311c5a9fcd6e8793a951ce16c76ec7 | |
parent | aab2a1c55025ce138d4f68aa9f04b78d21f6770e (diff) |
sdm660-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
-rw-r--r-- | properties.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/properties.mk b/properties.mk index f9bf982..4def796 100644 --- a/properties.mk +++ b/properties.mk @@ -102,6 +102,7 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ # Display PRODUCT_PROPERTY_OVERRIDES += \ + debug.sf.enable_gl_backpressure=1 \ debug.sf.enable_hwc_vds=1 \ debug.sf.hw=1 \ debug.sf.latch_unsignaled=1 \ |