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

2016-09-27 Thread Joonas Lahtinen
On ma, 2016-09-26 at 19:30 +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. > > v2: Rebase due to BIT(),__builtin_ffs() & co. > Deal with su

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

2016-09-26 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. v2: Rebase due to BIT(),__builtin_ffs() & co. Deal with superfluous code shuffling Signed-off-by: Ville Syrjälä Reviewed-by: Joonas Lahtinen