projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2538cb
)
drm/i915/icl: Remove Wa_1604302699
author
Tvrtko Ursulin
<
[email protected]
>
Thu, 29 Nov 2018 13:46:30 +0000
(13:46 +0000)
committer
Tvrtko Ursulin
<
[email protected]
>
Fri, 30 Nov 2018 10:19:45 +0000
(10:19 +0000)
It seems that the documentation does not reference this any more, plus,
bit 28 does not stick when written to the register.
Therefore I can only assume this is something which was documented in the
past but got removed from the hardware in the meantime.
Signed-off-by: Tvrtko Ursulin <
[email protected]
>
Cc: Mika Kuoppala <
[email protected]
>
Reviewed-by: Mika Kuoppala <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/i915/intel_workarounds.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_workarounds.c
b/drivers/gpu/drm/i915/intel_workarounds.c
index 39cd1f823ea9b77cc292f06c596e7f8d56448152..e5cd6c6c66c3d2e5dc5c58e978db08844fb93fc2 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_workarounds.c
+++ b/
drivers/gpu/drm/i915/intel_workarounds.c
@@
-882,11
+882,6
@@
static void icl_gt_workarounds_apply(struct drm_i915_private *dev_priv)
I915_READ(SUBSLICE_UNIT_LEVEL_CLKGATE) |
GWUNIT_CLKGATE_DIS);
- /* Wa_1604302699:icl */
- I915_WRITE(GEN10_L3_CHICKEN_MODE_REGISTER,
- I915_READ(GEN10_L3_CHICKEN_MODE_REGISTER) |
- GEN11_I2M_WRITE_DISABLE);
-
/* Wa_1406838659:icl (pre-prod) */
if (IS_ICL_REVID(dev_priv, ICL_REVID_A0, ICL_REVID_B0))
I915_WRITE(INF_UNIT_LEVEL_CLKGATE,