From c9a171c43dd3b621e62a8885b500c6b7b81cddbc Mon Sep 17 00:00:00 2001 From: Adithya R Date: Thu, 21 Oct 2021 17:19:32 +0800 Subject: [PATCH] sdm660-common: properties: Disable debug.sf.enable_hwc_vds * Fixes jittery UI during screen recorder Signed-off-by: clarencelol Signed-off-by: OdSazib Signed-off-by: pix106 --- properties/system.prop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/properties/system.prop b/properties/system.prop index efcc7d07..e4517a02 100644 --- a/properties/system.prop +++ b/properties/system.prop @@ -44,7 +44,7 @@ vendor.display.disable_rotator_downscale=1 # Surfaceflinger debug.sf.hw=1 debug.sf.disable_backpressure=0 -debug.sf.enable_hwc_vds=1 +debug.sf.enable_hwc_vds=0 debug.sf.latch_unsignaled=0 debug.sf.early_phase_offset_ns=1500000 debug.sf.early_app_phase_offset_ns=1500000