All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Jani Nikula <jani.nikula@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH] drm/i915/adl_p: enable MSO on pipe B
Date: Wed, 26 May 2021 16:19:58 +0300	[thread overview]
Message-ID: <YK5K/oLKd9arG9Ol@intel.com> (raw)
In-Reply-To: <20210526082903.26395-1-jani.nikula@intel.com>

On Wed, May 26, 2021 at 11:29:03AM +0300, Jani Nikula wrote:
> On ADL-P, it's possible to enable the stream splitter on pipe B in
> addition to pipe A.
> 
> Bspec: 50174
> Cc: Uma Shankar <uma.shankar@intel.com>
> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>

I have a feeling I reviewed this already. But maybe I'm just
imagining it.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>

> ---
>  drivers/gpu/drm/i915/display/intel_ddi.c | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c
> index 3d8918674153..4d6f1a206f56 100644
> --- a/drivers/gpu/drm/i915/display/intel_ddi.c
> +++ b/drivers/gpu/drm/i915/display/intel_ddi.c
> @@ -4729,9 +4729,12 @@ void intel_ddi_init(struct drm_i915_private *dev_priv, enum port port)
>  
>  		dig_port->hpd_pulse = intel_dp_hpd_pulse;
>  
> -		/* Splitter enable for eDP MSO is supported for pipe A only. */
> -		if (dig_port->dp.mso_link_count)
> +		/* Splitter enable for eDP MSO is limited to certain pipes. */
> +		if (dig_port->dp.mso_link_count) {
>  			encoder->pipe_mask = BIT(PIPE_A);
> +			if (IS_ALDERLAKE_P(dev_priv))
> +				encoder->pipe_mask |= BIT(PIPE_B);
> +		}
>  	}
>  
>  	/* In theory we don't need the encoder->type check, but leave it just in
> -- 
> 2.20.1

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

  parent reply	other threads:[~2021-05-26 13:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-26  8:29 [Intel-gfx] [PATCH] drm/i915/adl_p: enable MSO on pipe B Jani Nikula
2021-05-26  9:47 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2021-05-26 13:19 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2021-05-26 13:19 ` Ville Syrjälä [this message]
2021-05-26 13:38   ` [Intel-gfx] [PATCH] " Jani Nikula

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=YK5K/oLKd9arG9Ol@intel.com \
    --to=ville.syrjala@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    /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.