sm6250-common: 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.

Change-Id: I93cfa7c588f1ab80803940c8059073075fd49506
Signed-off-by: Akash <akashniki@gmail.com>
Signed-off-by: DarkDampSquib <andrin.geiger1998@gmail.com>
This commit is contained in:
Hazari PraveenKumar 2019-03-16 15:51:19 +01:00 committed by Nick C
parent 65dd6eb54b
commit ffd61c0fb5

View File

@ -146,6 +146,7 @@ dalvik.vm.dex2oat64.enabled=true
ro.surface_flinger.max_frame_buffer_acquired_buffers=3 ro.surface_flinger.max_frame_buffer_acquired_buffers=3
debug.sf.phase_offset_threshold_for_next_vsync_ns=11600000 debug.sf.phase_offset_threshold_for_next_vsync_ns=11600000
persist.sys.sf.color_saturation=1.0 persist.sys.sf.color_saturation=1.0
debug.cpurend.vsync=false
ro.hardware.egl=adreno ro.hardware.egl=adreno
ro.hardware.vulkan=adreno ro.hardware.vulkan=adreno
ro.opengles.version=196610 ro.opengles.version=196610