]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/xe/xe3: Extend wa_14023061436
authorTangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
Thu, 30 Oct 2025 15:46:26 +0000 (21:16 +0530)
committerMatt Roper <matthew.d.roper@intel.com>
Fri, 31 Oct 2025 15:58:40 +0000 (08:58 -0700)
Extend wa_14023061436 to Graphics Versions 30.03, 30.04
and 30.05.

Signed-off-by: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patch.msgid.link/20251030154626.3124565-1-tilak.tirumalesh.tangudu@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/xe_wa.c

index ec638b431131cadda6c3871a30f62f0aff09d9e7..81e62291af452329ccb3cbda9888e42b44afbcc6 100644 (file)
@@ -679,6 +679,8 @@ static const struct xe_rtp_entry_sr engine_was[] = {
        },
        { XE_RTP_NAME("14023061436"),
          XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001),
+                      FUNC(xe_rtp_match_first_render_or_compute), OR,
+                      GRAPHICS_VERSION_RANGE(3003, 3005),
                       FUNC(xe_rtp_match_first_render_or_compute)),
          XE_RTP_ACTIONS(SET(TDL_CHICKEN, QID_WAIT_FOR_THREAD_NOT_RUN_DISABLE))
        },