From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: "Jouni Högander" <jouni.hogander@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH 1/2] drm/i915/psr: Implement Wa_14014971492
Date: Mon, 23 Jan 2023 16:00:12 -0500 [thread overview]
Message-ID: <Y871XHPdvWA4BhzW@intel.com> (raw)
In-Reply-To: <20230118085200.1017626-2-jouni.hogander@intel.com>
On Wed, Jan 18, 2023 at 10:51:59AM +0200, Jouni Högander wrote:
> Implement Wa_14014971492 and apply it for affected platforms.
>
> Bspec: 52890, 54369, 55378, 66624
>
> Cc: Mika Kahola <mika.kahola@intel.com>
> Cc: José Roberto de Souza <jose.souza@intel.com>
> Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
> ---
> drivers/gpu/drm/i915/display/intel_psr.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_psr.c b/drivers/gpu/drm/i915/display/intel_psr.c
> index 7d4a15a283a0..24900a790508 100644
> --- a/drivers/gpu/drm/i915/display/intel_psr.c
> +++ b/drivers/gpu/drm/i915/display/intel_psr.c
> @@ -1842,6 +1842,11 @@ int intel_psr2_sel_fetch_update(struct intel_atomic_state *state,
> if (full_update)
> goto skip_sel_fetch_set_loop;
>
> + /* Wa_14014971492 */
> + if ((IS_MTL_DISPLAY_STEP(dev_priv, STEP_A0, STEP_B0) ||
> + IS_DISPLAY_VER(dev_priv, 12, 13))
This is not true.
This lineage number shows as not needed for most of platforms with
the display version 12.
you should only have TGL and ADL-P here, besides the MTL one...
Which, btw, why we have a MTL_DISPLAY macro instead of using the display
version :'(
&& crtc_state->splitter.enable)
> + pipe_clip.y1 = 0;
> +
> ret = drm_atomic_add_affected_planes(&state->base, &crtc->base);
> if (ret)
> return ret;
> --
> 2.34.1
>
next prev parent reply other threads:[~2023-01-23 21:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-18 8:51 [Intel-gfx] [PATCH 0/2] drm/i915/psr: PSR related workarounds Jouni Högander
2023-01-18 8:51 ` [Intel-gfx] [PATCH 1/2] drm/i915/psr: Implement Wa_14014971492 Jouni Högander
2023-01-23 21:00 ` Rodrigo Vivi [this message]
2023-01-24 10:28 ` Hogander, Jouni
2023-01-18 8:52 ` [Intel-gfx] [PATCH 2/2] drm/i915/mtl: Apply Wa_14013475917 for all MTL steppings Jouni Högander
2023-01-18 9:37 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/psr: PSR related workarounds Patchwork
2023-01-19 8:37 ` [Intel-gfx] ✓ Fi.CI.IGT: " 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=Y871XHPdvWA4BhzW@intel.com \
--to=rodrigo.vivi@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jouni.hogander@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