drm/i915: Restore DP-E to VBT mapping table
authorMatt Roper <matthew.d.roper@intel.com>
Sat, 6 Jun 2020 03:18:03 +0000 (20:18 -0700)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 6 Jun 2020 08:59:09 +0000 (09:59 +0100)
commit8c1a8f12f4a3b4223348a109f2f5c8d46819a691
treec52f7ba63430a983c8e1de3287efa6869a83a8ee
parent7ac2d2536dfa71c275a74813345779b1e7522c91
drm/i915: Restore DP-E to VBT mapping table

We accidentally dropped matching for DVO_PORT_DPE from the VBT mapping
table when we refactored the function.  Restore it.

Fixes: 4628142aeccc ("drm/i915/rkl: provide port/phy mapping for vbt")
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20200606031803.3309624-1-matthew.d.roper@intel.com
drivers/gpu/drm/i915/display/intel_bios.c