[PATCHv2 2/7] drm/omap: check that plane is inside crtc

2015-07-02 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Thursday 02 July 2015 15:35:31 Tomi Valkeinen wrote: > 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

[PATCHv2 2/7] drm/omap: check that plane is inside crtc

2015-07-02 Thread Tomi Valkeinen
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 --- drivers/gpu/drm/omapdrm/omap_plane.c | 26 ++ 1 file changed,