dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] drm/connector: hdmi: limit infoframes per driver capabilities
@ 2025-08-16 12:41 Dmitry Baryshkov
  2025-08-16 12:41 ` [PATCH 1/7] drm/connector: let drivers declare infoframes as unsupported Dmitry Baryshkov
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Dmitry Baryshkov @ 2025-08-16 12:41 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, Sandy Huang,
	Heiko Stübner, Andy Yan, Chen-Yu Tsai, Samuel Holland,
	Dave Stevenson, Maíra Canal, Raspberry Pi Kernel Maintenance,
	Liu Ying, Rob Clark, Dmitry Baryshkov, Abhinav Kumar,
	Jessica Zhang, Sean Paul, Marijn Suijten
  Cc: dri-devel, linux-kernel, linux-arm-kernel, linux-rockchip,
	linux-sunxi, linux-arm-msm, freedreno

It's not uncommon for the particular device to support only a subset of
HDMI InfoFrames. It's not a big problem for the kernel, since we adopted
a model of ignoring the unsupported Infoframes, but it's a bigger
problem for the userspace: we end up having files in debugfs which do
mot match what is being sent on the wire.

Sort that out, making sure that all interfaces are consistent.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
Dmitry Baryshkov (7):
      drm/connector: let drivers declare infoframes as unsupported
      drm/bridge: adv7511: declare supported infoframes
      drm/bridge: ite-it6232: declare supported infoframes
      drm/bridge: lontium-lt9611: declare supported infoframes
      drm/bridge: synopsys/dw-hdmi-qp: declare supported infoframes
      drm/msm: hdmi: declare supported infoframes
      drm/rockchip: rk3066: declare supported infoframes

 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c       |  1 +
 drivers/gpu/drm/bridge/ite-it6263.c                |  1 +
 drivers/gpu/drm/bridge/lontium-lt9611.c            |  4 ++
 drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c       |  3 ++
 drivers/gpu/drm/display/drm_bridge_connector.c     |  6 +++
 drivers/gpu/drm/display/drm_hdmi_state_helper.c    | 43 +++++++++++++++++++++-
 drivers/gpu/drm/drm_connector.c                    |  4 ++
 drivers/gpu/drm/drm_debugfs.c                      | 16 +++++---
 drivers/gpu/drm/msm/hdmi/hdmi_bridge.c             |  4 ++
 drivers/gpu/drm/rockchip/inno_hdmi.c               |  1 +
 drivers/gpu/drm/rockchip/rk3066_hdmi.c             |  1 +
 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c             |  1 +
 drivers/gpu/drm/tests/drm_connector_test.c         | 28 ++++++++++++++
 drivers/gpu/drm/tests/drm_hdmi_state_helper_test.c |  8 ++++
 drivers/gpu/drm/vc4/vc4_hdmi.c                     |  4 ++
 include/drm/drm_bridge.h                           |  7 ++++
 include/drm/drm_connector.h                        | 23 ++++++++++++
 17 files changed, 148 insertions(+), 7 deletions(-)
---
base-commit: cb640b2ca54617f4a9d4d6efd5ff2afd6be11f19
change-id: 20250815-drm-limit-infoframes-e782fa7f3360

Best regards,
-- 
With best wishes
Dmitry


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

end of thread, other threads:[~2025-08-20 11:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-16 12:41 [PATCH 0/7] drm/connector: hdmi: limit infoframes per driver capabilities Dmitry Baryshkov
2025-08-16 12:41 ` [PATCH 1/7] drm/connector: let drivers declare infoframes as unsupported Dmitry Baryshkov
2025-08-19  9:42   ` Liu Ying
2025-08-19 11:03     ` Dmitry Baryshkov
2025-08-16 12:41 ` [PATCH 2/7] drm/bridge: adv7511: declare supported infoframes Dmitry Baryshkov
2025-08-16 12:41 ` [PATCH 3/7] drm/bridge: ite-it6232: " Dmitry Baryshkov
2025-08-19  9:49   ` Liu Ying
2025-08-19 10:56     ` Dmitry Baryshkov
2025-08-20  3:28       ` Liu Ying
2025-08-20 11:15         ` Dmitry Baryshkov
2025-08-16 12:41 ` [PATCH 4/7] drm/bridge: lontium-lt9611: " Dmitry Baryshkov
2025-08-16 12:41 ` [PATCH 5/7] drm/bridge: synopsys/dw-hdmi-qp: " Dmitry Baryshkov
2025-08-16 12:41 ` [PATCH 6/7] drm/msm: hdmi: " Dmitry Baryshkov
2025-08-16 12:41 ` [PATCH 7/7] drm/rockchip: rk3066: " Dmitry Baryshkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).