Re: [Intel-gfx] [PATCH] drm/i915: add immutable zpos plane properties

2019-04-03 Thread Joonas Lahtinen
Quoting Simon Ser (2019-04-02 17:36:33) > On Tuesday, April 2, 2019 3:35 PM, Joonas Lahtinen > wrote: > > Quoting Simon Ser (2019-03-30 00:19:25) > > > > > From: emersion cont...@emersion.fr > > > > Please fix your From: field. > > Gah. > > > > This adds basic immutable support for the zpos

Re: [Intel-gfx] [PATCH] drm/i915: add immutable zpos plane properties

2019-04-02 Thread Simon Ser
On Tuesday, April 2, 2019 3:35 PM, Joonas Lahtinen wrote: > Quoting Simon Ser (2019-03-30 00:19:25) > > > From: emersion cont...@emersion.fr > > Please fix your From: field. Gah. > > This adds basic immutable support for the zpos property. The zpos increases > > from bottom to top: primary,

Re: [Intel-gfx] [PATCH] drm/i915: add immutable zpos plane properties

2019-04-02 Thread Joonas Lahtinen
Quoting Simon Ser (2019-03-30 00:19:25) > From: emersion Please fix your From: field. > This adds basic immutable support for the zpos property. The zpos increases > from bottom to top: primary, sprites, cursor. > > Signed-off-by: Simon Ser This is just Ville's patch rebased, so it's

[Intel-gfx] [PATCH] drm/i915: add immutable zpos plane properties

2019-03-29 Thread Simon Ser
From: emersion This adds basic immutable support for the zpos property. The zpos increases from bottom to top: primary, sprites, cursor. Signed-off-by: Simon Ser --- This is based on a previous patch by Ville [1] that I wanted to review. Unfortunately the patch no longer applies, so here is a