[PATCH 2/5] drm/omap: check that plane is inside crtc

2015-06-23 Thread Tomi Valkeinen
On 18/06/15 17:45, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Thursday 18 June 2015 13:10:36 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

[PATCH 2/5] drm/omap: check that plane is inside crtc

2015-06-18 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Thursday 18 June 2015 13:10:36 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

[PATCH 2/5] drm/omap: check that plane is inside crtc

2015-06-18 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,