It can be beneficial to enable framerate capping, to reduce power consumption and hardware wear out in case when user can be satisfied with certain max framerate. There is a similar DRI bug: https://bugs.freedesktop.org/show_bug.cgi?id=100389 But not sure what the right place is for such capping to occur, so opening one for radv.
'export MESA_VK_WSI_PRESENT_MODE=fifo' is probably what you need. This is only available in mesa 19.1-git. *** This bug has been marked as a duplicate of bug 107391 ***
(In reply to Samuel Pitoiset from comment #1) > 'export MESA_VK_WSI_PRESENT_MODE=fifo' is probably what you need. But how exactly do you set the cap using that method?
What do you mean by 'cap'? Be able to limit to N FPS?
(In reply to Samuel Pitoiset from comment #3) > What do you mean by 'cap'? Be able to limit to N FPS? Yes, that's the idea of the proposal.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.