summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_reg.h
diff options
context:
space:
mode:
authorRodrigo Vivi2018-03-07 23:09:12 +0100
committerRodrigo Vivi2018-03-08 00:54:31 +0100
commita4713c5a8d612b4a3445874a9eb8af5a92c08bd0 (patch)
tree40e5832207e534e75bfed406fc94a8508616c35b /drivers/gpu/drm/i915/i915_reg.h
parentdrm/i915/icl: Gen11 forcewake support (diff)
downloadkernel-qcow2-linux-a4713c5a8d612b4a3445874a9eb8af5a92c08bd0.tar.gz
kernel-qcow2-linux-a4713c5a8d612b4a3445874a9eb8af5a92c08bd0.tar.xz
kernel-qcow2-linux-a4713c5a8d612b4a3445874a9eb8af5a92c08bd0.zip
drm/i915/cnl: Add Wa_2201832410
"Clock gating bug in GWL may not clear barrier state when an EOT is received, causing a hang the next time that barrier is used." HSDES: 2201832410 Cc: Rafael Antognolli <rafael.antognolli@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180307220912.3681-1-rodrigo.vivi@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/i915_reg.h')
-rw-r--r--drivers/gpu/drm/i915/i915_reg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
index 10580826319e..9e765462ca44 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -3965,6 +3965,9 @@ enum {
#define SARBUNIT_CLKGATE_DIS (1 << 5)
#define RCCUNIT_CLKGATE_DIS (1 << 7)
+#define SUBSLICE_UNIT_LEVEL_CLKGATE _MMIO(0x9524)
+#define GWUNIT_CLKGATE_DIS (1 << 16)
+
#define UNSLICE_UNIT_LEVEL_CLKGATE _MMIO(0x9434)
#define VFUNIT_CLKGATE_DIS (1 << 20)