drm/i915: Allow PCH platforms fall back to BIOS LVDS mode
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 9 Oct 2017 16:19:51 +0000 (19:19 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 11 Oct 2017 18:43:30 +0000 (21:43 +0300)
commit3c7b6b3c4f2a4882d9d82365cc122cc8d29f4811
tree96458cdd54f0b51dc570b9af4078c77c14a3fd75
parentde330815677d80a7eae7c82e134de1507867291b
drm/i915: Allow PCH platforms fall back to BIOS LVDS mode

With intel_encoder_current_mode() using the normal state readout code it
actually works on PCH platforms as well. So let's nuke the PCH check from
intel_lvds_init(). I suppose there aren't any machines that actually
need this, but at least we get to eliminate a few lines of code, and one
FIXME.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171009161951.22420-2-ville.syrjala@linux.intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_lvds.c