All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: "José Roberto de Souza" <jose.souza@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH] drm/i915/display: Defeature PSR2 for RKL and ADL-S
Date: Thu, 8 Apr 2021 18:02:55 -0400	[thread overview]
Message-ID: <YG99j8yYOfghyTBv@intel.com> (raw)
In-Reply-To: <20210408214205.327704-1-jose.souza@intel.com>

On Thu, Apr 08, 2021 at 02:42:05PM -0700, José Roberto de Souza wrote:
> PSR2 is defeatured for RKL and ADL-S, no important power impact as
> those are desktop CPUs and PSR2 was not even enabled by default yet
> in platforms without PSR2 HW tracking.
> 
> HSDES: 14011750631
> HSDES: 14011741325
> BSpec: 53273
> Cc: Caz Yokoyama <Caz.Yokoyama@intel.com>
> Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
> Signed-off-by: José Roberto de Souza <jose.souza@intel.com>

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>

> ---
>  drivers/gpu/drm/i915/display/intel_psr.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_psr.c b/drivers/gpu/drm/i915/display/intel_psr.c
> index 32d3d56259c2..2627d0b558f3 100644
> --- a/drivers/gpu/drm/i915/display/intel_psr.c
> +++ b/drivers/gpu/drm/i915/display/intel_psr.c
> @@ -739,6 +739,12 @@ static bool intel_psr2_config_valid(struct intel_dp *intel_dp,
>  		return false;
>  	}
>  
> +	/* Wa_16011181250 */
> +	if (IS_ROCKETLAKE(dev_priv) || IS_ALDERLAKE_S(dev_priv)) {
> +		drm_dbg_kms(&dev_priv->drm, "PSR2 is defeatured for this platform\n");
> +		return false;
> +	}
> +
>  	if (!transcoder_has_psr2(dev_priv, crtc_state->cpu_transcoder)) {
>  		drm_dbg_kms(&dev_priv->drm,
>  			    "PSR2 not supported in transcoder %s\n",
> -- 
> 2.31.1
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2021-04-08 22:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-08 21:42 [Intel-gfx] [PATCH] drm/i915/display: Defeature PSR2 for RKL and ADL-S José Roberto de Souza
2021-04-08 22:02 ` Rodrigo Vivi [this message]
2021-04-09  1:22 ` [Intel-gfx] ✗ Fi.CI.DOCS: warning for " Patchwork
2021-04-09  1:47 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-04-09  5:57 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2021-04-09 20:33   ` Souza, Jose

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=YG99j8yYOfghyTBv@intel.com \
    --to=rodrigo.vivi@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jose.souza@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.