Re: [Intel-gfx] [PATCH v3 03/15] drm: Add support for optional per-plane rotation property

2016-10-21 Thread Daniel Vetter
On Tue, Sep 27, 2016 at 01:22:48PM +0300, Ville Syrjälä wrote: > On Tue, Sep 27, 2016 at 12:54:46PM +0300, Joonas Lahtinen wrote: > > On ma, 2016-09-26 at 19:30 +0300, ville.syrj...@linux.intel.com wrote: > > > diff --git a/drivers/gpu/drm/drm_blend.c b/drivers/gpu/drm/drm_blend.c > > > > > >

Re: [Intel-gfx] [PATCH v3 03/15] drm: Add support for optional per-plane rotation property

2016-09-27 Thread Ville Syrjälä
On Tue, Sep 27, 2016 at 12:54:46PM +0300, Joonas Lahtinen wrote: > On ma, 2016-09-26 at 19:30 +0300, ville.syrj...@linux.intel.com wrote: > > diff --git a/drivers/gpu/drm/drm_blend.c b/drivers/gpu/drm/drm_blend.c > > > > index 85172a977bf3..e52aece30900 100644 > > ---

Re: [Intel-gfx] [PATCH v3 03/15] drm: Add support for optional per-plane rotation property

2016-09-27 Thread Joonas Lahtinen
On ma, 2016-09-26 at 19:30 +0300, ville.syrj...@linux.intel.com wrote: > diff --git a/drivers/gpu/drm/drm_blend.c b/drivers/gpu/drm/drm_blend.c > > index 85172a977bf3..e52aece30900 100644 > --- a/drivers/gpu/drm/drm_blend.c > +++ b/drivers/gpu/drm/drm_blend.c Now that I'm thinking, *_zpos_* fits

[Intel-gfx] [PATCH v3 03/15] drm: Add support for optional per-plane rotation property

2016-09-26 Thread ville . syrjala
From: Ville Syrjälä Not all planes on the system may support the same rotations/reflections, so make it possible to create a separate property for each plane. This way userspace gets told exactly which rotations/reflections are possible for each plane. v2: Add