sm7250-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: chandu078 <chandudyavanapelli03@gmail.com> Signed-off-by: Manikantaraavi <raavimanikanta6595@gmail.com>
This commit is contained in:
@@ -24,6 +24,9 @@ persist.vendor.color.matrix=2
|
||||
# CNE
|
||||
persist.vendor.cne.feature=1
|
||||
|
||||
# Disable vsync for cpu rendered apps
|
||||
debug.cpurend.vsync=false
|
||||
|
||||
# Fingerprint
|
||||
vendor.boot.fingerprintbstate=orange
|
||||
|
||||
|
||||
Reference in New Issue
Block a user