Skip to content

Commit 96f1826

Browse files
Tvrtko Ursulinlucasdemarchi
authored andcommitted
drm/xe/xelp: Add Wa_1604555607
According to the i915 code base and as confirmed in the workaround database, apart from setting the GS timer, all XeLP platforms should also set the TDS timer. Signed-off-by: Tvrtko Ursulin <[email protected]> References: 2b5298b ("drm/i915/gen12: Add recommended hardware tuning value") Cc: Lucas De Marchi <[email protected]> Cc: Matt Roper <[email protected]> Cc: Gustavo Sousa <[email protected]> Reviewed-by: Matt Roper <[email protected]> Reviewed-by: Lucas De Marchi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Lucas De Marchi <[email protected]>
1 parent d9b5d83 commit 96f1826

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/gpu/drm/xe/xe_wa.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,13 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
636636
FF_MODE2_GS_TIMER_MASK,
637637
FF_MODE2_GS_TIMER_224))
638638
},
639+
{ XE_RTP_NAME("1604555607"),
640+
XE_RTP_RULES(GRAPHICS_VERSION_RANGE(1200, 1210), ENGINE_CLASS(RENDER)),
641+
/* read verification is ignored due to 1608008084. */
642+
XE_RTP_ACTIONS(FIELD_SET_NO_READ_MASK(FF_MODE2,
643+
FF_MODE2_TDS_TIMER_MASK,
644+
FF_MODE2_TDS_TIMER_128))
645+
},
639646
{ XE_RTP_NAME("1409342910, 14010698770, 14010443199, 1408979724, 1409178076, 1409207793, 1409217633, 1409252684, 1409347922, 1409142259"),
640647
XE_RTP_RULES(GRAPHICS_VERSION_RANGE(1200, 1210)),
641648
XE_RTP_ACTIONS(SET(COMMON_SLICE_CHICKEN3,

0 commit comments

Comments
 (0)