[Intel-gfx] [PATCH v2 00/15] drm/i915: Eliminate DDI encoder->type frobbery (v2)

ville.syrjala at linux.intel.com ville.syrjala at linux.intel.com
Wed Jun 22 18:56:58 UTC 2016


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

Here's a new version of my output_types stuff (v1 [1]). Some rebasing
was needed, and while chatting with Maarten I realized there are some
issues with the DDI MST vs. SST handling, so I plopped a few more
patches on top to deal with that. Note that I didn't actually test
with MST. Patches 1-11 already have r-bs, the rest don't.

Entire series available here:
git://github.com/vsyrjala/linux.git output_type_bitmask_3

[1] https://lists.freedesktop.org/archives/intel-gfx/2016-June/097946.html

Ville Syrjälä (15):
  drm/i915: Don't mark eDP encoders as MST capable
  drm/i915: Remove encoder type checks from MST suspend/resume
  drm/i915: Add output_types bitmask into the crtc state
  drm/i915: Unify intel_pipe_has_type() and intel_pipe_will_have_type()
  drm/i915: Replace manual lvds and sdvo/hdmi counting with
    intel_crtc_has_type()
  drm/i915: Kill has_dp_encoder from pipe_config
  drm/i915: Replace some open coded intel_crtc_has_dp_encoder()s
  drm/i915: s/INTEL_OUTPUT_DISPLAYPORT/INTEL_OUTPUT_DP/
  drm/i915: Kill has_dsi_encoder
  drm/i915: Simplify hdmi_12bpc_possible()
  drm/i915: Check for invalid cloning earlier during modeset
  drm/i915: Stop frobbing with DDI encoder->type
  drm/i915: Kill dp_encoder_is_mst
  drm/i915: Avoid mixing up SST and MST in DDI setup
  drm/i915: Reject mixing MST and SST/HDMI on the same digital port

 drivers/gpu/drm/i915/i915_debugfs.c   |   4 +-
 drivers/gpu/drm/i915/intel_audio.c    |  15 +-
 drivers/gpu/drm/i915/intel_color.c    |   2 +-
 drivers/gpu/drm/i915/intel_ddi.c      | 229 ++++++++++++++----------
 drivers/gpu/drm/i915/intel_display.c  | 320 ++++++++++++++--------------------
 drivers/gpu/drm/i915/intel_dp.c       |  52 ++----
 drivers/gpu/drm/i915/intel_dp_mst.c   |   4 -
 drivers/gpu/drm/i915/intel_dpll_mgr.c |  21 +--
 drivers/gpu/drm/i915/intel_drv.h      |  33 ++--
 drivers/gpu/drm/i915/intel_dsi.c      |   4 -
 drivers/gpu/drm/i915/intel_hdmi.c     |  30 +---
 drivers/gpu/drm/i915/intel_opregion.c |   4 +-
 12 files changed, 323 insertions(+), 395 deletions(-)

-- 
2.7.4



More information about the Intel-gfx mailing list