mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00

Manually rebased: target/linux/generic/hack-5.15/953-net-patch-linux-kernel-to-support-shortcut-fe.patch All other patches automatically rebased. Build system: x86_64 Fixes: #10071 Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
35 lines
1.0 KiB
Diff
35 lines
1.0 KiB
Diff
--- a/drivers/gpu/drm/i915/gt/intel_workarounds.c
|
|
+++ b/drivers/gpu/drm/i915/gt/intel_workarounds.c
|
|
@@ -1049,6 +1049,15 @@ icl_gt_workarounds_init(struct drm_i915_
|
|
GAMT_CHKN_BIT_REG,
|
|
GAMT_CHKN_DISABLE_L3_COH_PIPE);
|
|
|
|
+ /* Wa_1407352427:icl,ehl */
|
|
+ wa_write_or(wal, UNSLICE_UNIT_LEVEL_CLKGATE2,
|
|
+ PSDUNIT_CLKGATE_DIS);
|
|
+
|
|
+ /* Wa_1406680159:icl,ehl */
|
|
+ wa_write_or(wal,
|
|
+ SUBSLICE_UNIT_LEVEL_CLKGATE,
|
|
+ GWUNIT_CLKGATE_DIS);
|
|
+
|
|
/* Wa_1607087056:icl,ehl,jsl */
|
|
if (IS_ICELAKE(i915) ||
|
|
IS_JSL_EHL_GT_STEP(i915, STEP_A0, STEP_B0))
|
|
@@ -1745,15 +1754,6 @@ rcs_engine_wa_init(struct intel_engine_c
|
|
wa_write_or(wal, UNSLICE_UNIT_LEVEL_CLKGATE,
|
|
VSUNIT_CLKGATE_DIS | HSUNIT_CLKGATE_DIS);
|
|
|
|
- /* Wa_1407352427:icl,ehl */
|
|
- wa_write_or(wal, UNSLICE_UNIT_LEVEL_CLKGATE2,
|
|
- PSDUNIT_CLKGATE_DIS);
|
|
-
|
|
- /* Wa_1406680159:icl,ehl */
|
|
- wa_write_or(wal,
|
|
- SUBSLICE_UNIT_LEVEL_CLKGATE,
|
|
- GWUNIT_CLKGATE_DIS);
|
|
-
|
|
/*
|
|
* Wa_1408767742:icl[a2..forever],ehl[all]
|
|
* Wa_1605460711:icl[a0..c0]
|