diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-08-07 14:49:22 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-12-19 22:39:59 -0500 |
commit | e018089b9d064e9bcec1b2ddcc6f7dcf596ed046 (patch) | |
tree | c90bb721cd8d94d5ef023dac214513903537347e /meta-agl-core | |
parent | 9b82fe1f0384dd13e828ca500dca623087aaf07a (diff) |
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 <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-core')
2 files changed, 4 insertions, 0 deletions
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 <rsmith@brightsign.biz> +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 <rsmith@brightsign.biz> +Upstream-Status: Backport [https://gitlab.freedesktop.org/wayland/weston/-/commit/e7960048] + --- libweston/backend-drm/drm.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) |