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:
parent
664477f08a
commit
c3f3a95312
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
debug.sf.early_gl_phase_offset_ns=3000000 \
|
||||
debug.sf.early_gl_app_phase_offset_ns=15000000 \
|
||||
debug.sf.early_phase_offset_ns=1500000 \
|
||||
debug.cpurend.vsync=false \
|
||||
persist.debug.wfd.enable=1 \
|
||||
persist.hwc.enable_vds=1 \
|
||||
ro.opengles.version=196610 \
|
||||
|
|
Loading…
Reference in a new issue