drm/omap: decrease min width & height
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 23 Aug 2016 09:35:39 +0000 (12:35 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 3 Apr 2017 09:36:40 +0000 (12:36 +0300)
commit1e90711d237fef7b3781706d8202304b1e646271
tree1e4c3baed46ed6fe20e945c9b3895480703c6822
parent0e81798e21ae2fb9744c8727383977ddbf8a3cf9
drm/omap: decrease min width & height

mode_config's min_width and min_height are both set to 32, which is
overly restrictive.

The real limits depend on whether we're configuring a crtc or a plane,
but a limit of 8x2 is safe for both cases.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/omapdrm/omap_drv.c