EHL is a bit unique because it's the only platform where multiple DDI's
can share the same PHY.  This makes some of the output programming a bit
confusing given that we tend to use the term 'port' today when talking
about both DDI's and PHY's.  The fourth patch here starts to try to
separate those two concepts.

Cc: José Roberto de Souza <jose.so...@intel.com>

Matt Roper (5):
  drm/i915/icl: Drop port parameter to icl_get_combo_buf_trans()
  drm/i915/ehl: Add third combo PHY offset
  drm/i915/ehl: Don't program PHY_MISC on EHL PHY C
  drm/i915/gen11: Start distinguishing 'phy' from 'port'
  drm/i915/ehl: Enable DDI-D

 drivers/gpu/drm/i915/display/icl_dsi.c        |  17 ++-
 drivers/gpu/drm/i915/display/intel_bios.c     |   4 +-
 .../gpu/drm/i915/display/intel_combo_phy.c    | 132 ++++++++++--------
 .../gpu/drm/i915/display/intel_combo_phy.h    |   3 +-
 drivers/gpu/drm/i915/display/intel_ddi.c      | 107 +++++++-------
 drivers/gpu/drm/i915/display/intel_display.c  |  37 +++--
 drivers/gpu/drm/i915/display/intel_display.h  |  16 +++
 drivers/gpu/drm/i915/display/intel_dp.c       |  12 +-
 drivers/gpu/drm/i915/display/intel_dpll_mgr.c |   8 +-
 drivers/gpu/drm/i915/i915_reg.h               |  22 +--
 drivers/gpu/drm/i915/intel_drv.h              |   4 +-
 11 files changed, 217 insertions(+), 145 deletions(-)

-- 
2.17.2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to