[Intel-gfx] [PATCH 0/5] EHL port programming
Matt Roper
matthew.d.roper at intel.com
Fri Jun 21 02:01:27 UTC 2019
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.souza at 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
More information about the Intel-gfx
mailing list