[PATCH] drm/xe/xe2hpg: Add Wa_14021490052

Gustavo Sousa gustavo.sousa at intel.com
Tue Apr 23 13:12:54 UTC 2024


Quoting Shekhar Chauhan (2024-04-23 04:10:39-03:00)
>Add Wa_14021490052 for Xe2HPG 20.01.
>
>Signed-off-by: Shekhar Chauhan <shekhar.chauhan at intel.com>
>---
> drivers/gpu/drm/xe/xe_wa.c | 10 +++++++++-
> 1 file changed, 9 insertions(+), 1 deletion(-)
>
>diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
>index dcf7ed51757c..078d23dad817 100644
>--- a/drivers/gpu/drm/xe/xe_wa.c
>+++ b/drivers/gpu/drm/xe/xe_wa.c
>@@ -687,7 +687,15 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
>           XE_RTP_RULES(GRAPHICS_VERSION(2001), ENGINE_CLASS(RENDER)),
>           XE_RTP_ACTIONS(SET(WM_CHICKEN3, HIZ_PLANE_COMPRESSION_DIS))
>         },
>-
>+        { XE_RTP_NAME("14021490052"),
>+          XE_RTP_RULES(GRAPHICS_VERSION(2001), ENGINE_CLASS(RENDER)),
>+          XE_RTP_ACTIONS(SET(FF_MODE,
>+                             DIS_MESH_PARTIAL_AUTOSTRIP |
>+                             DIS_MESH_AUTOSTRIP),
>+                         SET(VFLSKPD,
>+                             DIS_PARTIAL_AUTOSTRIP |
>+                             DIS_AUTOSTRIP))
>+        },

The style for this file has been to keep a blank line before the
sentinel entry (i.e. {}).

With that minor fix,

Reviewed-by: Gustavo Sousa <gustavo.sousa at intel.com>

>         {}
> };
> 
>-- 
>2.34.1
>


More information about the Intel-xe mailing list