Re: [PATCH 2/3] drm: rcar-du: Reject planes located fully off-screen

2017-09-28 Thread Daniel Vetter
On Thu, Sep 28, 2017 at 11:16 AM, Laurent Pinchart wrote: > Hi Daniel, > > On Thursday, 28 September 2017 10:10:34 EEST Daniel Vetter wrote: >> On Wed, Sep 27, 2017 at 07:58:42PM +0100, Kieran Bingham wrote: >> > Hi Laurent, >> > >> > Thankyou for the patch, >>

Re: [PATCH 2/3] drm: rcar-du: Reject planes located fully off-screen

2017-09-28 Thread Laurent Pinchart
Hi Daniel, On Thursday, 28 September 2017 10:10:34 EEST Daniel Vetter wrote: > On Wed, Sep 27, 2017 at 07:58:42PM +0100, Kieran Bingham wrote: > > Hi Laurent, > > > > Thankyou for the patch, > > > > This looks good, and passes the tests. > > > > On 16/08/17 00:03, Laurent Pinchart wrote: > > >

Re: [PATCH 2/3] drm: rcar-du: Reject planes located fully off-screen

2017-09-28 Thread Daniel Vetter
On Wed, Sep 27, 2017 at 07:58:42PM +0100, Kieran Bingham wrote: > Hi Laurent, > > Thankyou for the patch, > > This looks good, and passes the tests. > > On 16/08/17 00:03, Laurent Pinchart wrote: > > There is no point in accepting fully off-screen planes as they won't be > > displayed. Reject

Re: [PATCH 2/3] drm: rcar-du: Reject planes located fully off-screen

2017-09-27 Thread Kieran Bingham
Hi Laurent, Thankyou for the patch, This looks good, and passes the tests. On 16/08/17 00:03, Laurent Pinchart wrote: > There is no point in accepting fully off-screen planes as they won't be > displayed. Reject them in the atomic check. > > Signed-off-by: Laurent Pinchart

[PATCH 2/3] drm: rcar-du: Reject planes located fully off-screen

2017-08-15 Thread Laurent Pinchart
There is no point in accepting fully off-screen planes as they won't be displayed. Reject them in the atomic check. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/rcar-du/rcar_du_plane.c | 16 1 file changed, 16 insertions(+)