drm/i915: Fix the PHY compliance test vs. hotplug mishap
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 14 Jan 2021 20:50:45 +0000 (22:50 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 19 Jan 2021 17:12:57 +0000 (19:12 +0200)
commit699390f7f026bc1db7133150560759827d24be57
treee3ebb2952dd97212789f9f8160185397a7aacccc
parent60920148ba417426c63e65e9182a2201094aaffc
drm/i915: Fix the PHY compliance test vs. hotplug mishap

I accidentally added the compliance test hacks only to
intel_dp_hotplug() which doesn't even get used on any DDI
platform. Put the same crap into intel_ddi_hotplug().

Cc: Imre Deak <imre.deak@intel.com>
Fixes: 193af12cd681 ("drm/i915: Shove the PHY test into the hotplug work")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210114205046.8247-7-ville.syrjala@linux.intel.com
Reviewed-by: Imre Deak <imre.deak@intel.com>
drivers/gpu/drm/i915/display/intel_ddi.c
drivers/gpu/drm/i915/display/intel_dp.c
drivers/gpu/drm/i915/display/intel_dp.h