summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2015-03-17 10:39:35 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-04-09 15:57:50 +0200
commit8232edb5f74af0f4664362fefab165e891a7fa68 (patch)
tree2316534871a8ac83fdedf8b7aba10452a1ec0185 /drivers/gpu/drm/i915/i915_drv.h
parentdrm/i915/bxt: Broxton DDB is 512 blocks (diff)
downloadlinux-8232edb5f74af0f4664362fefab165e891a7fa68.tar.xz
linux-8232edb5f74af0f4664362fefab165e891a7fa68.zip
drm/i915/bxt: Broxton raises the maximum number of planes to 4
Pipe A and b have 4 planes. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Reviewed-by: Antti Koskipää <antti.koskipaa@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 8341f0f2299f..2d402e49f7fd 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -130,7 +130,7 @@ enum transcoder {
*
* This value doesn't count the cursor plane.
*/
-#define I915_MAX_PLANES 3
+#define I915_MAX_PLANES 4
enum plane {
PLANE_A = 0,