OSDN Git Service

drm/i915: Call intel_dp_dump_link_status() for CR failures
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 4 Oct 2021 17:05:35 +0000 (20:05 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 6 Oct 2021 19:12:57 +0000 (22:12 +0300)
commit210de399659abe7a1aa43fbb6a1afce66887a001
treef3bbccbbd7689d5c5b85ea720c2dd5a69ccc8d31
parent6c4d46523bf30772d8f68a9233853c3357bbb8ae
drm/i915: Call intel_dp_dump_link_status() for CR failures

I suppose intel_dp_dump_link_status() might be useful for diagnosing
link training failures. Hoever we only call from the channel EQ phase
currently. Let's call it from the CR phase as well.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211004170535.4173-6-ville.syrjala@linux.intel.com
Reviewed-by: Imre Deak <imre.deak@intel.com>
drivers/gpu/drm/i915/display/intel_dp_link_training.c