Skip to content

Commit 72641d8

Browse files
zehortigozarodrigovivi
authored andcommitted
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] (cherry picked from commit f3799ff) Signed-off-by: Rodrigo Vivi <[email protected]>
1 parent a44f42b commit 72641d8

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
@@ -621,13 +621,6 @@ static void gen12_ctx_workarounds_init(struct intel_engine_cs *engine,
621621
FF_MODE2_GS_TIMER_MASK,
622622
FF_MODE2_GS_TIMER_224,
623623
0, false);
624-
625-
/*
626-
* Wa_14012131227:dg1
627-
* Wa_1508744258:tgl,rkl,dg1,adl-s,adl-p
628-
*/
629-
wa_masked_en(wal, GEN7_COMMON_SLICE_CHICKEN1,
630-
GEN9_RHWO_OPTIMIZATION_DISABLE);
631624
}
632625

633626
static void dg1_ctx_workarounds_init(struct intel_engine_cs *engine,

0 commit comments

Comments
 (0)