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 v2 2/2] drm/i915/mtl: Apply Wa_14013475917 for all MTL steppings
Date: Tue, 24 Jan 2023 13:50:03 -0500 [thread overview]
Message-ID: <Y9AoW90V/ngg6Orl@intel.com> (raw)
In-Reply-To: <20230124102636.2567292-3-jouni.hogander@intel.com>
On Tue, Jan 24, 2023 at 12:26:36PM +0200, Jouni Högander wrote:
> Wa_14013475917 has to be applied for all MTL steppings.
>
> Bspec: 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>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> ---
> drivers/gpu/drm/i915/display/intel_hdmi.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_hdmi.c b/drivers/gpu/drm/i915/display/intel_hdmi.c
> index 6a2ee342eab5..b7a154b46da6 100644
> --- a/drivers/gpu/drm/i915/display/intel_hdmi.c
> +++ b/drivers/gpu/drm/i915/display/intel_hdmi.c
> @@ -537,9 +537,7 @@ void hsw_write_infoframe(struct intel_encoder *encoder,
> 0);
>
> /* Wa_14013475917 */
> - if ((DISPLAY_VER(dev_priv) == 13 ||
> - IS_MTL_DISPLAY_STEP(dev_priv, STEP_A0, STEP_B0)) && crtc_state->has_psr &&
> - type == DP_SDP_VSC)
> + if (IS_DISPLAY_VER(dev_priv, 13, 14) && crtc_state->has_psr && type == DP_SDP_VSC)
> return;
>
> val |= hsw_infoframe_enable(type);
> --
> 2.34.1
>
next prev parent reply other threads:[~2023-01-24 18:50 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-24 10:26 [Intel-gfx] [PATCH v2 0/2] drm/i915/psr: PSR related workarounds Jouni Högander
2023-01-24 10:26 ` [Intel-gfx] [PATCH v2 1/2] drm/i915/psr: Implement Wa_14014971492 Jouni Högander
2023-01-24 18:48 ` Rodrigo Vivi
2023-01-24 10:26 ` [Intel-gfx] [PATCH v2 2/2] drm/i915/mtl: Apply Wa_14013475917 for all MTL steppings Jouni Högander
2023-01-24 18:50 ` Rodrigo Vivi [this message]
2023-01-24 13:04 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/psr: PSR related workarounds (rev2) Patchwork
2023-01-24 13:32 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2023-01-25 0:04 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/psr: PSR related workarounds (rev3) Patchwork
2023-01-25 0:24 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-01-25 5:21 ` [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=Y9AoW90V/ngg6Orl@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