]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit79280a7796da6727b7cf4ff361ea1ccd6177aad7
tree1e4c3baed46ed6fe20e945c9b3895480703c6822
parentea8cd6477f8f624ec263f6f5d3f01398dacd9800
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