From: Shekhar Chauhan Date: Wed, 24 Apr 2024 03:42:47 +0000 (+0530) Subject: drm/xe/xe2hpg: Add Wa_14021490052 X-Git-Tag: v6.11-rc1~141^2~26^2~181 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb442bfb9b3d1bc6ebd9fc64fa566e12d64627ce;p=thirdparty%2Fkernel%2Flinux.git drm/xe/xe2hpg: Add Wa_14021490052 Add Wa_14021490052 for Xe2HPG 20.01. Signed-off-by: Shekhar Chauhan Reviewed-by: Gustavo Sousa Link: https://patchwork.freedesktop.org/patch/msgid/20240424034247.1352755-1-shekhar.chauhan@intel.com Signed-off-by: Lucas De Marchi --- diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c index 9d9b7fa7a8f0a..4266ffac3503d 100644 --- a/drivers/gpu/drm/xe/xe_wa.c +++ b/drivers/gpu/drm/xe/xe_wa.c @@ -692,6 +692,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)) + }, {} };