From: Tejas Upadhyay Date: Mon, 3 Jun 2024 10:49:51 +0000 (+0530) Subject: drm/xe/xe2lpg: Add permanent wa_14020756599 X-Git-Tag: v6.11-rc1~141^2~26^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c393538e01a1b92a63899023857b8140100ca7f3;p=thirdparty%2Fkernel%2Flinux.git drm/xe/xe2lpg: Add permanent wa_14020756599 For xe2_lpg render Wa_14020756599 is applied to all steppings. Reviewed-by: Himal Prasad Ghimiray Signed-off-by: Tejas Upadhyay Signed-off-by: Matthew Brost Link: https://patchwork.freedesktop.org/patch/msgid/20240603104951.705603-3-tejas.upadhyay@intel.com --- diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c index 321ea100a4911..26b170a0cdc7e 100644 --- a/drivers/gpu/drm/xe/xe_wa.c +++ b/drivers/gpu/drm/xe/xe_wa.c @@ -677,6 +677,10 @@ static const struct xe_rtp_entry_sr lrc_was[] = { ENGINE_CLASS(RENDER)), XE_RTP_ACTIONS(SET(CHICKEN_RASTER_2, TBIMR_FAST_CLIP)) }, + { XE_RTP_NAME("14020756599"), + XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER)), + XE_RTP_ACTIONS(SET(WM_CHICKEN3, HIZ_PLANE_COMPRESSION_DIS)) + }, /* Xe2_HPG */ { XE_RTP_NAME("15010599737"),