drm/omap: check that plane is inside crtc
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 16 Jun 2015 11:54:51 +0000 (14:54 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 2 Jul 2015 12:57:58 +0000 (15:57 +0300)
DRM allows planes to be partially off-screen, but DSS hardware does not.
This patch adds the necessary check to reject plane configs if the plane
is not fully inside the crtc.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

No differences found