Skip to content

Commit fea67de

Browse files
NitinGotegregkh
authored andcommitted
drm/xe/xe3: Add WA_14024681466 for Xe3_LPG
commit 0b2f7be548006b0651e1e8320790f49723265cbc upstream. Apply WA_14024681466 to Xe3_LPG graphics IP versions from 30.00 to 30.05. v2: (Matthew Roper) - Remove stepping filter as workaround applies to all steppings. - Add an engine class filter so it only applies to the RENDER engine. Signed-off-by: Nitin Gote <[email protected]> Link: https://patch.msgid.link/[email protected] Reviewed-by: Matt Roper <[email protected]> Signed-off-by: Matt Roper <[email protected]> (cherry picked from commit 071089a69e199bd810ff31c4c933bd528e502743) Cc: [email protected] # v6.16+ Signed-off-by: Lucas De Marchi <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 4088cac commit fea67de

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168

169169
#define XEHP_SLICE_COMMON_ECO_CHICKEN1 XE_REG_MCR(0x731c, XE_REG_OPTION_MASKED)
170170
#define MSC_MSAA_REODER_BUF_BYPASS_DISABLE REG_BIT(14)
171+
#define FAST_CLEAR_VALIGN_FIX REG_BIT(13)
171172

172173
#define XE2LPM_CCCHKNREG1 XE_REG(0x82a8)
173174

drivers/gpu/drm/xe/xe_wa.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,10 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
890890
ENGINE_CLASS(RENDER)),
891891
XE_RTP_ACTIONS(SET(CHICKEN_RASTER_1, DIS_CLIP_NEGATIVE_BOUNDING_BOX))
892892
},
893+
{ XE_RTP_NAME("14024681466"),
894+
XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3005), ENGINE_CLASS(RENDER)),
895+
XE_RTP_ACTIONS(SET(XEHP_SLICE_COMMON_ECO_CHICKEN1, FAST_CLEAR_VALIGN_FIX))
896+
},
893897
};
894898

895899
static __maybe_unused const struct xe_rtp_entry oob_was[] = {

0 commit comments

Comments
 (0)