[PATCH 1/4] drm: add generic zpos property

2016-05-24 Thread Ville Syrjälä
On Tue, May 24, 2016 at 05:01:02PM +0300, Laurent Pinchart wrote: > Hi Ville, > > On Thursday 12 May 2016 23:54:09 Ville Syrjälä wrote: > > On Thu, May 12, 2016 at 11:15:42PM +0300, Laurent Pinchart wrote: > > > On Thursday 12 May 2016 22:46:05 Ville Syrjälä wrote: > > >> On Thu, May 12, 2016

[PATCH 1/4] drm: add generic zpos property

2016-05-24 Thread Laurent Pinchart
Hi Ville, On Thursday 12 May 2016 23:54:09 Ville Syrjälä wrote: > On Thu, May 12, 2016 at 11:15:42PM +0300, Laurent Pinchart wrote: > > On Thursday 12 May 2016 22:46:05 Ville Syrjälä wrote: > >> On Thu, May 12, 2016 at 10:20:12PM +0300, Laurent Pinchart wrote: > >>> On Thursday 12 May 2016 14:

[PATCH 1/4] drm: add generic zpos property

2016-05-12 Thread Ville Syrjälä
On Thu, May 12, 2016 at 11:15:42PM +0300, Laurent Pinchart wrote: > Hi Ville, > > On Thursday 12 May 2016 22:46:05 Ville Syrjälä wrote: > > On Thu, May 12, 2016 at 10:20:12PM +0300, Laurent Pinchart wrote: > > > On Thursday 12 May 2016 14:51:55 Ville Syrjälä wrote: > > >> On Thu, May 12, 2016

[PATCH 1/4] drm: add generic zpos property

2016-05-12 Thread Laurent Pinchart
Hi Ville, On Thursday 12 May 2016 22:46:05 Ville Syrjälä wrote: > On Thu, May 12, 2016 at 10:20:12PM +0300, Laurent Pinchart wrote: > > On Thursday 12 May 2016 14:51:55 Ville Syrjälä wrote: > >> On Thu, May 12, 2016 at 12:28:19PM +0200, Benjamin Gaignard wrote: > >>> From: Marek Szyprowski >

[PATCH 1/4] drm: add generic zpos property

2016-05-12 Thread Ville Syrjälä
On Thu, May 12, 2016 at 10:20:12PM +0300, Laurent Pinchart wrote: > Hi Ville, > > On Thursday 12 May 2016 14:51:55 Ville Syrjälä wrote: > > On Thu, May 12, 2016 at 12:28:19PM +0200, Benjamin Gaignard wrote: > > > From: Marek Szyprowski > > > > > > This patch adds support for generic plane's zp

[PATCH 1/4] drm: add generic zpos property

2016-05-12 Thread Laurent Pinchart
Hi Ville, On Thursday 12 May 2016 14:51:55 Ville Syrjälä wrote: > On Thu, May 12, 2016 at 12:28:19PM +0200, Benjamin Gaignard wrote: > > From: Marek Szyprowski > > > > This patch adds support for generic plane's zpos property property with > > well-defined semantics: > > - added zpos propertie

[PATCH 1/4] drm: add generic zpos property

2016-05-12 Thread Laurent Pinchart
On Thursday 12 May 2016 15:36:07 Daniel Vetter wrote: > On Thu, May 12, 2016 at 12:28:19PM +0200, Benjamin Gaignard wrote: > > From: Marek Szyprowski > > > > This patch adds support for generic plane's zpos property property with > > well-defined semantics: > > - added zpos properties to plane an

[PATCH 1/4] drm: add generic zpos property

2016-05-12 Thread Daniel Vetter
On Thu, May 12, 2016 at 12:28:19PM +0200, Benjamin Gaignard wrote: > From: Marek Szyprowski > > This patch adds support for generic plane's zpos property property with > well-defined semantics: > - added zpos properties to plane and plane state structures > - added helpers for normalizing zpos pr

[PATCH 1/4] drm: add generic zpos property

2016-05-12 Thread Javier Martinez Canillas
> > And please update the subject as well to include the version number. You can > use > > $ git format-patch --cover --subject-prefix 'PATCH vX' > And git even has a -v option now, so this could just be: $ git format-patch --cover -vX Best regards, Javier

[PATCH 1/4] drm: add generic zpos property

2016-05-12 Thread Ville Syrjälä
On Thu, May 12, 2016 at 12:28:19PM +0200, Benjamin Gaignard wrote: > From: Marek Szyprowski > > This patch adds support for generic plane's zpos property property with > well-defined semantics: > - added zpos properties to plane and plane state structures > - added helpers for normalizing zpos pr

[PATCH 1/4] drm: add generic zpos property

2016-05-12 Thread Benjamin Gaignard
From: Marek Szyprowski This patch adds support for generic plane's zpos property property with well-defined semantics: - added zpos properties to plane and plane state structures - added helpers for normalizing zpos properties of given set of planes - well defined semantics: planes are sorted by

[PATCH 1/4] drm: add generic zpos property

2016-05-11 Thread Laurent Pinchart
Hi Benjamin, On Wednesday 11 May 2016 14:05:49 Benjamin Gaignard wrote: > 2016-05-11 13:24 GMT+02:00 Laurent Pinchart: > > On Wednesday 11 May 2016 12:25:05 Benjamin Gaignard wrote: > >> This patch adds support for generic plane's zpos property property with > >> well-defined semantics: > >> - add

[PATCH 1/4] drm: add generic zpos property

2016-05-11 Thread Daniel Vetter
On Wed, May 11, 2016 at 12:25:05PM +0200, Benjamin Gaignard wrote: > This patch adds support for generic plane's zpos property property with > well-defined semantics: > - added zpos properties to plane and plane state structures > - added helpers for normalizing zpos properties of given set of plan

[PATCH 1/4] drm: add generic zpos property

2016-05-11 Thread Benjamin Gaignard
From: Marek Szyprowski This patch adds support for generic plane's zpos property property with well-defined semantics: - added zpos properties to plane and plane state structures - added helpers for normalizing zpos properties of given set of planes - well defined semantics: planes are sorted by

[PATCH 1/4] drm: add generic zpos property

2016-05-11 Thread Laurent Pinchart
Hi Benjamin, Thank you for the patch. I would have started working on this next week, thanks for beating me to it :-) On Wednesday 11 May 2016 12:25:05 Benjamin Gaignard wrote: > This patch adds support for generic plane's zpos property property with > well-defined semantics: > - added zpos pro

[PATCH 1/4] drm: add generic zpos property

2016-05-11 Thread Benjamin Gaignard
Hi Laurent, 2016-05-11 13:24 GMT+02:00 Laurent Pinchart : > Hi Benjamin, > > Thank you for the patch. > > I would have started working on this next week, thanks for beating me to it > :-) > > On Wednesday 11 May 2016 12:25:05 Benjamin Gaignard wrote: >> This patch adds support for generic plane's

[PATCH 1/4] drm: add generic zpos property

2016-05-11 Thread Krzysztof Kozlowski
On 05/11/2016 12:25 PM, Benjamin Gaignard wrote: > This patch adds support for generic plane's zpos property property with > well-defined semantics: > - added zpos properties to plane and plane state structures > - added helpers for normalizing zpos properties of given set of planes > - well define

[PATCH 1/4] drm: add generic zpos property

2016-05-11 Thread Benjamin Gaignard
This patch adds support for generic plane's zpos property property with well-defined semantics: - added zpos properties to plane and plane state structures - added helpers for normalizing zpos properties of given set of planes - well defined semantics: planes are sorted by zpos values and then plan