All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/5] EHL port programming
@ 2019-07-09 18:39 Matt Roper
  2019-07-09 18:39 ` [PATCH v6 1/5] drm/i915/gen11: Start distinguishing 'phy' from 'port' Matt Roper
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Matt Roper @ 2019-07-09 18:39 UTC (permalink / raw)
  To: intel-gfx

Final revision which incorporates Jose's minor suggestions (renaming a
register and dropping one #include) and triggers a final CI run.  All
patches are reviewed so this should be ready to apply once CI finishes.

Previous series revisions were here:
  v4/5: https://lists.freedesktop.org/archives/intel-gfx/2019-July/204257.html
  v3:   https://lists.freedesktop.org/archives/intel-gfx/2019-June/203287.html
  v1/2: https://lists.freedesktop.org/archives/intel-gfx/2019-June/202776.html

Matt Roper (5):
  drm/i915/gen11: Start distinguishing 'phy' from 'port'
  drm/i915/gen11: Program ICL_DPCLKA_CFGCR0 according to PHY
  drm/i915/gen11: Convert combo PHY logic to use new 'enum phy'
    namespace
  drm/i915: Transition port type checks to phy checks
  drm/i915/ehl: Enable DDI-D

 drivers/gpu/drm/i915/display/icl_dsi.c        | 152 +++++++++---------
 drivers/gpu/drm/i915/display/intel_bios.c     |   4 +-
 .../gpu/drm/i915/display/intel_combo_phy.c    | 143 ++++++++--------
 .../gpu/drm/i915/display/intel_combo_phy.h    |   4 +-
 drivers/gpu/drm/i915/display/intel_ddi.c      | 146 ++++++++++-------
 drivers/gpu/drm/i915/display/intel_display.c  |  41 +++--
 drivers/gpu/drm/i915/display/intel_display.h  |  20 +++
 .../drm/i915/display/intel_display_power.c    |  20 +--
 drivers/gpu/drm/i915/display/intel_dp.c       |  15 +-
 drivers/gpu/drm/i915/display/intel_dpll_mgr.c |  11 +-
 drivers/gpu/drm/i915/display/intel_dsi.h      |  12 +-
 drivers/gpu/drm/i915/i915_reg.h               |  86 +++++-----
 drivers/gpu/drm/i915/intel_drv.h              |   4 +-
 13 files changed, 365 insertions(+), 293 deletions(-)

-- 
2.20.1

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-09-04 16:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-09 18:39 [PATCH v6 0/5] EHL port programming Matt Roper
2019-07-09 18:39 ` [PATCH v6 1/5] drm/i915/gen11: Start distinguishing 'phy' from 'port' Matt Roper
2019-07-09 18:39 ` [PATCH v6 2/5] drm/i915/gen11: Program ICL_DPCLKA_CFGCR0 according to PHY Matt Roper
2019-07-09 18:39 ` [PATCH v6 3/5] drm/i915/gen11: Convert combo PHY logic to use new 'enum phy' namespace Matt Roper
2019-09-04 13:42   ` Jani Nikula
2019-09-04 14:57     ` Matt Roper
2019-09-04 16:47       ` Jani Nikula
2019-07-09 18:39 ` [PATCH v6 4/5] drm/i915: Transition port type checks to phy checks Matt Roper
2019-07-09 18:39 ` [PATCH v6 5/5] drm/i915/ehl: Enable DDI-D Matt Roper
2019-07-09 18:49 ` ✗ Fi.CI.CHECKPATCH: warning for EHL port programming (rev7) Patchwork
2019-07-09 19:45 ` ✓ Fi.CI.BAT: success " Patchwork
2019-07-10 11:29 ` ✓ Fi.CI.IGT: " Patchwork
2019-07-11  1:32   ` Matt Roper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.