All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/3] Send a hotplug when edid changes
@ 2019-09-06  8:26 Stanislav Lisovskiy
  2019-09-06  8:26 ` [PATCH v6 1/3] drm: Add helper to compare edids Stanislav Lisovskiy
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Stanislav Lisovskiy @ 2019-09-06  8:26 UTC (permalink / raw)
  To: dri-devel; +Cc: daniel.vetter, intel-gfx, martin.peres

This series introduce to drm a way to determine if something else
except connection_status had changed during probing, which
can be used by other drivers as well. Another i915 specific part
uses this approach to determine if edid had changed without
changing the connection status and send a hotplug event.

Stanislav Lisovskiy (3):
  drm: Add helper to compare edids.
  drm: Introduce epoch counter to drm_connector
  drm/i915: Send hotplug event if edid had changed

 drivers/gpu/drm/drm_connector.c              | 16 +++++++++
 drivers/gpu/drm/drm_edid.c                   | 36 +++++++++++++++++++
 drivers/gpu/drm/drm_probe_helper.c           | 38 +++++++++++++++++---
 drivers/gpu/drm/i915/display/intel_hotplug.c | 18 +++++++---
 include/drm/drm_connector.h                  |  3 ++
 include/drm/drm_edid.h                       |  9 +++++
 6 files changed, 110 insertions(+), 10 deletions(-)

-- 
2.17.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2019-09-06 10:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06  8:26 [PATCH v6 0/3] Send a hotplug when edid changes Stanislav Lisovskiy
2019-09-06  8:26 ` [PATCH v6 1/3] drm: Add helper to compare edids Stanislav Lisovskiy
2019-09-06  8:26 ` [PATCH v6 2/3] drm: Introduce epoch counter to drm_connector Stanislav Lisovskiy
2019-09-06  8:26 ` [PATCH v6 3/3] drm/i915: Send hotplug event if edid had changed Stanislav Lisovskiy
2019-09-06  8:46 ` ✗ Fi.CI.CHECKPATCH: warning for Send a hotplug when edid changes (rev7) Patchwork
2019-09-06  9:14 ` ✓ Fi.CI.BAT: success " Patchwork
2019-09-06 10:35 ` ✓ Fi.CI.IGT: " Patchwork

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.