Re: [PATCH 3/3] drm: rcar-du: Clip planes to screen boundaries

2017-09-27 Thread Kieran Bingham
Hi Laurent, Thanks for the patch, On 16/08/17 00:03, Laurent Pinchart wrote: > Unlike the KMS API, the hardware doesn't support planes exceeding the > screen boundaries. Clip plane coordinates to support the use case. > > Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham > --- > d

[PATCH 3/3] drm: rcar-du: Clip planes to screen boundaries

2017-08-15 Thread Laurent Pinchart
Unlike the KMS API, the hardware doesn't support planes exceeding the screen boundaries. Clip plane coordinates to support the use case. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/rcar-du/rcar_du_plane.c | 66 + drivers/gpu/drm/rcar-du/rcar_du_plane.h |