]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb5f3e896141af81c78a1d3cedf0e391ebf3d5918
tree008308c9dfd7a48ffbfb6647e70997360f1869d5
parentb48d4946e1d5c40e5c3e3fd156e311028898be8b
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