]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/xe/xe3lpg: Extend Wa_15016589081 for xe3lpg
authorNitin Gote <nitin.r.gote@intel.com>
Thu, 6 Nov 2025 10:05:17 +0000 (15:35 +0530)
committerMatt Roper <matthew.d.roper@intel.com>
Thu, 6 Nov 2025 17:42:34 +0000 (09:42 -0800)
Wa_15016589081 applies to Xe3_LPG renderCS

Signed-off-by: Nitin Gote <nitin.r.gote@intel.com>
Link: https://patch.msgid.link/20251106100516.318863-2-nitin.r.gote@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/xe_wa.c

index 81e62291af452329ccb3cbda9888e42b44afbcc6..3764abca3d4f27bf6fddd1243d1476c441158637 100644 (file)
@@ -922,6 +922,11 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
          XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3005), ENGINE_CLASS(RENDER)),
          XE_RTP_ACTIONS(SET(XEHP_SLICE_COMMON_ECO_CHICKEN1, FAST_CLEAR_VALIGN_FIX))
        },
+       { XE_RTP_NAME("15016589081"),
+         XE_RTP_RULES(GRAPHICS_VERSION(3000), GRAPHICS_STEP(A0, B0),
+                      ENGINE_CLASS(RENDER)),
+         XE_RTP_ACTIONS(SET(CHICKEN_RASTER_1, DIS_CLIP_NEGATIVE_BOUNDING_BOX))
+       },
 };
 
 static __maybe_unused const struct xe_rtp_entry oob_was[] = {