All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Roper <matthew.d.roper@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH v6 0/5] EHL port programming
Date: Tue,  9 Jul 2019 11:39:29 -0700	[thread overview]
Message-ID: <20190709183934.445-1-matthew.d.roper@intel.com> (raw)

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

             reply	other threads:[~2019-07-09 18:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-09 18:39 Matt Roper [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190709183934.445-1-matthew.d.roper@intel.com \
    --to=matthew.d.roper@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.