sdm710-common: props: 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.
This commit is contained in:
Hazari PraveenKumar 2022-08-11 17:53:04 +08:00 committed by CakesTwix
parent 02cd632de5
commit 42f6062f23
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -115,6 +115,7 @@ vendor.display.enable_default_color_mode=1
ro.surface_flinger.has_HDR_display=true ro.surface_flinger.has_HDR_display=true
ro.surface_flinger.has_wide_color_display=true ro.surface_flinger.has_wide_color_display=true
ro.surface_flinger.wcg_composition_dataspace=143261696 ro.surface_flinger.wcg_composition_dataspace=143261696
debug.cpurend.vsync=false
debug.sf.enable_egl_image_tracker=1 debug.sf.enable_egl_image_tracker=1
debug.sf.disable_client_composition_cache=1 debug.sf.disable_client_composition_cache=1