commit | f57c511a9d1e8625879abd032e3cbf4bd25bbafa | [log] [tgz] |
---|---|---|
author | Philipp Zabel <p.zabel@pengutronix.de> | Fri Jan 27 11:57:19 2017 +0100 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Fri Feb 17 08:04:26 2017 +0100 |
tree | 008308c9dfd7a48ffbfb6647e70997360f1869d5 | |
parent | fc12bccda8b6f5c38139eceec9e369ed78091b2b [diff] |
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>