summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston/0001-g2d-renderer-Add-vsync-to-cloned-displays.patch
Commit message (Collapse)AuthorAgeFilesLines
* weston: Add vsync to cloned displays.Piotr Wojtaszczyk2022-04-041-0/+102
When using g2d clone mode allocates additional surfaces according to FB_MULTI_BUFFER for each cloned display. The g2d blit from the main screen to the cloned displays is done using inactive surface. The FBIOPAN_DISPLAY ioctl to the surface is done afterwards.