All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Provide HDMI VSI & SPD InfoFrames to DW HDMI QP TX
@ 2026-01-29 12:13 Cristian Ciocaltea
  2026-01-29 12:13 ` [PATCH v2 1/5] drm/bridge: dw-hdmi-qp: Provide HDMI Vendor Specific InfoFrame Cristian Ciocaltea
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Cristian Ciocaltea @ 2026-01-29 12:13 UTC (permalink / raw)
  To: Andrzej Hajda, Neil Armstrong, Robert Foss, Laurent Pinchart,
	Jonas Karlman, Jernej Skrabec, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter
  Cc: kernel, dri-devel, linux-kernel

This patch series provides the missing support for sending HDMI
Vendor-Specific Infoframes and Source Product Description InfoFrames in
dw-hdmi-qp library.

Additionally, it improves the existing AVI, DRM and Audio infoframes
handling by getting rid of some boilerplate and/or redundant code.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
---
Changes in v2:
- Introduced new helper dw_hdmi_qp_write_infoframe() to allow further
  code simplification (Daniel)
- Rebased series on top of latest drm-misc-next
- Link to v1: https://lore.kernel.org/r/20260125-dw-hdmi-qp-iframe-v1-0-e0f7649ecc4b@collabora.com

---
Cristian Ciocaltea (5):
      drm/bridge: dw-hdmi-qp: Provide HDMI Vendor Specific InfoFrame
      drm/bridge: dw-hdmi-qp: Provide SPD InfoFrame
      drm/bridge: dw-hdmi-qp: Rework AVI InfoFrame handler
      drm/bridge: dw-hdmi-qp: Rework DRM InfoFrame handler
      drm/bridge: dw-hdmi-qp: Rework Audio InfoFrame handler

 drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c | 224 ++++++++++++---------------
 drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.h |   3 +
 2 files changed, 106 insertions(+), 121 deletions(-)
---
base-commit: 3aecd55af5b83d16d84e3c333d4163999ee8ff51
change-id: 20260125-dw-hdmi-qp-iframe-9c581e69ffde


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

end of thread, other threads:[~2026-01-30 10:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-29 12:13 [PATCH v2 0/5] Provide HDMI VSI & SPD InfoFrames to DW HDMI QP TX Cristian Ciocaltea
2026-01-29 12:13 ` [PATCH v2 1/5] drm/bridge: dw-hdmi-qp: Provide HDMI Vendor Specific InfoFrame Cristian Ciocaltea
2026-01-29 12:13 ` [PATCH v2 2/5] drm/bridge: dw-hdmi-qp: Provide SPD InfoFrame Cristian Ciocaltea
2026-01-29 12:13 ` [PATCH v2 3/5] drm/bridge: dw-hdmi-qp: Rework AVI InfoFrame handler Cristian Ciocaltea
2026-01-29 12:13 ` [PATCH v2 4/5] drm/bridge: dw-hdmi-qp: Rework DRM " Cristian Ciocaltea
2026-01-29 12:13 ` [PATCH v2 5/5] drm/bridge: dw-hdmi-qp: Rework Audio " Cristian Ciocaltea
2026-01-29 19:48 ` [PATCH v2 0/5] Provide HDMI VSI & SPD InfoFrames to DW HDMI QP TX Daniel Stone
2026-01-30  8:43 ` Maxime Ripard
2026-01-30 10:06   ` Daniel Stone

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.