diff mbox series

[meta-arago,kirkstone] weston: add upstrem-status to plane selection patch

Message ID 20240215175933.3445346-2-rs@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,kirkstone] weston: add upstrem-status to plane selection patch | expand

Commit Message

Randolph Sapp Feb. 15, 2024, 5:59 p.m. UTC
From: Randolph Sapp <rs@ti.com>

Add Upstream-Status to a patch we've been carrying for a bit. This has been
accepted upstream and will be present in the version of Weston used in the next
Yocto LTS.

Signed-off-by: Randolph Sapp <rs@ti.com>
---
 ...1-backend-drm-Select-plane-based-on-current-attached-C.patch | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-graphics/wayland/weston/0001-backend-drm-Select-plane-based-on-current-attached-C.patch b/meta-arago-distro/recipes-graphics/wayland/weston/0001-backend-drm-Select-plane-based-on-current-attached-C.patch
index d9444641..9c13a5bf 100644
--- a/meta-arago-distro/recipes-graphics/wayland/weston/0001-backend-drm-Select-plane-based-on-current-attached-C.patch
+++ b/meta-arago-distro/recipes-graphics/wayland/weston/0001-backend-drm-Select-plane-based-on-current-attached-C.patch
@@ -10,6 +10,8 @@  the corresponding CRTC.
 This prevents changing a CRTC's primary plane when it is active
 which is not allowed by the DRM framework.
 
+Upstream-Status: Backport 94afcbcdc3f1b1cfc050da242c9c70009b007fc6
+
 Based-on-patch-by: Eric Ruei <e-ruei1@ti.com>
 Signed-off-by: Andrew Davis <afd@ti.com>
 ---