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:
parent
e75bc48d25
commit
39b4ec328b
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue