All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] drm/xe/xe2hpg: Remove SRIOV VF check for Wa_18041344222
@ 2026-02-10 21:58 Harish Chegondi
  2026-02-10 21:58 ` [PATCH 2/3] drm/xe/xe3: " Harish Chegondi
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Harish Chegondi @ 2026-02-10 21:58 UTC (permalink / raw)
  To: intel-xe; +Cc: Harish Chegondi, Matt Roper

Engine WAs are not applied for SRIOV VF, even though they are processed.
Remove the SRIOV VF check.

Cc: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Harish Chegondi <harish.chegondi@intel.com>
---
 drivers/gpu/drm/xe/xe_wa.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
index 1e8d61ac581b..c9ca74cb77f1 100644
--- a/drivers/gpu/drm/xe/xe_wa.c
+++ b/drivers/gpu/drm/xe/xe_wa.c
@@ -626,7 +626,6 @@ static const struct xe_rtp_entry_sr engine_was[] = {
 	{ XE_RTP_NAME("18041344222"),
 	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(2001, 2002),
 		       FUNC(xe_rtp_match_first_render_or_compute),
-		       FUNC(xe_rtp_match_not_sriov_vf),
 		       FUNC(xe_rtp_match_gt_has_discontiguous_dss_groups)),
 	  XE_RTP_ACTIONS(SET(TDL_CHICKEN, EUSTALL_PERF_SAMPLING_DISABLE))
 	},
-- 
2.43.0


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

end of thread, other threads:[~2026-02-20  0:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-10 21:58 [PATCH 1/3] drm/xe/xe2hpg: Remove SRIOV VF check for Wa_18041344222 Harish Chegondi
2026-02-10 21:58 ` [PATCH 2/3] drm/xe/xe3: " Harish Chegondi
2026-02-18 22:25   ` Matt Roper
2026-02-10 21:58 ` [PATCH 3/3] drm/xe/xe2lpg: Extend Wa_18041344222 to graphics IP 20.04 Harish Chegondi
2026-02-18 22:26   ` Matt Roper
2026-02-10 22:05 ` ✓ CI.KUnit: success for series starting with [1/3] drm/xe/xe2hpg: Remove SRIOV VF check for Wa_18041344222 Patchwork
2026-02-10 22:40 ` ✓ Xe.CI.BAT: " Patchwork
2026-02-11  5:57 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-02-19 20:43   ` Harish Chegondi
2026-02-20  0:07     ` Matt Roper
2026-02-18 22:25 ` [PATCH 1/3] " Matt Roper

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.