dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add SCDC information to connector debugfs
@ 2026-04-15 15:56 Nicolas Frattaroli
  2026-04-15 15:56 ` [PATCH 1/2] drm/scdc-helper: Add scdc_status debugfs entry Nicolas Frattaroli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nicolas Frattaroli @ 2026-04-15 15:56 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Simona Vetter, Andrzej Hajda, Neil Armstrong, Robert Foss,
	Laurent Pinchart, Jonas Karlman, Jernej Skrabec
  Cc: kernel, dri-devel, linux-kernel, Nicolas Frattaroli

HDMI uses the DDC I2C bus for communicating various bits of link status
out of band with the actual HDMI video signal. This information can be
useful for debugging issues like questionable cables sabotaged by feline
teeth, Enthusiast Grade cables made of cow fencing wire, and other such
problems that ruin one's media viewing plans.

Consequently, this series exposes various bits of pertinent information
from the SCDC protocol in an HDMI connector's debugfs. To continually
poll the link status, userspace can poll the debugfs file.

Signed-off-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
---
Nicolas Frattaroli (2):
      drm/scdc-helper: Add scdc_status debugfs entry
      drm/display: bridge_connector: init scdc debugfs for HDMI

 drivers/gpu/drm/display/drm_bridge_connector.c |   4 +
 drivers/gpu/drm/display/drm_scdc_helper.c      | 229 +++++++++++++++++++++++++
 include/drm/display/drm_scdc_helper.h          |  56 ++++++
 3 files changed, 289 insertions(+)
---
base-commit: 4c59525db84aca677fd9f052e662912ad9d88448
change-id: 20260413-scdc-link-health-89326013d96c

Best regards,
--  
Nicolas Frattaroli <nicolas.frattaroli@collabora.com>


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

end of thread, other threads:[~2026-05-08 14:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-15 15:56 [PATCH 0/2] Add SCDC information to connector debugfs Nicolas Frattaroli
2026-04-15 15:56 ` [PATCH 1/2] drm/scdc-helper: Add scdc_status debugfs entry Nicolas Frattaroli
2026-04-15 15:56 ` [PATCH 2/2] drm/display: bridge_connector: init scdc debugfs for HDMI Nicolas Frattaroli
2026-05-08 14:34 ` [PATCH 0/2] Add SCDC information to connector debugfs Nicolas Frattaroli

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