dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/dp: Limit the DPCD probe quirk to the affected monitor
@ 2025-06-03 12:15 Imre Deak
  2025-06-03 12:15 ` [PATCH 1/4] drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUS Imre Deak
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Imre Deak @ 2025-06-03 12:15 UTC (permalink / raw)
  To: intel-gfx, intel-xe, dri-devel; +Cc: Ville Syrjälä, Jani Nikula

This patchset fixes a known issue where the DPCD probe quirk leads to
link training failures (patch 1) and limits the quirk to the monitor
which requires it, to avoid similar failures in the future.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>

Imre Deak (4):
  drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUS
  drm/edid: Add support for quirks visible to DRM core and drivers
  drm/dp: Add an EDID quirk for the DPCD register access probe
  drm/i915/dp: Disable the AUX DPCD probe quirk if it's not required

 drivers/gpu/drm/display/drm_dp_helper.c      | 17 +++++++--
 drivers/gpu/drm/drm_edid.c                   | 36 ++++++++++++++++----
 drivers/gpu/drm/i915/display/intel_dp.c      | 11 ++++--
 drivers/gpu/drm/i915/display/intel_dp_aux.c  |  2 ++
 drivers/gpu/drm/i915/display/intel_hotplug.c | 10 ++++++
 include/drm/display/drm_dp_helper.h          |  6 ++++
 include/drm/drm_connector.h                  |  5 +++
 include/drm/drm_edid.h                       |  6 ++++
 8 files changed, 82 insertions(+), 11 deletions(-)

-- 
2.44.2


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

end of thread, other threads:[~2025-06-04 16:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-03 12:15 [PATCH 0/4] drm/dp: Limit the DPCD probe quirk to the affected monitor Imre Deak
2025-06-03 12:15 ` [PATCH 1/4] drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUS Imre Deak
2025-06-04  9:53   ` Jani Nikula
2025-06-03 12:15 ` [PATCH 2/4] drm/edid: Add support for quirks visible to DRM core and drivers Imre Deak
2025-06-04  9:13   ` [PATCH v2 " Imre Deak
2025-06-04 10:02     ` Jani Nikula
2025-06-04 16:27       ` Imre Deak
2025-06-03 12:15 ` [PATCH 3/4] drm/dp: Add an EDID quirk for the DPCD register access probe Imre Deak
2025-06-03 15:36   ` [PATCH v2 " Imre Deak
2025-06-04 10:11     ` Jani Nikula
2025-06-04 16:34       ` Imre Deak
2025-06-03 12:15 ` [PATCH 4/4] drm/i915/dp: Disable the AUX DPCD probe quirk if it's not required Imre Deak
2025-06-04 10:13   ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).