drm/i915: Integrate BXT into intel_ddi_dp_voltage_max()
authorVille Syrjälä <[email protected]>
Mon, 16 Oct 2017 14:57:00 +0000 (17:57 +0300)
committerVille Syrjälä <[email protected]>
Thu, 19 Oct 2017 12:35:30 +0000 (15:35 +0300)
commit7d4f37b5db57bb383872ed40793ffb74f201c6ac
tree2b2f78ac8bf8f8ebaa1bb68a431eb14082f0c490
parent7ea79333a728740bc83e6102fd4fb992664ee915
drm/i915: Integrate BXT into intel_ddi_dp_voltage_max()

Make BXT less special by following the CNL approach and handling
it in intel_ddi_dp_voltage_max() alognside every other DDI platform.

v2: Clean up the argument types to bxt_ddi_vswing_sequence() while at it

Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: James Ausmus <[email protected]>
drivers/gpu/drm/i915/intel_ddi.c
drivers/gpu/drm/i915/intel_dp.c