sdm660-common: props: enable vsync and disable backpressure

* As seen with December patch some system apps including user apps started to lag (like screen tearing).
* Enabling Vsync and disabling backpressure resolves the issue

Signed-off-by: Manish4586 <manish.n.manish45@gmail.com>
Change-Id: Ieea19e65020643353494336079104f3f53bd1e4c
This commit is contained in:
Manish4586 2020-12-28 02:01:51 +05:30 committed by OdSazib
parent b6ab9f6f80
commit adfe7cf0e4
No known key found for this signature in database
GPG key ID: 0954440B60470871

View file

@ -152,12 +152,12 @@ PRODUCT_PROPERTY_OVERRIDES += \
debug.sf.latch_unsignaled=1 \
debug.sf.enable_hwc_vds=1 \
debug.sf.hw=1 \
debug.sf.disable_backpressure= 1 \
debug.sf.disable_backpressure=0 \
debug.sf.early_app_phase_offset_ns=1500000 \
debug.sf.early_gl_phase_offset_ns=3000000 \
debug.sf.early_gl_app_phase_offset_ns=15000000 \
debug.sf.early_phase_offset_ns=1500000 \
debug.cpurend.vsync=false \
debug.cpurend.vsync=true \
debug.hwui.use_buffer_age=false \
persist.debug.wfd.enable=1 \
persist.hwc.enable_vds=1 \