sm8450-common: config: Move from phase offsets to work durations
Use work durations instead of phase offsets. Change-Id: Ic9dc9eb0e297b58ddd436b084d8a2dcb6e834e26
This commit is contained in:
parent
573195b6d2
commit
0971d7fb1d
1 changed files with 7 additions and 4 deletions
|
@ -133,17 +133,20 @@ vendor.gatekeeper.disable_spu=true
|
|||
debug.egl.hw=0
|
||||
debug.sf.auto_latch_unsignaled=0
|
||||
debug.sf.disable_client_composition_cache=1
|
||||
debug.sf.early.app.duration=13666666
|
||||
debug.sf.early.sf.duration=10500000
|
||||
debug.sf.earlyGl.app.duration=13666666
|
||||
debug.sf.earlyGl.sf.duration=10500000
|
||||
debug.sf.enable_gl_backpressure=1
|
||||
debug.sf.enable_hwc_vds=1
|
||||
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=-2000000
|
||||
debug.sf.hw=0
|
||||
debug.sf.latch_unsignaled=1
|
||||
debug.sf.late.app.duration=13666666
|
||||
debug.sf.late.sf.duration=10500000
|
||||
debug.sf.predict_hwc_composition_strategy=0
|
||||
debug.sf.set_idle_timer_ms=1000
|
||||
debug.sf.treat_170m_as_sRGB=1
|
||||
debug.sf.use_phase_offsets_as_durations=1
|
||||
persist.sys.sf.color_mode=0
|
||||
persist.sys.sf.color_saturation=1.0
|
||||
ro.gfx.driver.1=com.qualcomm.qti.gpudrivers.taro.api31
|
||||
|
|
Loading…
Reference in a new issue