aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_reg.h
diff options
context:
space:
mode:
authorZhao Yakui <yakui.zhao@intel.com>2010-06-12 02:32:26 -0400
committerEric Anholt <eric@anholt.net>2010-08-01 22:03:43 -0400
commitc936f44d1b2daea2fd1d52300cab792abe01e28c (patch)
tree336c4098a9ca13fdec59d45bcb8473e147f02ca0 /drivers/gpu/drm/i915/i915_reg.h
parent4fe5e61180d8ea2268d6e64972d90efbe2bab4aa (diff)
drm/i915: Calculate cursor watermark under non-SR state for Ironlake
The hardware team suggest that the "large buffer" method should be used to calculate the cursor watermark under non-SR state as well, which is to avoid the flicker when FBC is enabled on Ironlake. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com> Signed-off-by: Eric Anholt <eric@anholt.net>
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 1f741a6d0b1..d0ccfa0c72d 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -2190,6 +2190,9 @@
2190#define ILK_DISPLAY_FIFO 128 2190#define ILK_DISPLAY_FIFO 128
2191#define ILK_DISPLAY_MAXWM 64 2191#define ILK_DISPLAY_MAXWM 64
2192#define ILK_DISPLAY_DFTWM 8 2192#define ILK_DISPLAY_DFTWM 8
2193#define ILK_CURSOR_FIFO 32
2194#define ILK_CURSOR_MAXWM 16
2195#define ILK_CURSOR_DFTWM 8
2193 2196
2194#define ILK_DISPLAY_SR_FIFO 512 2197#define ILK_DISPLAY_SR_FIFO 512
2195#define ILK_DISPLAY_MAX_SRWM 0x1ff 2198#define ILK_DISPLAY_MAX_SRWM 0x1ff