diff options
author | Ben Widawsky <benjamin.widawsky@intel.com> | 2013-10-24 09:59:12 -0700 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-10-27 16:04:42 +0100 |
commit | 8c7b72f20b5d197bf70e93e87046def20eaa3f36 (patch) | |
tree | b8f66aa02794396fe430d2fd770908c55acc0079 /drivers/gpu/drm/i915/i915_reg.h | |
parent | a74b0c481589762f28f35a26b2c77126f38de652 (diff) | |
download | op-kernel-dev-8c7b72f20b5d197bf70e93e87046def20eaa3f36.zip op-kernel-dev-8c7b72f20b5d197bf70e93e87046def20eaa3f36.tar.gz |
drm/i915: Remove WaFbcDisableDpfcClockGating on HSW
Production HSW does not need it. I confirmed this with Art.
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_reg.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_reg.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index e4fef04..47de41f 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h @@ -1106,9 +1106,6 @@ _HSW_PIPE_SLICE_CHICKEN_1_A, + \ _HSW_PIPE_SLICE_CHICKEN_1_B) -#define HSW_CLKGATE_DISABLE_PART_1 0x46500 -#define HSW_DPFC_GATING_DISABLE (1<<23) - /* * GPIO regs */ |