Skip to content

Commit d9b5d83

Browse files
Tvrtko Ursulinlucasdemarchi
authored andcommitted
drm/xe/xelp: Move Wa_16011163337 from tunings to workarounds
Workaround database specifies 16011163337 as a workaround so lets move it there. Signed-off-by: Tvrtko Ursulin <[email protected]> Cc: Lucas De Marchi <[email protected]> Cc: Matt Roper <[email protected]> Cc: Gustavo Sousa <[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 25d434c commit d9b5d83

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

drivers/gpu/drm/xe/xe_tuning.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,6 @@ static const struct xe_rtp_entry_sr engine_tunings[] = {
9797
};
9898

9999
static const struct xe_rtp_entry_sr lrc_tunings[] = {
100-
{ XE_RTP_NAME("Tuning: ganged timer, also known as 16011163337"),
101-
XE_RTP_RULES(GRAPHICS_VERSION_RANGE(1200, 1210), ENGINE_CLASS(RENDER)),
102-
/* read verification is ignored due to 1608008084. */
103-
XE_RTP_ACTIONS(FIELD_SET_NO_READ_MASK(FF_MODE2,
104-
FF_MODE2_GS_TIMER_MASK,
105-
FF_MODE2_GS_TIMER_224))
106-
},
107-
108100
/* DG2 */
109101

110102
{ XE_RTP_NAME("Tuning: L3 cache"),

drivers/gpu/drm/xe/xe_wa.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,13 @@ static const struct xe_rtp_entry_sr engine_was[] = {
629629
};
630630

631631
static const struct xe_rtp_entry_sr lrc_was[] = {
632+
{ XE_RTP_NAME("16011163337"),
633+
XE_RTP_RULES(GRAPHICS_VERSION_RANGE(1200, 1210), ENGINE_CLASS(RENDER)),
634+
/* read verification is ignored due to 1608008084. */
635+
XE_RTP_ACTIONS(FIELD_SET_NO_READ_MASK(FF_MODE2,
636+
FF_MODE2_GS_TIMER_MASK,
637+
FF_MODE2_GS_TIMER_224))
638+
},
632639
{ XE_RTP_NAME("1409342910, 14010698770, 14010443199, 1408979724, 1409178076, 1409207793, 1409217633, 1409252684, 1409347922, 1409142259"),
633640
XE_RTP_RULES(GRAPHICS_VERSION_RANGE(1200, 1210)),
634641
XE_RTP_ACTIONS(SET(COMMON_SLICE_CHICKEN3,

0 commit comments

Comments
 (0)