mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 01:06:46 +09:00
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>
This commit is contained in:
committed by
Daniel Vetter
parent
43d735a686
commit
8232edb5f7
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user