]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/ehl: Map MCC pins based on PHY, not port
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 12 Jul 2019 22:16:41 +0000 (15:16 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 15 Jul 2019 16:53:25 +0000 (09:53 -0700)
commit4aecf61e070c4149ef95bcd3f97ede8e5f9a9b4e
tree4ee4462edff17c04c35cd58134cffc94d3c707e4
parent628936a6e6568ebe299cfc4fd687b6c4c8ce0e5e
drm/i915/ehl: Map MCC pins based on PHY, not port

Now that we distinguish between phy and port(ddi), mcc_port_to_ddc_pin
should use the phy, not the DDI, for determining DDC pins.

We're only converting the MCC function at the moment since EHL is the
only platform that has configurations where port!=phy.

Cc: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190712221641.21031-1-matthew.d.roper@intel.com
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
drivers/gpu/drm/i915/display/intel_hdmi.c