drm: omapdrm: fb: Limit number of planes per framebuffer to two
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sat, 26 Mar 2016 17:24:01 +0000 (19:24 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 19 Dec 2016 09:24:52 +0000 (11:24 +0200)
commit4d20dfc053c7e0b2d155cbc6cb0817717753e2b5
tree569e1a59ef6b4da16d416f0c5ca1f5ccce0b4d5e
parentef6503e8919430bb05bae2155b29fb62bcdf87b3
drm: omapdrm: fb: Limit number of planes per framebuffer to two

The only multi-planar format supported by the driver is NV12, there will
thus never be more than two planes per framebuffer.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_fb.c