From 03b97fa20e224536512b447a48b654b018797e98 Mon Sep 17 00:00:00 2001 From: Richard Raya Date: Tue, 11 Apr 2023 08:32:55 +0000 Subject: [PATCH] sdm710-common: Disable client composition cache * Disabling client composition cache improves system smoothness and fix issues like lags when media output is showed on qs panel Signed-off-by: Pascoato Change-Id: I5d8822f5f5d1840fbfcd1884545de427c0e0b298 Signed-off-by: DarkJoker360 Signed-off-by: snnbyyds --- vendor.prop | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor.prop b/vendor.prop index 8ae545d..79d4b78 100644 --- a/vendor.prop +++ b/vendor.prop @@ -116,6 +116,7 @@ ro.surface_flinger.has_HDR_display=true ro.surface_flinger.has_wide_color_display=true ro.surface_flinger.wcg_composition_dataspace=143261696 debug.sf.enable_egl_image_tracker=1 +debug.sf.disable_client_composition_cache=1 # Graphics debug.sf.auto_latch_unsignaled=true