Skip to content

Commit 97137bd

Browse files
committed
drm/i915/dg2: Drop Wa_22014600077
This workaround has been dropped from all DG2 variants in the latest workaround database update. Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20231127190043.4099109-2-matthew.d.roper@intel.com
1 parent 5032c60 commit 97137bd

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

drivers/gpu/drm/i915/gt/intel_workarounds.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2357,14 +2357,6 @@ rcs_engine_wa_init(struct intel_engine_cs *engine, struct i915_wa_list *wal)
23572357
0, true);
23582358
}
23592359

2360-
if (IS_DG2_G11(i915) || IS_DG2_G10(i915)) {
2361-
/* Wa_22014600077:dg2 */
2362-
wa_mcr_add(wal, GEN10_CACHE_MODE_SS, 0,
2363-
_MASKED_BIT_ENABLE(ENABLE_EU_COUNT_FOR_TDL_FLUSH),
2364-
0 /* Wa_14012342262 write-only reg, so skip verification */,
2365-
true);
2366-
}
2367-
23682360
if (IS_DG2(i915) || IS_ALDERLAKE_P(i915) || IS_ALDERLAKE_S(i915) ||
23692361
IS_DG1(i915) || IS_ROCKETLAKE(i915) || IS_TIGERLAKE(i915)) {
23702362
/*

0 commit comments

Comments
 (0)