Skip to content

Commit 8fb1da9

Browse files
aradhyab7mattrope
authored andcommitted
drm/xe/xe2lpg: Extend Wa_15016589081 for xe2lpg
Add workaround (wa) 15016589081 which applies to Xe2_v3_LPG_MD. Xe2_v3_LPG_MD is a Lunar Lake platform with GFX version: 20.04. This wa is type: permanent, and hence is applicable on all steppings. Signed-off-by: Aradhya Bhatia <[email protected]> Reviewed-by: Tejas Upadhyay <[email protected]> Signed-off-by: Matt Roper <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 081cb89 commit 8fb1da9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/gpu/drm/xe/xe_wa.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,10 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
746746
DIS_PARTIAL_AUTOSTRIP |
747747
DIS_AUTOSTRIP))
748748
},
749+
{ XE_RTP_NAME("15016589081"),
750+
XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER)),
751+
XE_RTP_ACTIONS(SET(CHICKEN_RASTER_1, DIS_CLIP_NEGATIVE_BOUNDING_BOX))
752+
},
749753

750754
/* Xe2_HPG */
751755
{ XE_RTP_NAME("15010599737"),

0 commit comments

Comments
 (0)