[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.syrjala at linux.intel.com wrote: > > > diff --git a/drivers/gpu/drm/drm_blend.c b/drivers/gpu/drm/drm_blend.c > > > > > >

[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.syrjala at 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_blen

[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.syrjala at 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_* fi

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

2016-09-26 Thread ville.syrj...@linux.intel.com
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 drm_plane_create_rotation_propert