From: Akshata Jahagirdar Date: Fri, 14 Jun 2024 18:24:56 +0000 (-0700) Subject: drm/xe/xe2lpg: Add Wa_14021490052 X-Git-Tag: v6.11-rc1~141^2~16^2~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d7612ae201ec199b46bbf81a36cb4667e29d973;p=thirdparty%2Flinux.git drm/xe/xe2lpg: Add Wa_14021490052 Add Wa_14021490052 for Xe2LPG 20.04. Signed-off-by: Akshata Jahagirdar Reviewed-by: Matt Roper Signed-off-by: Matt Roper Link: https://patchwork.freedesktop.org/patch/msgid/20240614182455.2370059-2-matthew.d.roper@intel.com --- diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c index 18a4d5dd5a4c3..a2725a150441a 100644 --- a/drivers/gpu/drm/xe/xe_wa.c +++ b/drivers/gpu/drm/xe/xe_wa.c @@ -688,6 +688,15 @@ static const struct xe_rtp_entry_sr lrc_was[] = { XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER)), XE_RTP_ACTIONS(SET(WM_CHICKEN3, HIZ_PLANE_COMPRESSION_DIS)) }, + { XE_RTP_NAME("14021490052"), + XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER)), + XE_RTP_ACTIONS(SET(FF_MODE, + DIS_MESH_PARTIAL_AUTOSTRIP | + DIS_MESH_AUTOSTRIP), + SET(VFLSKPD, + DIS_PARTIAL_AUTOSTRIP | + DIS_AUTOSTRIP)) + }, /* Xe2_HPG */ { XE_RTP_NAME("15010599737"),