From d6919597f5c9a540d5b8a6fe79e5c269e0d1ff65 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 19 May 2023 17:19:33 +0300 Subject: recipes-graphics/wayland/weston_10.0_aglcore.inc: Backport libweston11 buffer release patch This is a backport from libweston 11 to would perform a synchronous commit that disables the output. Further more this removes our global state hammer regarding the such that we don't disable a CRTC that has a pending flip. Bug-AGL: SPEC-4772 Change-Id: I2631c818fd3a3192e293436fc4898f4a3de8b85d Signed-off-by: Marius Vlad Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28906 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc') diff --git a/meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc b/meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc index b0025f5d4..41ec612ee 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc +++ b/meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc @@ -8,4 +8,5 @@ PACKAGECONFIG:append = "${@bb.utils.contains('DISTRO_FEATURES', 'weston-remoting SRC_URI:append = "file://0001-libweston-Send-name-description-update-wl_output-to-.patch \ file://0001-libweston-desktop-xdg-shell-Add-tiled-orientation-st.patch \ file://0001-simple-touch-Add-maximized-fullscreen-states.patch \ - file://0001-libweston-weston-log-Add-an-iterator-for-going-over-.patch" + file://0001-libweston-weston-log-Add-an-iterator-for-going-over-.patch \ + file://0001-backend-drm-make-sure-all-buffers-are-released-when-.patch " -- cgit 1.2.3-korg