From 8e67006761fd171a7650083c5dda6f43a2ca4eda Mon Sep 17 00:00:00 2001 From: helliscloser Date: Tue, 6 Feb 2024 04:56:04 +0000 Subject: [PATCH] sm6150-common: Explicitly disable "Enable GL comp backpressure" When blur is enabled, There is severe lag in; Launcher3 while scrolling apps in App drawer, Scrolling through recents and occasionally on QS pull down. Enabling or completely removing the prop here https://github.com/sm6150-davinci/device_xiaomi_sm6150-common/commit/d6233e0e7c6aff352f3c1e7461cce28f90531faf doesn't seem to make an effect. Explicitly disabling the "Enable GL comp backpressure" prop seems to slove the issue. Lag & janks are gone now, even with blur. Signed-off-by: helliscloser Signed-off-by: Pranav Vashi Signed-off-by: therealmharc --- vendor.prop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor.prop b/vendor.prop index 9fd8bea..5088d7f 100644 --- a/vendor.prop +++ b/vendor.prop @@ -136,7 +136,7 @@ debug.egl.hw=0 debug.mdpcomp.logs=0 debug.sf.auto_latch_unsignaled=0 debug.sf.disable_client_composition_cache=1 -debug.sf.enable_gl_backpressure=1 +debug.sf.enable_gl_backpressure=0 debug.sf.use_phase_offsets_as_durations=1 debug.sf.late.sf.duration=10500000 debug.sf.late.app.duration=20500000