sdm710-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 (cherry picked from commit 4e8a210c0e3e6854cd34f432f52e3f4821e7b2d5) Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
6a551f5c0f
commit
919cf9525f
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
|||
|
||||
# Graphics
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||
debug.sf.enable_hwc_vds=1
|
||||
debug.sf.enable_hwc_vds=1 \
|
||||
debug.sf.enable_gl_backpressure=1
|
||||
|
||||
# IMS
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||
|
|
Loading…
Reference in a new issue