[PATCH V2 2/2] drm/xe/xe2lpm: Add permanent wa_14020756599
Tejas Upadhyay
tejas.upadhyay at intel.com
Tue Apr 30 07:56:09 UTC 2024
For xe2_lpm Wa_14020756599 is applied to
all steppings.
V2:
- Remove engine filter video decode
- Fix typo GRAPHICS/MEDIA/s - Himal
Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
---
drivers/gpu/drm/xe/xe_wa.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
index 7657aadf217c..76f7a7e3ee61 100644
--- a/drivers/gpu/drm/xe/xe_wa.c
+++ b/drivers/gpu/drm/xe/xe_wa.c
@@ -701,6 +701,12 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
DIS_AUTOSTRIP))
},
+ /* Xe2_LPM */
+ { XE_RTP_NAME("14020756599"),
+ XE_RTP_RULES(MEDIA_VERSION(2000)),
+ XE_RTP_ACTIONS(SET(WM_CHICKEN3, HIZ_PLANE_COMPRESSION_DIS))
+ },
+
{}
};
--
2.25.1
More information about the Intel-xe
mailing list