[Intel-gfx] [PATCH v1 0/3] Send a hotplug when edid changes
Stanislav Lisovskiy
stanislav.lisovskiy at intel.com
Thu Jun 27 07:00:14 UTC 2019
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 change counter to drm_connector
drm/i915: Send hotplug event if edid had changed.
drivers/gpu/drm/drm_connector.c | 1 +
drivers/gpu/drm/drm_edid.c | 26 ++++++++++++++++++
drivers/gpu/drm/drm_probe_helper.c | 29 ++++++++++++++++++--
drivers/gpu/drm/i915/display/intel_dp.c | 16 ++++++++++-
drivers/gpu/drm/i915/display/intel_hdmi.c | 16 +++++++++--
drivers/gpu/drm/i915/display/intel_hotplug.c | 20 ++++++++++----
include/drm/drm_connector.h | 2 ++
include/drm/drm_edid.h | 2 ++
8 files changed, 101 insertions(+), 11 deletions(-)
--
2.17.1
More information about the Intel-gfx
mailing list