drm/i915: Remove platform specific *_dp_detect() functions
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Wed, 18 Nov 2015 15:19:30 +0000 (17:19 +0200)
committerAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Wed, 18 Nov 2015 15:48:24 +0000 (17:48 +0200)
commitc555a81ddf5e18780dde535234865f43da347e98
tree22da56af4ab11521b79e21e7d2b9cf26ffcbb29a
parent51676d0e303c8d7c153ad702fd91f83374bc43e4
drm/i915: Remove platform specific *_dp_detect() functions

Their logic is exactly the same: check if the digital port is connected
and then call intel_dp_detect_dpcd(). So just put that logic in their
only caller: intel_dp_detect().

Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1447859970-9546-2-git-send-email-ander.conselvan.de.oliveira@intel.com
drivers/gpu/drm/i915/intel_dp.c