From: "Mun, Gwan-gyeong" <gwan-gyeong.mun@intel.com>
To: "intel-gfx@lists.freedesktop.org"
<intel-gfx@lists.freedesktop.org>,
"Souza, Jose" <jose.souza@intel.com>
Subject: Re: [Intel-gfx] [PATCH] drm/i915/display: Disable PSR2 if TGL Display stepping is B1 from A0
Date: Thu, 22 Apr 2021 16:07:37 +0000 [thread overview]
Message-ID: <4f7093a51900b97b51a9374b725a882296e2cf78.camel@intel.com> (raw)
In-Reply-To: <9c29c4ebad4ba756ccd6a538eb2b8c2ef35e44b8.camel@intel.com>
On Thu, 2021-04-22 at 07:39 -0700, Souza, Jose wrote:
> On Thu, 2021-04-22 at 12:54 +0300, Gwan-gyeong Mun wrote:
> > TGL PSR2 hardware tracking shows momentary flicker and screen shift
> > if
> > TGL Display stepping is B1 from A0.
> > It has been fixed from TGL Display stepping C0.
> >
> > HSDES: 18015970021
> > HSDES: 2209313811
> > BSpec: 55378
> >
> > Cc: José Roberto de Souza <jose.souza@intel.com>
> > Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun@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 4ad756e238c5..2cc9eeab4baf 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_2209313811 */
> > + if (IS_TGL_DISPLAY_STEP(dev_priv, STEP_A0, STEP_B1)) {
>
> Missing to check if manual tracking is being used, in this case we
> can enable PSR2 in those display steppings.
Thanks for reviewing. I'll update it in V2.
>
> > + drm_dbg_kms(&dev_priv->drm, "PSR2 is not supported
> > this Display stepping\n");
> > + 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");
>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2021-04-22 16:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-22 9:54 [Intel-gfx] [PATCH] drm/i915/display: Disable PSR2 if TGL Display stepping is B1 from A0 Gwan-gyeong Mun
2021-04-22 10:55 ` [Intel-gfx] ✗ Fi.CI.DOCS: warning for " Patchwork
2021-04-22 11:18 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-04-22 14:39 ` [Intel-gfx] [PATCH] " Souza, Jose
2021-04-22 16:07 ` Mun, Gwan-gyeong [this message]
2021-04-22 15:29 ` [Intel-gfx] ✓ Fi.CI.IGT: success for " Patchwork
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=4f7093a51900b97b51a9374b725a882296e2cf78.camel@intel.com \
--to=gwan-gyeong.mun@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).