]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
drm/xe/xe2lpg: Extend workaround 14021402888
authorBommu Krishnaiah <krishnaiah.bommu@intel.com>
Wed, 3 Jul 2024 09:07:54 +0000 (14:37 +0530)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 9 Jul 2024 14:14:06 +0000 (07:14 -0700)
workaround 14021402888 also applies to Xe2_LPG.
Replicate the existing entry to one specific for Xe2_LPG.

Signed-off-by: Bommu Krishnaiah <krishnaiah.bommu@intel.com>
Cc: Tejas Upadhyay <tejas.upadhyay@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240703090754.1323647-1-krishnaiah.bommu@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_wa.c

index 6c52d9d02b5fd95390be8f128f7966ac1b951be3..fd009b2c68fa6072d38472cb7fd5116f805d9814 100644 (file)
@@ -486,6 +486,10 @@ static const struct xe_rtp_entry_sr engine_was[] = {
          XE_RTP_RULES(GRAPHICS_VERSION(2004), FUNC(xe_rtp_match_first_render_or_compute)),
          XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, SLM_WMTP_RESTORE))
        },
+       { XE_RTP_NAME("14021402888"),
+         XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER)),
+         XE_RTP_ACTIONS(SET(HALF_SLICE_CHICKEN7, CLEAR_OPTIMIZATION_DISABLE))
+       },
 
        /* Xe2_HPG */