From e018089b9d064e9bcec1b2ddcc6f7dcf596ed046 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 7 Aug 2024 14:49:22 -0400 Subject: [PATCH] weston: Add missing Upstream-Status to patches A couple of the recent patches for Weston were missing the now required Upstream-Status line, add one with the relevant backport information for each of them. Bug-AGL: SPEC-5147 Change-Id: If97bfb6a3f90b90834f446749c8e76aecf179989 Signed-off-by: Scott Murray --- .../0001-backend-drm-don-t-leak-gem_handle_refcnt-in-drm_dest.patch | 2 ++ .../0002-backend-drm-always-create-gem_handle_refcnt-hash-tab.patch | 2 ++ 2 files changed, 4 insertions(+) diff --git a/meta-agl-core/recipes-graphics/wayland/weston/0001-backend-drm-don-t-leak-gem_handle_refcnt-in-drm_dest.patch b/meta-agl-core/recipes-graphics/wayland/weston/0001-backend-drm-don-t-leak-gem_handle_refcnt-in-drm_dest.patch index 0e3ab7613..9abf2e6a2 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston/0001-backend-drm-don-t-leak-gem_handle_refcnt-in-drm_dest.patch +++ b/meta-agl-core/recipes-graphics/wayland/weston/0001-backend-drm-don-t-leak-gem_handle_refcnt-in-drm_dest.patch @@ -4,6 +4,8 @@ Date: Tue, 19 Dec 2023 11:43:55 +0000 Subject: [PATCH 1/2] backend-drm: don't leak gem_handle_refcnt in drm_destroy Signed-off-by: Ray Smith +Upstream-Status: Backport [https://gitlab.freedesktop.org/wayland/weston/-/commit/80f096d9] + --- libweston/backend-drm/drm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-agl-core/recipes-graphics/wayland/weston/0002-backend-drm-always-create-gem_handle_refcnt-hash-tab.patch b/meta-agl-core/recipes-graphics/wayland/weston/0002-backend-drm-always-create-gem_handle_refcnt-hash-tab.patch index 0ae82088a..77271f3a3 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston/0002-backend-drm-always-create-gem_handle_refcnt-hash-tab.patch +++ b/meta-agl-core/recipes-graphics/wayland/weston/0002-backend-drm-always-create-gem_handle_refcnt-hash-tab.patch @@ -7,6 +7,8 @@ Devices created via drm_device_create have this hash table, but those created via drm_backend_create don't. Signed-off-by: Ray Smith +Upstream-Status: Backport [https://gitlab.freedesktop.org/wayland/weston/-/commit/e7960048] + --- libweston/backend-drm/drm.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) -- 2.16.6