Skip to content

Commit 4ceead3

Browse files
aradhyab7lucasdemarchi
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] (cherry picked from commit 8fb1da9) Signed-off-by: Lucas De Marchi <[email protected]>
1 parent 8e929cb commit 4ceead3

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
@@ -710,6 +710,10 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
710710
DIS_PARTIAL_AUTOSTRIP |
711711
DIS_AUTOSTRIP))
712712
},
713+
{ XE_RTP_NAME("15016589081"),
714+
XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER)),
715+
XE_RTP_ACTIONS(SET(CHICKEN_RASTER_1, DIS_CLIP_NEGATIVE_BOUNDING_BOX))
716+
},
713717

714718
/* Xe2_HPG */
715719
{ XE_RTP_NAME("15010599737"),

0 commit comments

Comments
 (0)