donotturnoff / display

0 stars 0 forks source link

Perform page flips at vsync and use triple buffering #4

Open donotturnoff opened 8 months ago

donotturnoff commented 8 months ago

I want to support performing page flips at vsync, and doing this smoothly would benefit from triple buffering.

See comments on https://dvdhrm.wordpress.com/2012/09/13/linux-drm-mode-setting-api/

donotturnoff commented 6 months ago

https://github.com/ascent12/drm_doc/tree/master/03_vsync also describes how to do vsync'd page flips