dre: Steal SurfaceFlinger offsets from taro
* Before: Jitter: 0.6ms Total duration: 7.1ms * After: Jitter: 0.3ms Total duration: 6.4ms Change-Id: I878eb5cd7acb1fa322b28fce61ea59d8bfa47932
This commit is contained in:
parent
8e8185245e
commit
e7b7c5a976
1 changed files with 2 additions and 2 deletions
|
@ -107,10 +107,10 @@ vendor.gatekeeper.disable_spu=true
|
|||
# Graphics
|
||||
debug.sf.disable_client_composition_cache=1
|
||||
debug.sf.enable_gl_backpressure=1
|
||||
debug.sf.high_fps_early_gl_phase_offset_ns=-4000000
|
||||
debug.sf.high_fps_early_gl_phase_offset_ns=-2000000
|
||||
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.high_fps_late_sf_phase_offset_ns=-2000000
|
||||
debug.sf.latch_unsignaled=1
|
||||
ro.hardware.egl=adreno
|
||||
ro.hardware.vulkan=adreno
|
||||
|
|
Loading…
Reference in a new issue