public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/imx: ipuv3-plane: support underlay plane
@ 2026-02-16 12:44 Michael Tretter
  2026-02-16 12:44 ` [PATCH 1/2] drm/imx: ipuv3-plane: decouple zpos from plane type Michael Tretter
  2026-02-16 12:44 ` [PATCH 2/2] drm/imx: ipuv3-plane: support underlay plane Michael Tretter
  0 siblings, 2 replies; 6+ messages in thread
From: Michael Tretter @ 2026-02-16 12:44 UTC (permalink / raw)
  To: Philipp Zabel, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
  Cc: dri-devel, imx, linux-arm-kernel, Michael Tretter

The IPUv3 overlay plane may be placed over or under the primary plane.
This series allows user space tools to properly detect that the overlay
plane may be used as an underlay.

The first patch removes the assumption that the primary plane has the
default zpos 0 and the overlay plane has zpos 1. This allows changing
the zpos more freely.

The second patch changes the default zpos of the planes. The primary
plane always has the fixed zpos 1, which allows the overlay plane with
zpos 0 to 2 to be placed relative to this fixed primary plane.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
Michael Tretter (2):
      drm/imx: ipuv3-plane: decouple zpos from plane type
      drm/imx: ipuv3-plane: support underlay plane

 drivers/gpu/drm/imx/ipuv3/ipuv3-plane.c | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)
---
base-commit: 20e0c197802c545db220157fafd567a10f2b7672
change-id: 20260216-drm-imx-underlay-plane-460cbc9dd3ca

Best regards,
-- 
Michael Tretter <m.tretter@pengutronix.de>



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-02-19 11:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-16 12:44 [PATCH 0/2] drm/imx: ipuv3-plane: support underlay plane Michael Tretter
2026-02-16 12:44 ` [PATCH 1/2] drm/imx: ipuv3-plane: decouple zpos from plane type Michael Tretter
2026-02-16 13:18   ` Philipp Zabel
2026-02-16 12:44 ` [PATCH 2/2] drm/imx: ipuv3-plane: support underlay plane Michael Tretter
2026-02-16 13:18   ` Philipp Zabel
2026-02-19 11:05     ` Michael Tretter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox