[PATCH 33/33] drm/omap: check if rotation is supported before commit

2016-02-24 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Friday 19 February 2016 11:48:08 Tomi Valkeinen wrote: > omapdrm is missing a check on the validity of the rotation property. > This leads to omapdrm possibly trying to use rotation on non-rotateable > framebuffer, which causes the overlay setup to fail. > >

[PATCH 33/33] drm/omap: check if rotation is supported before commit

2016-02-19 Thread Tomi Valkeinen
omapdrm is missing a check on the validity of the rotation property. This leads to omapdrm possibly trying to use rotation on non-rotateable framebuffer, which causes the overlay setup to fail. This patch adds the necessary check to omap_plane_atomic_check(). Signed-off-by: Tomi Valkeinen --- d