From 2945e8b98d393c295a24e7f3d349e640d9a68f92 Mon Sep 17 00:00:00 2001 From: Jorim Jaggi Date: Sun, 25 Jul 2021 10:43:48 +0800 Subject: [PATCH] sdm660-common: Disable sdm rotator downscaler Rotator down scaler is causing additional delays that are better handled by GL composition. Test: Open app, no jank Bug: 73640835 Signed-off-by: clarencelol Change-Id: I48ab330b9de0f0567c66544050158dea338c5904 --- properties/system.prop | 1 + 1 file changed, 1 insertion(+) diff --git a/properties/system.prop b/properties/system.prop index a31b0857..db701632 100644 --- a/properties/system.prop +++ b/properties/system.prop @@ -30,6 +30,7 @@ persist.vendor.color.matrix=2 persist.hwc.enable_vds=1 ro.qualcomm.cabl=0 video.disable.ubwc=1 +vendor.display.disable_rotator_downscale=1 # Fwk detect ro.vendor.qti.va_aosp.support=1