diff options
| author | Harish Chegondi <harish.chegondi@intel.com> | 2026-02-10 13:58:26 -0800 |
|---|---|---|
| committer | Matt Roper <matthew.d.roper@intel.com> | 2026-02-19 16:04:24 -0800 |
| commit | 0ffe9dcf260b3cd3885fa2e43f592bd55adfddd7 (patch) | |
| tree | 05eb3f87550e40b74ff06bdb347f0a9c6f0bba0e /drivers/gpu | |
| parent | a800b95c2498b1f67a8a37ca98b827042d0e926e (diff) | |
| download | linux-0ffe9dcf260b3cd3885fa2e43f592bd55adfddd7.tar.gz linux-0ffe9dcf260b3cd3885fa2e43f592bd55adfddd7.zip | |
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 <matthew.d.roper@intel.com>
Signed-off-by: Harish Chegondi <harish.chegondi@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patch.msgid.link/5879396bf202b64d9b5c4cb8c720f3e65d358fc1.1770760591.git.harish.chegondi@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Diffstat (limited to 'drivers/gpu')
| -rw-r--r-- | drivers/gpu/drm/xe/xe_wa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c index 0cf752446a53..7cb4ef26eca7 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)) }, |
