Re: [Intel-gfx] [PATCH 12/15] drm: RIP mode_config->rotation_property

2016-10-18 Thread Ville Syrjälä
On Tue, Oct 18, 2016 at 11:13:53AM +0300, Laurent Pinchart wrote: > Hi Daniel, > > On Tuesday 18 Oct 2016 09:36:23 Daniel Vetter wrote: > > On Tue, Oct 18, 2016 at 01:38:05AM +0300, Laurent Pinchart wrote: > > > On Friday 22 Jul 2016 16:43:13 ville.syrj...@linux.intel.com wrote: > > >> From: Ville

Re: [Intel-gfx] [PATCH 12/15] drm: RIP mode_config->rotation_property

2016-10-18 Thread Laurent Pinchart
Hi Daniel, On Tuesday 18 Oct 2016 09:36:23 Daniel Vetter wrote: > On Tue, Oct 18, 2016 at 01:38:05AM +0300, Laurent Pinchart wrote: > > On Friday 22 Jul 2016 16:43:13 ville.syrj...@linux.intel.com wrote: > >> From: Ville Syrjälä > >> > >> Now that all drivers have been converted over to the per-

Re: [Intel-gfx] [PATCH 12/15] drm: RIP mode_config->rotation_property

2016-10-18 Thread Daniel Vetter
On Tue, Oct 18, 2016 at 01:38:05AM +0300, Laurent Pinchart wrote: > Hi Ville, > > On Friday 22 Jul 2016 16:43:13 ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Now that all drivers have been converted over to the per-plane rotation > > property, we can just nuke the global

Re: [Intel-gfx] [PATCH 12/15] drm: RIP mode_config->rotation_property

2016-10-17 Thread Laurent Pinchart
Hi Ville, On Friday 22 Jul 2016 16:43:13 ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Now that all drivers have been converted over to the per-plane rotation > property, we can just nuke the global rotation property. > > Signed-off-by: Ville Syrjälä Stupid question, but how

Re: [Intel-gfx] [PATCH 12/15] drm: RIP mode_config->rotation_property

2016-07-24 Thread Joonas Lahtinen
On pe, 2016-07-22 at 16:43 +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Now that all drivers have been converted over to the per-plane rotation > property, we can just nuke the global rotation property. > > Signed-off-by: Ville Syrjälä Reviewed-by: Joonas Lahtinen >

[Intel-gfx] [PATCH 12/15] drm: RIP mode_config->rotation_property

2016-07-22 Thread ville . syrjala
From: Ville Syrjälä Now that all drivers have been converted over to the per-plane rotation property, we can just nuke the global rotation property. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_atomic.c| 6 ++ drivers/gpu/drm/drm_crtc.c | 18 -- drivers/gp