Skip to content

Commit 74671d2

Browse files
kbommumattrope
authored andcommitted
drm/xe/xe2: Add workaround 18034896535
Add 18034896535 as driver permanent workaround. v2: 18034896535 and 16021540221 are two independent workarounds that just happen to have the same implementation, hence keeping it. Signed-off-by: Bommu Krishnaiah <krishnaiah.bommu@intel.com> Reviewed-by: Tejas Upadhyay <tejas.upadhyay@intel.com> Cc: Tejas Upadhyay <tejas.upadhyay@intel.com> Cc: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240408170545.3769566-9-balasubramani.vivekanandan@intel.com
1 parent e9c2298 commit 74671d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/gpu/drm/xe/xe_wa.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
428428
FUNC(xe_rtp_match_first_render_or_compute)),
429429
XE_RTP_ACTIONS(SET(ROW_CHICKEN4, DISABLE_TDL_PUSH))
430430
},
431+
{ XE_RTP_NAME("18034896535"),
432+
XE_RTP_RULES(GRAPHICS_VERSION(2004),
433+
FUNC(xe_rtp_match_first_render_or_compute)),
434+
XE_RTP_ACTIONS(SET(ROW_CHICKEN4, DISABLE_TDL_PUSH))
435+
},
431436
{ XE_RTP_NAME("14019322943"),
432437
XE_RTP_RULES(GRAPHICS_VERSION(2004), GRAPHICS_STEP(A0, B0),
433438
FUNC(xe_rtp_match_first_render_or_compute)),

0 commit comments

Comments
 (0)