Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

mali-g52 gpu vsync

Any one knows how to disable vsync when run glmark2-es2 in rockchip development board?

Parents
  • Vsync is handled by the display controller, not the Mali graphics driver, so it's not something we have control over.

    If it is connected in the back-end, eglSwapInterval(0) may work, but on Android and many embedded devices the EGL swap interval is ignored. 

    Cheers, 
    Pete

Reply
  • Vsync is handled by the display controller, not the Mali graphics driver, so it's not something we have control over.

    If it is connected in the back-end, eglSwapInterval(0) may work, but on Android and many embedded devices the EGL swap interval is ignored. 

    Cheers, 
    Pete

Children