drm/xe/xe2lpm: Extend Wa_16021639441
authorNgai-Mint Kwan <ngai-mint.kwan@linux.intel.com>
Mon, 1 Jul 2024 18:46:37 +0000 (11:46 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 8 Jul 2024 15:25:16 +0000 (08:25 -0700)
Wa_16021639441 applies to Xe2_LPM.

Signed-off-by: Ngai-Mint Kwan <ngai-mint.kwan@linux.intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240701184637.531794-1-ngai-mint.kwan@linux.intel.com
drivers/gpu/drm/xe/xe_wa.c

index c7bf086..6c52d9d 100644 (file)
@@ -539,6 +539,16 @@ static const struct xe_rtp_entry_sr engine_was[] = {
          XE_RTP_ACTIONS(SET(HALF_SLICE_CHICKEN7, CLEAR_OPTIMIZATION_DISABLE))
        },
 
+       /* Xe2_LPM */
+
+       { XE_RTP_NAME("16021639441"),
+         XE_RTP_RULES(MEDIA_VERSION(2000)),
+         XE_RTP_ACTIONS(SET(CSFE_CHICKEN1(0),
+                            GHWSP_CSB_REPORT_DIS |
+                            PPHWSP_CSB_AND_TIMESTAMP_REPORT_DIS,
+                            XE_RTP_ACTION_FLAG(ENGINE_BASE)))
+       },
+
        /* Xe2_HPM */
 
        { XE_RTP_NAME("16021639441"),