From c58e44d7d432e15a2baf8ddaed70f6e231269d21 Mon Sep 17 00:00:00 2001 From: PainKiller3 Date: Mon, 4 Oct 2021 17:02:56 +0530 Subject: [PATCH] sm7250-common: prop: Disable vsync for CPU rendered Apps * Choreographer VSync has some performance impact for CPU rendered apps as the app has to wait for VSync to start a new frame draw. When the frame draw time exceeds one VSync, this has a direct impact on the FPS. debug.cpurend.vsync property controls the VSync for CPU rendered apps. Disable VSync for CPU rendered app, by setting this property to false. Signed-off-by: chandu078 Signed-off-by: Manikantaraavi --- system.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system.prop b/system.prop index cbd264f..2e6c625 100644 --- a/system.prop +++ b/system.prop @@ -24,6 +24,9 @@ persist.vendor.color.matrix=2 # CNE persist.vendor.cne.feature=1 +# Disable vsync for cpu rendered apps +debug.cpurend.vsync=false + # Fingerprint vendor.boot.fingerprintbstate=orange