]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Nov 2025 09:37:49 +0000 (10:37 +0100)
commit fa3376319b83ba8b7fd55f2c1a268dcbf9d6eedc upstream.

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>
(cherry picked from commit 0dd656d06f50ae4cedf160634cf13fd9e0944cf7)
Cc: stable@vger.kernel.org # v6.17+
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/xe/xe_wa.c

index 64b2378152375d023f126f719802faa72f350c22..08a865a826b9e34acb4d25b0c6946c6d87166143 100644 (file)
@@ -653,6 +653,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))
        },