sdm660-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: adi8900 <adrianszymanski242@gmail.com>
This commit is contained in:
Hazari PraveenKumar 2015-04-27 20:46:43 +05:30 committed by Max Weffers
parent 664477f08a
commit c3f3a95312
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -81,6 +81,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
debug.sf.early_gl_phase_offset_ns=3000000 \ debug.sf.early_gl_phase_offset_ns=3000000 \
debug.sf.early_gl_app_phase_offset_ns=15000000 \ debug.sf.early_gl_app_phase_offset_ns=15000000 \
debug.sf.early_phase_offset_ns=1500000 \ debug.sf.early_phase_offset_ns=1500000 \
debug.cpurend.vsync=false \
persist.debug.wfd.enable=1 \ persist.debug.wfd.enable=1 \
persist.hwc.enable_vds=1 \ persist.hwc.enable_vds=1 \
ro.opengles.version=196610 \ ro.opengles.version=196610 \