All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Pass down hot plug CONNECTOR ID to user-space
@ 2025-07-29 16:57 Marius Vlad
  2025-07-29 16:57 ` [PATCH v2 1/2] drm: Introduce a new connector status Marius Vlad
  2025-07-29 16:57 ` [PATCH v2 2/2] drm: Propagate connector status change Marius Vlad
  0 siblings, 2 replies; 6+ messages in thread
From: Marius Vlad @ 2025-07-29 16:57 UTC (permalink / raw)
  To: dri-devel
  Cc: daniel.stone, jani.nikula, tzimmermann, simona.vetter,
	marius.vlad

Patch series addresses a shortcoming where we're sending a hot plug event
without passing the actual CONNECTOR that caused it. This takes into
consideration both the polling path and the HPD (Hot Plug Detect) path.

v2: Address comments from Daniel

- split patch into 2, one that introduces a bool to track connector
  connection status change and a patch that uses that to be able to send
  hot plug events with the proper CONNECTOR ID to udev and further pass
  that down to user-space
- nuke out mutex when iterating connector list
- fix typo

v1 is at https://lore.kernel.org/dri-devel/20250627131751.2004-1-marius.vlad@collabora.com/T/#m9e35be35b70dc0d799dd950ce3cb4ef9c910e9c5

Marius Vlad (2):
  drm: Introduce a new connector status
  drm: Propagate connector status change

 drivers/gpu/drm/drm_connector.c    |  1 +
 drivers/gpu/drm/drm_probe_helper.c | 34 +++++++++++++++++++++++++-----
 drivers/gpu/drm/drm_sysfs.c        |  1 +
 include/drm/drm_connector.h        |  3 +++
 4 files changed, 34 insertions(+), 5 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-09-23  8:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-29 16:57 [PATCH v2 0/2] Pass down hot plug CONNECTOR ID to user-space Marius Vlad
2025-07-29 16:57 ` [PATCH v2 1/2] drm: Introduce a new connector status Marius Vlad
2025-08-22 21:30   ` Dmitry Baryshkov
2025-09-23  8:42     ` Marius Vlad
2025-09-23  8:44       ` Marius Vlad
2025-07-29 16:57 ` [PATCH v2 2/2] drm: Propagate connector status change Marius Vlad

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.