sm7250-common: use phase offsets as duration.

adopt the new way of specifying phase offsets to SurfaceFlinger.
More info in ag/9856326

Bug: 145561086
Bug: 141329414
Test: jank tests
Test: adb shell /data/nativetest64/libsurfaceflinger_unittest/libsurfaceflinger_unittest
Change-Id: Ie50eb69009ac54345d0174f5429bc402573ec328
Signed-off-by: Joey Huab <joey@evolution-x.org>
This commit is contained in:
Ady Abraham 2019-12-10 18:35:23 -08:00 committed by mikairyuu
parent 4296a8c344
commit 7fc7d91529

View File

@ -246,12 +246,14 @@ persist.backup.ntpServer=0.pool.ntp.org
PRODUCT_VENDOR_PROPERTIES += \
debug.egl.hw=0 \
debug.mdpcomp.logs=0 \
debug.sf.enable_advanced_sf_phase_offset=1 \
debug.sf.enable_gl_backpressure=1 \
debug.sf.high_fps_early_gl_phase_offset_ns=-4000000 \
debug.sf.high_fps_early_phase_offset_ns=-4000000 \
debug.sf.high_fps_late_app_phase_offset_ns=1000000 \
debug.sf.high_fps_late_sf_phase_offset_ns=-4000000 \
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=16000000 \
debug.sf.early.app.duration=16500000 \
debug.sf.earlyGl.sf.duration=13500000 \
debug.sf.earlyGl.app.duration=21000000 \
debug.sf.hw=0 \
debug.sf.latch_unsignaled=1 \
persist.demo.hdmirotationlock=false \