Skip to content

Commit fa33763

Browse files
tilakttLucas De Marchi
authored andcommitted
drm/xe/xe3: Extend wa_14023061436
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 0dd656d) Cc: stable@vger.kernel.org # v6.17+ Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
1 parent 0b2f7be commit fa33763

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/gpu/drm/xe/xe_wa.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,8 @@ static const struct xe_rtp_entry_sr engine_was[] = {
679679
},
680680
{ XE_RTP_NAME("14023061436"),
681681
XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001),
682+
FUNC(xe_rtp_match_first_render_or_compute), OR,
683+
GRAPHICS_VERSION_RANGE(3003, 3005),
682684
FUNC(xe_rtp_match_first_render_or_compute)),
683685
XE_RTP_ACTIONS(SET(TDL_CHICKEN, QID_WAIT_FOR_THREAD_NOT_RUN_DISABLE))
684686
},

0 commit comments

Comments
 (0)