mbox series

[v6,0/3] Send a hotplug when edid changes

Message ID 20200630002700.5451-1-kunal1.joshi@intel.com (mailing list archive)
Headers show
Series Send a hotplug when edid changes | expand

Message

Joshi, Kunal1 June 30, 2020, 12:26 a.m. UTC
From: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>

From: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>

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                   | 37 ++++++++++++++++++-
 drivers/gpu/drm/drm_probe_helper.c           | 38 +++++++++++++++++---
 drivers/gpu/drm/i915/display/intel_hotplug.c | 24 +++++++------
 include/drm/drm_connector.h                  |  2 ++
 include/drm/drm_edid.h                       |  9 +++++
 6 files changed, 110 insertions(+), 16 deletions(-)