Re: [PATCH] drm/imx: lift 64x64 pixel minimum framebuffer size requirement

2017-02-13 Thread Lucas Stach
Am Montag, den 13.02.2017, 10:46 +0100 schrieb Philipp Zabel: > 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

[PATCH] drm/imx: lift 64x64 pixel minimum framebuffer size requirement

2017-02-13 Thread Philipp Zabel
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 --- drivers/gpu/drm/imx/imx-drm-core.c | 4