mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-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.
This commit is contained in:
parent
c9313c6b6f
commit
0f1f589f2d
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ persist.hwc.downscale_threshold=1.15
|
|||
ro.opengles.version=196610
|
||||
ro.sf.lcd_density=320
|
||||
debug.sf.latch_unsignaled=1
|
||||
debug.sf.enable_gl_backpressure=1
|
||||
|
||||
# GPS
|
||||
persist.gps.qc_nlp_in_use=1
|
||||
|
|
Loading…
Reference in a new issue