drm/i915/dp: Dump the LTTPR PHY descriptors
authorImre Deak <imre.deak@intel.com>
Mon, 9 Sep 2024 13:56:27 +0000 (16:56 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 11 Sep 2024 08:48:05 +0000 (11:48 +0300)
commitd04d2348f5aa891a677424a88c690ae47cb05c6f
tree8f4f01efcbe26873a348fd9037eeb56811404a7e
parent02189ca8411253aa1328e9dd6137a40e390a5b37
drm/i915/dp: Dump the LTTPR PHY descriptors

Dump the descriptor of the detected LTTPRs in non-transparent mode to
help the debugging related to LTTPRs easier.

v2: Use drm_dp_dump_lttpr_desc() instead of the driver specific
    equivalent.
v3: Add empty line between license and header section. (Ankit)
v4: Don't include drm_dp_helper.h twice. (Jani)

Cc: Jani Nikula <jani.nikula@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> # v1
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240909135627.2926906-1-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp_link_training.c