mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
universal7885: 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: 143933518 Bug: 142222407 Test: scrolling, app launching/closing, playing video Change-Id: Ia28e8d6c5225c49948a3397bca1beb8f8e5293f7 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
f2dab30d55
commit
0887df051e
1 changed files with 8 additions and 0 deletions
|
|
@ -21,6 +21,14 @@ ro.telephony.default_network=9,9
|
|||
debug.sf.disable_backpressure=1
|
||||
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
||||
debug.sf.latch_unsignaled=0
|
||||
debug.sf.enable_advanced_sf_phase_offset=1
|
||||
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=33500000
|
||||
debug.sf.earlyGl.sf.duration=13500000
|
||||
debug.sf.earlyGl.app.duration=38000000
|
||||
|
||||
## SoC
|
||||
ro.soc.manufacturer=samsung
|
||||
|
|
|
|||
Loading…
Reference in a new issue