Skip to content

Commit

Permalink
ginkgo: Disable VSync for CPU rendered apps
Browse files Browse the repository at this point in the history
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: Edwiin kusuma jaya <[email protected]>
Signed-off-by: Enprytna <[email protected]>
  • Loading branch information
Hazari PraveenKumar authored and Enprytna committed Sep 12, 2022
1 parent 486fb3c commit ceed6bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vendor.prop
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ dalvik.vm.systemuicompilerfilter=speed
debug.egl.hw=0
debug.mdpcomp.logs=0
debug.sf.disable_backpressure=1
debug.cpurend.vsync=false
debug.sf.latch_unsignaled=1
debug.sf.hw=1
ro.hardware.egl=adreno
Expand Down

0 comments on commit ceed6bf

Please sign in to comment.