drm/imx: lift 64x64 pixel minimum framebuffer size requirement
authorPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 27 Jan 2017 10:57:19 +0000 (11:57 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 17 Feb 2017 07:04:26 +0000 (08:04 +0100)
commitf57c511a9d1e8625879abd032e3cbf4bd25bbafa
tree008308c9dfd7a48ffbfb6647e70997360f1869d5
parentfc12bccda8b6f5c38139eceec9e369ed78091b2b
drm/imx: lift 64x64 pixel minimum framebuffer size requirement

There is no reason to limit framebuffer size to 64x64 pixels at a
minimum on creation. The actual scanout limitations (width >= 13 for the
base plane and height >= 2) are checked in atomic_check.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/imx/imx-drm-core.c