mbox series

[meta-arago,kirkstone,0/2] Backport some sanity patches for weston

Message ID 20240215010123.3432540-1-rs@ti.com
Headers show
Series Backport some sanity patches for weston | expand

Message

Randolph Sapp Feb. 15, 2024, 1:01 a.m. UTC
From: Randolph Sapp <rs@ti.com>

Backport some sanity patches from newer versions of Weston that fix issues
related to display systems that have primary and overlay planes with mutable
zpos.

Older versions of Weston never attempted to force primary planes to zpos 0 or
check to make sure overlay planes were ordered in such a way that prevented
z-fighting. These patches are backported from newer versions for use with
Kirkstone's locked version of Weston. They have all already been upstreamed.

Randolph Sapp (2):
  weston: backport patches related to plane positioning
  weston: include backported patches in bbappend

 ...kend-drm-Pre-sort-plane-list-by-zpos.patch | 48 +++++++++++++++
 .../0002-backend-drm-fix-plane-sorting.patch  | 38 ++++++++++++
 ...mber-to-set-the-zpos-for-the-scanout.patch | 33 +++++++++++
 ...Assign-plane_idx-by-plane-list-order.patch | 58 +++++++++++++++++++
 .../wayland/weston_10.0.2.bbappend            |  4 ++
 5 files changed, 181 insertions(+)
 create mode 100644 meta-arago-distro/recipes-graphics/wayland/weston/0001-backend-drm-Pre-sort-plane-list-by-zpos.patch
 create mode 100644 meta-arago-distro/recipes-graphics/wayland/weston/0002-backend-drm-fix-plane-sorting.patch
 create mode 100644 meta-arago-distro/recipes-graphics/wayland/weston/0003-drm-backend-Remember-to-set-the-zpos-for-the-scanout.patch
 create mode 100644 meta-arago-distro/recipes-graphics/wayland/weston/0004-backend-drm-Assign-plane_idx-by-plane-list-order.patch