[PATCH v2] drm/xe/xe2lpg: Extend Wa_15016589081 for xe2lpg
Aradhya Bhatia
aradhya.bhatia at intel.com
Wed Oct 9 06:55:42 UTC 2024
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 <aradhya.bhatia at intel.com>
Reviewed-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
---
Change Log:
v2:
- Update the commit subject as suggested by Tejas Upadhyay.
- Add his R-b tag as well.
Previous revisions:
v1: https://lore.kernel.org/all/20240930120602.1720218-1-aradhya.bhatia@intel.com/
---
drivers/gpu/drm/xe/xe_wa.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
index 94ea76b098ed..df2abdfae2b2 100644
--- a/drivers/gpu/drm/xe/xe_wa.c
+++ b/drivers/gpu/drm/xe/xe_wa.c
@@ -711,6 +711,10 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
DIS_PARTIAL_AUTOSTRIP |
DIS_AUTOSTRIP))
},
+ { XE_RTP_NAME("15016589081"),
+ XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER)),
+ XE_RTP_ACTIONS(SET(CHICKEN_RASTER_1, DIS_CLIP_NEGATIVE_BOUNDING_BOX))
+ },
/* Xe2_HPG */
{ XE_RTP_NAME("15010599737"),
base-commit: 0f1fdf5592259cc68ee5ec968c6cddb26d0ecf77
--
2.34.1
More information about the Intel-xe
mailing list