commit | 1e90711d237fef7b3781706d8202304b1e646271 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Aug 23 12:35:39 2016 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Apr 03 12:36:40 2017 +0300 |
tree | 1e4c3baed46ed6fe20e945c9b3895480703c6822 | |
parent | 0e81798e21ae2fb9744c8727383977ddbf8a3cf9 [diff] |
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>