Skip to content

Commit 4088cac

Browse files
tilakttgregkh
authored andcommitted
drm/xe/xe3: Extend wa_14023061436
commit fa3376319b83ba8b7fd55f2c1a268dcbf9d6eedc upstream. Extend wa_14023061436 to Graphics Versions 30.03, 30.04 and 30.05. Signed-off-by: Tangudu Tilak Tirumalesh <[email protected]> Reviewed-by: Matt Roper <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Matt Roper <[email protected]> (cherry picked from commit 0dd656d06f50ae4cedf160634cf13fd9e0944cf7) Cc: [email protected] # v6.17+ Signed-off-by: Lucas De Marchi <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 8ce9c3c commit 4088cac

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
@@ -653,6 +653,8 @@ static const struct xe_rtp_entry_sr engine_was[] = {
653653
},
654654
{ XE_RTP_NAME("14023061436"),
655655
XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001),
656+
FUNC(xe_rtp_match_first_render_or_compute), OR,
657+
GRAPHICS_VERSION_RANGE(3003, 3005),
656658
FUNC(xe_rtp_match_first_render_or_compute)),
657659
XE_RTP_ACTIONS(SET(TDL_CHICKEN, QID_WAIT_FOR_THREAD_NOT_RUN_DISABLE))
658660
},

0 commit comments

Comments
 (0)