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