universal7885: 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.

Change-Id: I93cfa7c588f1ab80803940c8059073075fd49506
Signed-off-by: Akash <akashniki@gmail.com>
Signed-off-by: Ayush Dubey <ayushdubey70@gmail.com>
Signed-off-by: Joey Huab <joey@evolution-x.org>
Signed-off-by: chiranth <chiranthangadi123@gmail.com>
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
Hazari PraveenKumar 2019-03-16 15:51:19 +01:00 committed by roynatech2544
commit 42a02fc4a5
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -14,3 +14,6 @@ persist.sys.fflag.override.settings_provider_model=false
# IORap
persist.device_config.runtime_native_boot.iorap_readahead_enable=true
# Graphics
debug.cpurend.vsync=false