summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston_9.0.0.imx.bb
diff options
context:
space:
mode:
authorPiotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com>2022-04-04 18:08:03 +0200
committerPiotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com>2022-04-04 18:08:03 +0200
commitc4250bb3e7c3e77c1da0bdaf681207a4a891dce2 (patch)
treedb3d21c4bd27f8de0582ea273ed8184507f70133 /recipes-graphics/wayland/weston_9.0.0.imx.bb
parent36589d57ee3fa9d3aac891f42c16d45622b00750 (diff)
downloadmeta-freescale-c4250bb3e7c3e77c1da0bdaf681207a4a891dce2.tar.gz
weston: Add vsync to cloned displays.
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.
Diffstat (limited to 'recipes-graphics/wayland/weston_9.0.0.imx.bb')
-rw-r--r--recipes-graphics/wayland/weston_9.0.0.imx.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_9.0.0.imx.bb b/recipes-graphics/wayland/weston_9.0.0.imx.bb
index 0ab2c6b2..a8df8b10 100644
--- a/recipes-graphics/wayland/weston_9.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_9.0.0.imx.bb
@@ -21,6 +21,7 @@ SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
21 file://0001-tests-include-fcntl.h-for-open-O_RDWR-O_CLOEXEC-and-.patch \ 21 file://0001-tests-include-fcntl.h-for-open-O_RDWR-O_CLOEXEC-and-.patch \
22 file://0001-meson.build-fix-incorrect-header.patch \ 22 file://0001-meson.build-fix-incorrect-header.patch \
23 file://0001-libweston-backend-drm-Re-order-gbm-destruction-at-DR.patch \ 23 file://0001-libweston-backend-drm-Re-order-gbm-destruction-at-DR.patch \
24 file://0001-g2d-renderer-Add-vsync-to-cloned-displays.patch \
24" 25"
25 26
26SRC_URI:append:libc-musl = " file://dont-use-plane-add-prop.patch " 27SRC_URI:append:libc-musl = " file://dont-use-plane-add-prop.patch "