public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH v2 00/15] drm/i915: Eliminate DDI encoder->type frobbery (v2)
Date: Thu, 7 Jul 2016 13:22:00 +0300	[thread overview]
Message-ID: <20160707102200.GM4329@intel.com> (raw)
In-Reply-To: <1466621833-5054-1-git-send-email-ville.syrjala@linux.intel.com>

On Wed, Jun 22, 2016 at 09:56:58PM +0300, ville.syrjala@linux.intel.com wrote:
> From: Ville Syrjälä <ville.syrjala@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

Pushed the first 11 patches into dinq. Thanks for the reviews.

>   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

-- 
Ville Syrjälä
Intel OTC
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

      parent reply	other threads:[~2016-07-07 10:22 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-22 18:56 [PATCH v2 00/15] drm/i915: Eliminate DDI encoder->type frobbery (v2) ville.syrjala
2016-06-22 18:56 ` [PATCH 01/15] drm/i915: Don't mark eDP encoders as MST capable ville.syrjala
2016-06-22 18:57 ` [PATCH 02/15] drm/i915: Remove encoder type checks from MST suspend/resume ville.syrjala
2016-06-22 18:57 ` [PATCH v2 03/15] drm/i915: Add output_types bitmask into the crtc state ville.syrjala
2016-06-22 18:57 ` [PATCH v3 04/15] drm/i915: Unify intel_pipe_has_type() and intel_pipe_will_have_type() ville.syrjala
2016-06-22 18:57 ` [PATCH 05/15] drm/i915: Replace manual lvds and sdvo/hdmi counting with intel_crtc_has_type() ville.syrjala
2016-06-22 18:57 ` [PATCH v2 06/15] drm/i915: Kill has_dp_encoder from pipe_config ville.syrjala
2016-06-22 18:57 ` [PATCH v2 07/15] drm/i915: Replace some open coded intel_crtc_has_dp_encoder()s ville.syrjala
2016-06-22 18:57 ` [PATCH v2 08/15] drm/i915: s/INTEL_OUTPUT_DISPLAYPORT/INTEL_OUTPUT_DP/ ville.syrjala
2016-06-22 18:57 ` [PATCH v2 09/15] drm/i915: Kill has_dsi_encoder ville.syrjala
2016-06-22 18:57 ` [PATCH v3 10/15] drm/i915: Simplify hdmi_12bpc_possible() ville.syrjala
2016-06-22 18:57 ` [PATCH 11/15] drm/i915: Check for invalid cloning earlier during modeset ville.syrjala
2016-06-22 18:57 ` [PATCH v2 12/15] drm/i915: Stop frobbing with DDI encoder->type ville.syrjala
2016-08-23 10:16   ` Maarten Lankhorst
2016-06-22 18:57 ` [PATCH 13/15] drm/i915: Kill dp_encoder_is_mst ville.syrjala
2016-06-22 18:57 ` [PATCH 14/15] drm/i915: Avoid mixing up SST and MST in DDI setup ville.syrjala
2016-06-22 18:57 ` [PATCH 15/15] drm/i915: Reject mixing MST and SST/HDMI on the same digital port ville.syrjala
2016-06-23  5:42 ` ✗ Ro.CI.BAT: warning for drm/i915: Eliminate DDI encoder->type frobbery (rev2) Patchwork
2016-06-23 13:04   ` Ville Syrjälä
2016-07-07 10:22 ` Ville Syrjälä [this message]

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=20160707102200.GM4329@intel.com \
    --to=ville.syrjala@linux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox