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

2016-07-25 Thread Joonas Lahtinen
On pe, 2016-07-22 at 16:43 +0300, ville.syrj...@linux.intel.com wrote: > diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c > index 986de180e6c2..9e20a52ece7c 100644 > --- a/drivers/gpu/drm/drm_crtc.c > +++ b/drivers/gpu/drm/drm_crtc.c > @@ -5801,6 +5801,39 @@ struct drm_property

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

2016-07-22 Thread ville . syrjala
From: Ville Syrjälä Not all planes on the ssytem 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