Skip to content

Commit 8ce9c3c

Browse files
NitinGotegregkh
authored andcommitted
drm/xe/xe3lpg: Extend Wa_15016589081 for xe3lpg
commit 240372edaf854c9136f5ead45f2d8cd9496a9cb3 upstream. Wa_15016589081 applies to Xe3_LPG renderCS Signed-off-by: Nitin Gote <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Matt Roper <[email protected]> (cherry picked from commit 715974499a2199bd199fb4630501f55545342ea4) Cc: [email protected] # v6.16+ Signed-off-by: Lucas De Marchi <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent c805d47 commit 8ce9c3c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

drivers/gpu/drm/xe/xe_wa.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,11 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
883883
XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3003), ENGINE_CLASS(RENDER)),
884884
XE_RTP_ACTIONS(SET(COMMON_SLICE_CHICKEN4, SBE_PUSH_CONSTANT_BEHIND_FIX_ENABLE))
885885
},
886+
{ XE_RTP_NAME("15016589081"),
887+
XE_RTP_RULES(GRAPHICS_VERSION(3000), GRAPHICS_STEP(A0, B0),
888+
ENGINE_CLASS(RENDER)),
889+
XE_RTP_ACTIONS(SET(CHICKEN_RASTER_1, DIS_CLIP_NEGATIVE_BOUNDING_BOX))
890+
},
886891
};
887892

888893
static __maybe_unused const struct xe_rtp_entry oob_was[] = {

0 commit comments

Comments
 (0)