]> www.infradead.org Git - linux.git/commitdiff
drm/xe/xe3lpg: Extend Wa_18034896535 to Xe3_LPG.
authorShekhar Chauhan <shekhar.chauhan@intel.com>
Tue, 15 Oct 2024 16:19:38 +0000 (21:49 +0530)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 16 Oct 2024 15:00:38 +0000 (08:00 -0700)
Extend Wa_18034896535 to Xe3_LPG (IP 30.00), steppings A0 to B0.

BSpec: 56852
Signed-off-by: Shekhar Chauhan <shekhar.chauhan@intel.com>
Reviewed-by: Sai Teja Pottumuttu <sai.teja.pottumuttu@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241015161938.845996-1-shekhar.chauhan@intel.com
drivers/gpu/drm/xe/xe_wa.c

index 0c90438e8e72bbc8cfb8e552664003bd2bc782e2..02cf647f86d8ead86adc128cb874bf989796ad5d 100644 (file)
@@ -602,6 +602,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
          XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001), FUNC(xe_rtp_match_first_render_or_compute)),
          XE_RTP_ACTIONS(SET(HALF_SLICE_CHICKEN7, CLEAR_OPTIMIZATION_DISABLE))
        },
+       { XE_RTP_NAME("18034896535"),
+         XE_RTP_RULES(GRAPHICS_VERSION(3000), GRAPHICS_STEP(A0, B0),
+                      FUNC(xe_rtp_match_first_render_or_compute)),
+         XE_RTP_ACTIONS(SET(ROW_CHICKEN4, DISABLE_TDL_PUSH))
+       },
 
        {}
 };