Skip to content

Commit ae9faeb

Browse files
committed
drm/i915: Drop duplicate WaDisable4x2SubspanOptimization:hsw
Same workaround was listed two times - once under the Gen7 block and once under the Haswell section. Signed-off-by: Tvrtko Ursulin <[email protected]> Reviewed-by: Lucas De Marchi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent c3b1476 commit ae9faeb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,9 +1859,6 @@ rcs_engine_wa_init(struct intel_engine_cs *engine, struct i915_wa_list *wal)
18591859
CACHE_MODE_0_GEN7,
18601860
/* enable HiZ Raw Stall Optimization */
18611861
HIZ_RAW_STALL_OPT_DISABLE);
1862-
1863-
/* WaDisable4x2SubspanOptimization:hsw */
1864-
wa_masked_en(wal, CACHE_MODE_1, PIXEL_SUBSPAN_COLLECT_OPT_DISABLE);
18651862
}
18661863

18671864
if (IS_VALLEYVIEW(i915)) {

0 commit comments

Comments
 (0)