From: Harish Chegondi Date: Tue, 10 Feb 2026 21:58:26 +0000 (-0800) Subject: drm/xe/xe3: Remove SRIOV VF check for Wa_18041344222 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ffe9dcf260b;p=thirdparty%2Flinux.git drm/xe/xe3: Remove SRIOV VF check for Wa_18041344222 Engine WAs are not applied for SRIOV VF, even though they are processed. Remove the SRIOV VF check. Cc: Matt Roper Signed-off-by: Harish Chegondi Reviewed-by: Matt Roper Link: https://patch.msgid.link/5879396bf202b64d9b5c4cb8c720f3e65d358fc1.1770760591.git.harish.chegondi@intel.com Signed-off-by: Matt Roper --- diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c index 0cf752446a53a..7cb4ef26eca77 100644 --- a/drivers/gpu/drm/xe/xe_wa.c +++ b/drivers/gpu/drm/xe/xe_wa.c @@ -709,7 +709,6 @@ static const struct xe_rtp_entry_sr engine_was[] = { { XE_RTP_NAME("18041344222"), XE_RTP_RULES(GRAPHICS_VERSION(3000), 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)) },