mbox series

[0/5] drm/i915/dp: Fix LTTPR detection

Message ID 20240703155937.1674856-1-imre.deak@intel.com (mailing list archive)
Headers show
Series drm/i915/dp: Fix LTTPR detection | expand

Message

Imre Deak July 3, 2024, 3:59 p.m. UTC
Fix the DP LTTPR PHY detection, avoiding a loss of link synchronization
when the detection is done while the link through the LTTPR is active.
Also dump the LTTPR PHY descriptors to help debugging similar issues.

Imre Deak (5):
  drm/i915/dp: Don't switch the LTTPR mode on an active link
  drm/i915/dp: Reset cached LTTPR count if number of LTTPRs is
    unsupported
  drm/i915/dp: Keep cached LTTPR mode up-to-date
  drm/dp: Add the LTTPR PHY OUI DPCD register
  drm/i915/dp: Dump the LTTPR PHY descriptors

 .../drm/i915/display/intel_dp_link_training.c | 81 +++++++++++++++++--
 include/drm/display/drm_dp.h                  |  4 +
 2 files changed, 78 insertions(+), 7 deletions(-)