sdm660-common: properties: Use phase offsets as duration

In Android R, the SurfaceFlinger calculate phase offsets
based on duration. Adopt the new way of specifying
phase offsets to SurfaceFlinger.

Bug: 158464992
Test: scrolling, app launching/closing, playing video
Change-Id: Ia717f5c0075b6adaedaf20dd6be689737edc1415

Signed-off-by: clarencelol <clarencekuiek@icloud.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
tangrobin 2022-05-16 17:12:04 +08:00 committed by pix106
parent e75bc48d25
commit 39b4ec328b

View file

@ -60,6 +60,13 @@ sdm.debug.disable_skip_validate=1
persist.vendor.dpm.loglevel=0
# Surfaceflinger
debug.sf.use_phase_offsets_as_durations=1
debug.sf.late.sf.duration=10500000
debug.sf.late.app.duration=20500000
debug.sf.early.sf.duration=21000000
debug.sf.early.app.duration=16500000
debug.sf.earlyGl.sf.duration=13500000
debug.sf.earlyGl.app.duration=21000000
debug.sf.hw=1
debug.sf.enable_hwc_vds=0
debug.sf.latch_unsignaled=0