drm/i915: Make sure we don't detect eDP on g4x
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 11 Sep 2015 18:04:38 +0000 (21:04 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 23 Sep 2015 14:58:22 +0000 (16:58 +0200)
commit53ce81a761fb130c5d7ad653239fc9f9adc32237
treec1186ad56b67292bc8c2bf16eae4318131ee187f
parent0706f17c307b056ff6f1848320ba82d76945a6ff
drm/i915: Make sure we don't detect eDP on g4x

We don't support eDP on g4x, so let's not even look at the VBT
to determine the port type, just in case the VBT is bonkers
on some g4x machines and indicates the precense of eDP.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c