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 <chandudyavanapelli03@gmail.com>
Signed-off-by: Manikantaraavi <raavimanikanta6595@gmail.com>
This commit is contained in:
PainKiller3
2021-10-04 17:02:56 +05:30
committed by Sandeep-FED
parent f49a0b06b2
commit c58e44d7d4

View File

@@ -24,6 +24,9 @@ persist.vendor.color.matrix=2
# CNE # CNE
persist.vendor.cne.feature=1 persist.vendor.cne.feature=1
# Disable vsync for cpu rendered apps
debug.cpurend.vsync=false
# Fingerprint # Fingerprint
vendor.boot.fingerprintbstate=orange vendor.boot.fingerprintbstate=orange