]> 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)
commit1b8be87170c43083c678669179022f7064afb254
tree008308c9dfd7a48ffbfb6647e70997360f1869d5
parentc0c2b69076a09798d9587892a4d27503e095859f
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