Re: [Intel-gfx] [PATCH 5/5] drm/i915: Add full pipe rotation

2014-02-19 Thread Sagar Arun Kamble
Reviewed-by: Sagar Kamble On Wed, 2014-02-12 at 23:15 +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > We can pretend that we can rotate the entire pipe by rotating all the > planes and adjusting their positions appropriately. Add a "rotation" > property on the crtc which w

[Intel-gfx] [PATCH 5/5] drm/i915: Add full pipe rotation

2014-02-12 Thread ville . syrjala
From: Ville Syrjälä We can pretend that we can rotate the entire pipe by rotating all the planes and adjusting their positions appropriately. Add a "rotation" property on the crtc which will do this. The main upshot of doing the full pipe rotation instead of rotating all the planes individually