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:
parent
02cd632de5
commit
42f6062f23
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue