[PATCH v2 3/6] drm: RIP mode_config->rotation_property

2016-10-22 Thread Daniel Vetter
On Fri, Oct 21, 2016 at 10:22:45PM +0300, ville.syrjala at 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. >

[PATCH v2 3/6] drm: RIP mode_config->rotation_property

2016-10-21 Thread ville.syrj...@linux.intel.com
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