Re: [PATCH 9/9] drm/i915: Add rotation property for sprites

2013-10-14 Thread Imre Deak
On Mon, 2013-10-14 at 17:39 +0300, Ville Syrjälä wrote: > On Mon, Oct 14, 2013 at 04:59:13PM +0300, Imre Deak wrote: > > On Mon, 2013-09-30 at 17:44 +0300, ville.syrj...@linux.intel.com wrote: > > > From: Ville Syrjälä > > > > > > Sprite planes support 180 degree rotation. The lower layers are no

Re: [PATCH 9/9] drm/i915: Add rotation property for sprites

2013-10-14 Thread Ville Syrjälä
On Mon, Oct 14, 2013 at 04:59:13PM +0300, Imre Deak wrote: > On Mon, 2013-09-30 at 17:44 +0300, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Sprite planes support 180 degree rotation. The lower layers are now in > > place, so hook in the standard rotation property to expos

Re: [PATCH 9/9] drm/i915: Add rotation property for sprites

2013-10-14 Thread Imre Deak
On Mon, 2013-09-30 at 17:44 +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Sprite planes support 180 degree rotation. The lower layers are now in > place, so hook in the standard rotation property to expose the feature > to the users. > > Signed-off-by: Ville Syrjälä > --