diff options
author | Mika Kuoppala <mika.kuoppala@linux.intel.com> | 2016-06-07 10:19:05 -0400 |
---|---|---|
committer | Mika Kuoppala <mika.kuoppala@intel.com> | 2016-06-08 09:24:23 -0400 |
commit | 8aeb7f624fbf8a68a9c67f831d4158a0f80ea920 (patch) | |
tree | 5cd081ad003ddb47880462919e4cea5c2de1270c /drivers/gpu/drm/i915/i915_reg.h | |
parent | b033bb6d5d3a0e51d56b3ba929a8db4e18da0892 (diff) |
drm/i915/kbl: Add WaDisableGamClockGating
According to bspec we need to disable gam unit clock gating on
on kbl revids A0 and B0.
References: HSD#2226858, HSD#1944358
Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1465309159-30531-14-git-send-email-mika.kuoppala@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/i915_reg.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index 98f05a2ecc40..4144fb7064f1 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h | |||
@@ -6938,6 +6938,7 @@ enum skl_disp_power_wells { | |||
6938 | #define EDRAM_SETS_IDX(cap) (((cap) >> 8) & 0x3) | 6938 | #define EDRAM_SETS_IDX(cap) (((cap) >> 8) & 0x3) |
6939 | 6939 | ||
6940 | #define GEN6_UCGCTL1 _MMIO(0x9400) | 6940 | #define GEN6_UCGCTL1 _MMIO(0x9400) |
6941 | # define GEN6_GAMUNIT_CLOCK_GATE_DISABLE (1 << 22) | ||
6941 | # define GEN6_EU_TCUNIT_CLOCK_GATE_DISABLE (1 << 16) | 6942 | # define GEN6_EU_TCUNIT_CLOCK_GATE_DISABLE (1 << 16) |
6942 | # define GEN6_BLBUNIT_CLOCK_GATE_DISABLE (1 << 5) | 6943 | # define GEN6_BLBUNIT_CLOCK_GATE_DISABLE (1 << 5) |
6943 | # define GEN6_CSUNIT_CLOCK_GATE_DISABLE (1 << 7) | 6944 | # define GEN6_CSUNIT_CLOCK_GATE_DISABLE (1 << 7) |