[PATCH 2/5] drm: sti: add atomic get/set properties for planes

2016-01-13 Thread Daniel Vetter
On Wed, Jan 13, 2016 at 09:53:32AM +0100, Benjamin Gaignard wrote: > Hi, > > I have been able to implement zpos in generic way using Marek's patches (v3) > so I'm abandon this patch and wait to see Marek's patches merged to propose > a new one. Imo Marek's patch is pretty much ready. Feel like do

[PATCH 2/5] drm: sti: add atomic get/set properties for planes

2016-01-13 Thread Benjamin Gaignard
Hi, I have been able to implement zpos in generic way using Marek's patches (v3) so I'm abandon this patch and wait to see Marek's patches merged to propose a new one. Regards, Benjamin 2016-01-07 15:47 GMT+01:00 Daniel Vetter : > On Thu, Jan 07, 2016 at 03:05:02PM +0100, Benjamin Gaignard wrot

[PATCH 2/5] drm: sti: add atomic get/set properties for planes

2016-01-07 Thread Daniel Vetter
On Thu, Jan 07, 2016 at 03:05:02PM +0100, Benjamin Gaignard wrote: > zpos property isn't new in sti driver only the atomic set/get functions are > new. > Without those functions atomictest failed to discover any of the other > atomic planes properties. > > I agree with you, zpos should be generic

[PATCH 2/5] drm: sti: add atomic get/set properties for planes

2016-01-07 Thread Benjamin Gaignard
zpos property isn't new in sti driver only the atomic set/get functions are new. Without those functions atomictest failed to discover any of the other atomic planes properties. I agree with you, zpos should be generic and I could work with Marek for that but if this patch isn't merge sti atomic m

[PATCH 2/5] drm: sti: add atomic get/set properties for planes

2016-01-07 Thread Daniel Vetter
On Thu, Jan 07, 2016 at 02:30:38PM +0100, Benjamin Gaignard wrote: > Without those function zpos property isn't displayed in atomic mode. > > Signed-off-by: Benjamin Gaignard Oh, another iteration of a driver-private zpos property. This _really_ should be generic, with some consistent cross-driv

[PATCH 2/5] drm: sti: add atomic get/set properties for planes

2016-01-07 Thread Benjamin Gaignard
Without those function zpos property isn't displayed in atomic mode. Signed-off-by: Benjamin Gaignard --- drivers/gpu/drm/sti/sti_plane.c | 40 1 file changed, 40 insertions(+) diff --git a/drivers/gpu/drm/sti/sti_plane.c b/drivers/gpu/drm/sti/sti_plane.