diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2011-10-12 15:36:42 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-10-20 23:21:56 -0700 |
commit | d6c892df7e98b4fbd78f2365611935afbf3736d7 (patch) | |
tree | 6457faf301719232a2e67af519ed876942676cc8 /drivers/gpu/drm/i915/i915_reg.h | |
parent | d4270e57efe9e2536798c59e1ed2fd0a1e5cdfcf (diff) | |
download | op-kernel-dev-d6c892df7e98b4fbd78f2365611935afbf3736d7.zip op-kernel-dev-d6c892df7e98b4fbd78f2365611935afbf3736d7.tar.gz |
drm/i915: set watermarks for third pipe on IVB
The watermark reg for the third pipe is in an unusual offset; add
support for it and set watermarks for 3 pipe configs.
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Tested-By: Eugeni Dodonov <eugeni.dodonov@intel.com>
Reviewed-By: Eugeni Dodonov <eugeni.dodonov@intel.com>
Signed-off-by: Keith Packard <keithp@keithp.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 c7ef323..5a09416 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h @@ -2435,6 +2435,7 @@ #define WM0_PIPE_CURSOR_MASK (0x1f) #define WM0_PIPEB_ILK 0x45104 +#define WM0_PIPEC_IVB 0x45200 #define WM1_LP_ILK 0x45108 #define WM1_LP_SR_EN (1<<31) #define WM1_LP_LATENCY_SHIFT 24 |