drm/dp: reuse the 8b/10b link training delay helpers
authorJani Nikula <jani.nikula@intel.com>
Thu, 14 Oct 2021 15:00:58 +0000 (18:00 +0300)
committerJani Nikula <jani.nikula@intel.com>
Tue, 19 Oct 2021 08:30:27 +0000 (11:30 +0300)
commit02ed47aa6cc697fc34053c011fe72984a86273cb
tree9eb30970a257f9dd451b7c49b8a9d97426153c16
parentba3078dad1401131293664733c15f6f066079de9
drm/dp: reuse the 8b/10b link training delay helpers

Reuse the 8b/10b link training delay helpers. Functionally this skips
the check for invalid values for DPCD 1.4 and later at clock recovery
delay (as it's a fixed delay and bypasses the rd_interval) but the same
value will be checked and invalid values reported at channel
equalization.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211014150059.28957-2-jani.nikula@intel.com
drivers/gpu/drm/drm_dp_helper.c