projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d735a
)
drm/i915/bxt: Broxton raises the maximum number of planes to 4
author
Damien Lespiau
<damien.lespiau@intel.com>
Tue, 17 Mar 2015 09:39:35 +0000
(11:39 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Thu, 9 Apr 2015 13:57:50 +0000
(15:57 +0200)
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>
drivers/gpu/drm/i915/i915_drv.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_drv.h
b/drivers/gpu/drm/i915/i915_drv.h
index
8341f0f
..
2d402e4
100644
(file)
--- 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,