drm/i915/bios: ignore HDMI on port A
authorJani Nikula <jani.nikula@intel.com>
Thu, 21 Sep 2017 14:19:20 +0000 (17:19 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 25 Sep 2017 07:49:55 +0000 (10:49 +0300)
commitd27ffc1d00327c29b3aa97f941b42f0949f9e99f
treeb165580d1c133b5fe15343cec3acc0042b4714db
parentb2f2f0fc69056a495391cab792394965973aabf8
drm/i915/bios: ignore HDMI on port A

The hardware state readout oopses after several warnings when trying to
use HDMI on port A, if such a combination is configured in VBT. Filter
the combo out already at the VBT parsing phase.

v2: also ignore DVI (Ville)

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102889
Cc: stable@vger.kernel.org
Cc: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Tested-by: Daniel Drake <dan@reactivated.net>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170921141920.18172-1-jani.nikula@intel.com
drivers/gpu/drm/i915/intel_bios.c