Skip to content

Commit f7597e3

Browse files
committed
Merge tag 'drm-intel-fixes-2023-02-16' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
- Moving gen11 hw wa to the right place. (Matt) Signed-off-by: Dave Airlie <[email protected]> From: Rodrigo Vivi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/Y+47eUvwbafER35/@intel.com
2 parents a2a04b5 + d5a1224 commit f7597e3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,13 @@ icl_gt_workarounds_init(struct intel_gt *gt, struct i915_wa_list *wal)
13551355
GAMT_CHKN_BIT_REG,
13561356
GAMT_CHKN_DISABLE_L3_COH_PIPE);
13571357

1358+
/*
1359+
* Wa_1408615072:icl,ehl (vsunit)
1360+
* Wa_1407596294:icl,ehl (hsunit)
1361+
*/
1362+
wa_write_or(wal, UNSLICE_UNIT_LEVEL_CLKGATE,
1363+
VSUNIT_CLKGATE_DIS | HSUNIT_CLKGATE_DIS);
1364+
13581365
/* Wa_1407352427:icl,ehl */
13591366
wa_write_or(wal, UNSLICE_UNIT_LEVEL_CLKGATE2,
13601367
PSDUNIT_CLKGATE_DIS);
@@ -2539,13 +2546,6 @@ rcs_engine_wa_init(struct intel_engine_cs *engine, struct i915_wa_list *wal)
25392546
wa_masked_en(wal, GEN9_CSFE_CHICKEN1_RCS,
25402547
GEN11_ENABLE_32_PLANE_MODE);
25412548

2542-
/*
2543-
* Wa_1408615072:icl,ehl (vsunit)
2544-
* Wa_1407596294:icl,ehl (hsunit)
2545-
*/
2546-
wa_write_or(wal, UNSLICE_UNIT_LEVEL_CLKGATE,
2547-
VSUNIT_CLKGATE_DIS | HSUNIT_CLKGATE_DIS);
2548-
25492549
/*
25502550
* Wa_1408767742:icl[a2..forever],ehl[all]
25512551
* Wa_1605460711:icl[a0..c0]

0 commit comments

Comments
 (0)