Skip to content

Commit 2399bcc

Browse files
committed
drm/xe/xe3lpg: Add Wa_13012615864
Wa_13012615864 applies to xe3lpg Reviewed-by: Matt Roper <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Tejas Upadhyay <[email protected]>
1 parent 89eb42b commit 2399bcc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

drivers/gpu/drm/xe/regs/xe_gt_regs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@
480480
#define TDL_TSL_CHICKEN XE_REG_MCR(0xe4c4, XE_REG_OPTION_MASKED)
481481
#define STK_ID_RESTRICT REG_BIT(12)
482482
#define SLM_WMTP_RESTORE REG_BIT(11)
483+
#define RES_CHK_SPR_DIS REG_BIT(6)
483484

484485
#define ROW_CHICKEN XE_REG_MCR(0xe4f0, XE_REG_OPTION_MASKED)
485486
#define UGM_BACKUP_MODE REG_BIT(13)

drivers/gpu/drm/xe/xe_wa.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
619619
FUNC(xe_rtp_match_first_render_or_compute)),
620620
XE_RTP_ACTIONS(SET(TDL_CHICKEN, QID_WAIT_FOR_THREAD_NOT_RUN_DISABLE))
621621
},
622+
{ XE_RTP_NAME("13012615864"),
623+
XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001),
624+
FUNC(xe_rtp_match_first_render_or_compute)),
625+
XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
626+
},
622627

623628
{}
624629
};

0 commit comments

Comments
 (0)