From 8824aae920803e54aaa7ae19da039d406e5e74a3 Mon Sep 17 00:00:00 2001 From: Midas Chien Date: Sat, 30 Oct 2021 17:48:22 +0000 Subject: msm8996-common: properties: 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 --- vendor_prop.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/vendor_prop.mk b/vendor_prop.mk index 1cbd307..70398fd 100644 --- a/vendor_prop.mk +++ b/vendor_prop.mk @@ -97,7 +97,6 @@ PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \ debug.egl.hw=1 \ debug.sf.hw=1 \ - debug.sf.latch_unsignaled=1 \ dev.pm.dyn_samplingrate=1 \ persist.demo.hdmirotationlock=false \ persist.hwc.enable_vds=1 \ -- cgit v1.2.3