[PATCH v5 1/5] drm: add generic zpos property

2016-05-09 Thread Tobias Jakobi
Hello, just voicing my interest in having this feature in DRM core. - Tobias Daniel Vetter wrote: > On Mon, May 09, 2016 at 10:42:45AM +0200, Benjamin Gaignard wrote: >> Hello, >> >> I little up in this topic. >> If generic z-order patches can't land into drm core, >> I wille have to resend

[PATCH v5 1/5] drm: add generic zpos property

2016-05-09 Thread Daniel Vetter
On Mon, May 09, 2016 at 10:42:45AM +0200, Benjamin Gaignard wrote: > Hello, > > I little up in this topic. > If generic z-order patches can't land into drm core, > I wille have to resend the patch to enable it within STI driver: >

[PATCH v5 1/5] drm: add generic zpos property

2016-05-09 Thread Benjamin Gaignard
Hello, I little up in this topic. If generic z-order patches can't land into drm core, I wille have to resend the patch to enable it within STI driver: https://lists.freedesktop.org/archives/dri-devel/2016-January/098140.html Regards, Benjamin 2016-04-01 14:48 GMT+02:00 Benjamin Gaignard : >

[PATCH v5 1/5] drm: add generic zpos property

2016-04-01 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

[PATCH v5 1/5] drm: add generic zpos property

2016-03-23 Thread Benjamin Gaignard
Hello Marek, Ville, How can we progress in this ? and how can I help you to get this generic zpos property merge into drm ? Regards, Benjamin 2016-02-29 16:12 GMT+01:00 Ville Syrjälä : > On Wed, Jan 27, 2016 at 03:44:39PM +0100, Marek Szyprowski wrote: >> This patch adds support for generic

[PATCH v5 1/5] drm: add generic zpos property

2016-02-29 Thread Ville Syrjälä
On Wed, Jan 27, 2016 at 03:44:39PM +0100, Marek Szyprowski wrote: > This patch adds support for generic plane's zpos property property with > well-defined semantics: > - added zpos properties to drm core and plane state structures > - added helpers for normalizing zpos properties of given set of

[PATCH v5 1/5] drm: add generic zpos property

2016-01-27 Thread Marek Szyprowski
This patch adds support for generic plane's zpos property property with well-defined semantics: - added zpos properties to drm core 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