All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: Extend Wa_22021007897 to Xe3 platforms
@ 2025-08-27 19:57 Lucas De Marchi
  2025-08-27 21:20 ` ✓ CI.KUnit: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Lucas De Marchi @ 2025-08-27 19:57 UTC (permalink / raw)
  To: intel-xe
  Cc: Lucas De Marchi, Tangudu Tilak Tirumalesh, Matt Atwood,
	Gustavo Sousa

From: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>

WA 22021007897 should also be applied to Graphics Versions 30.00, 30.01
and 30.03. To make it simple, simply use the range [3000, 3003] that
should be ok as there isn't a 3002 and if it's added, the WA list would
need to be revisited anyway.

Cc: Matt Atwood <matthew.s.atwood@intel.com>
Cc: Gustavo Sousa <gustavo.sousa@intel.com>
Signed-off-by: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
 drivers/gpu/drm/xe/xe_wa.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
index 52c7df4c3afd8..e53edf1e5100c 100644
--- a/drivers/gpu/drm/xe/xe_wa.c
+++ b/drivers/gpu/drm/xe/xe_wa.c
@@ -879,6 +879,10 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
 			     DIS_PARTIAL_AUTOSTRIP |
 			     DIS_AUTOSTRIP))
 	},
+	{ XE_RTP_NAME("22021007897"),
+	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3003), ENGINE_CLASS(RENDER)),
+	  XE_RTP_ACTIONS(SET(COMMON_SLICE_CHICKEN4, SBE_PUSH_CONSTANT_BEHIND_FIX_ENABLE))
+	},
 };
 
 static __maybe_unused const struct xe_rtp_entry oob_was[] = {




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-09-03  3:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-27 19:57 [PATCH] drm/xe: Extend Wa_22021007897 to Xe3 platforms Lucas De Marchi
2025-08-27 21:20 ` ✓ CI.KUnit: success for " Patchwork
2025-08-27 21:59 ` ✓ Xe.CI.BAT: " Patchwork
2025-08-27 23:05 ` ✗ Xe.CI.Full: failure " Patchwork
2025-09-02 21:10 ` [PATCH] " Matt Atwood
2025-09-03  3:18   ` Lucas De Marchi

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.