sm6250-common: don't latch unsignal buffers

Set debug.sf.latch_unsignaled=1 is used to allow surfaceflinger to
latch unsignal buffers that can give more time for buffer to render.
But if the buffer takes longer time to finish, it will block whole
display pipeline result to jank.

Bug: 157964883
Test: scrolling, launch
Change-Id: I56c3e05921de5fc9569bf3f93fde03022a64b6a4
This commit is contained in:
Midas Chien
2021-10-30 17:48:22 +00:00
committed by Alexander Winkowski
parent 44c8945182
commit 671ae4f210

View File

@ -148,7 +148,6 @@ ro.frp.pst=/dev/block/bootdevice/by-name/frp
debug.egl.hw=0 debug.egl.hw=0
debug.mdpcomp.logs=0 debug.mdpcomp.logs=0
debug.sf.hw=0 debug.sf.hw=0
debug.sf.latch_unsignaled=1
persist.sys.sf.color_mode=9 persist.sys.sf.color_mode=9
persist.sys.sf.color_saturation=1.0 persist.sys.sf.color_saturation=1.0
persist.sys.sf.native_mode=2 persist.sys.sf.native_mode=2