diff options
| author | Ady Abraham <adyabr@google.com> | 2019-07-22 13:11:45 -0700 |
|---|---|---|
| committer | Jeferson Oliveira <jroliveira.oliveira301@gmail.com> | 2021-08-17 20:46:04 +0200 |
| commit | 209aa4e883c5732307bd3abf996093849858a891 (patch) | |
| tree | e37422933eaab68a617387b0808eeafd4486f171 | |
| parent | 0d781c7f3e95c2ddf8d8e4a067d048916d606407 (diff) | |
victara: 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-- | system.prop | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system.prop b/system.prop index e470084..637195c 100644 --- a/system.prop +++ b/system.prop @@ -49,6 +49,7 @@ persist.mot.gps.smart_battery=1 ## Graphics debug.hwui.use_buffer_age=false debug.sf.disable_backpressure=1 +debug.sf.enable_gl_backpressure=1 debug.sf.latch_unsignaled=0 debug.stagefright.ccodec=0 persist.hwc.mdpcomp.enable=true |
