From 73a43969b763e2d1ce7c5c3ab2a0846a76758c85 Mon Sep 17 00:00:00 2001 From: ExactExampl <64069095+ExactExampl@users.noreply.github.com> Date: Sat, 25 Mar 2023 19:55:44 +0200 Subject: [PATCH] sdm660-common: enable ro.hwui.render_ahead and set it to 20 frames * Rendering ahead makes some animations handling better (especially qs pulldown on a13 qpr2) Change-Id: I3e732cfbd22d30df9843d3b7d2762ec59cf0f6a7 Signed-off-by: pix106 --- properties/vendor.prop | 1 + 1 file changed, 1 insertion(+) diff --git a/properties/vendor.prop b/properties/vendor.prop index ae75a384..31cec050 100644 --- a/properties/vendor.prop +++ b/properties/vendor.prop @@ -159,6 +159,7 @@ vendor.gralloc.enable_fb_ubwc=1 video.disable.ubwc=1 vendor.video.disable.ubwc=1 debug.sf.auto_latch_unsignaled=true +ro.hwui.render_ahead=20 # Fwk detect ro.vendor.qti.va_aosp.support=1