Skip to content

Commit f3799ff

Browse files
committed
Revert "drm/i915: Implement Wa_1508744258"
This workarounds are causing hangs, because I missed the fact that it needs to be enabled for all cases and disabled when doing a resolve pass. So KMD only needs to whitelist it and UMD will be the one setting it on per case. This reverts commit 28ec02c. Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/4145 Signed-off-by: José Roberto de Souza <[email protected]> Fixes: 28ec02c ("drm/i915: Implement Wa_1508744258") Reviewed-by: Matt Atwood <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent ff20afc commit f3799ff

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -637,13 +637,6 @@ static void gen12_ctx_workarounds_init(struct intel_engine_cs *engine,
637637
FF_MODE2_GS_TIMER_MASK,
638638
FF_MODE2_GS_TIMER_224,
639639
0, false);
640-
641-
/*
642-
* Wa_14012131227:dg1
643-
* Wa_1508744258:tgl,rkl,dg1,adl-s,adl-p
644-
*/
645-
wa_masked_en(wal, GEN7_COMMON_SLICE_CHICKEN1,
646-
GEN9_RHWO_OPTIMIZATION_DISABLE);
647640
}
648641

649642
static void dg1_ctx_workarounds_init(struct intel_engine_cs *engine,

0 commit comments

Comments
 (0)