[Intel-gfx] [PATCH 2/3] drm/i915: Add 180 degree primary plane rotation support

2014-06-24 Thread sonika . jindal
From: Sonika Jindal Primary planes support 180 degree rotation. Expose the feature through rotation drm property. v2: Calculating linear/tiled offsets based on pipe source width and height. Added 180 degree rotation support in ironlake_update_plane. v3: Checking if CRTC is active before issuein

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Add 180 degree primary plane rotation support

2014-06-24 Thread Jindal, Sonika
On 6/24/2014 3:59 PM, Damien Lespiau wrote: On Mon, Jun 23, 2014 at 11:06:00AM +0530, sonika.jin...@intel.com wrote: From: Sonika Jindal Primary planes support 180 degree rotation. Expose the feature through rotation drm property. v2: Calculating linear/tiled offsets based on pipe source wi

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Add 180 degree primary plane rotation support

2014-06-24 Thread Damien Lespiau
On Mon, Jun 23, 2014 at 11:06:00AM +0530, sonika.jin...@intel.com wrote: > From: Sonika Jindal > > Primary planes support 180 degree rotation. Expose the feature > through rotation drm property. > > v2: Calculating linear/tiled offsets based on pipe source width and > height. Added 180 degree ro

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Add 180 degree primary plane rotation support

2014-06-24 Thread Jindal, Sonika
On 6/24/2014 3:44 PM, Damien Lespiau wrote: On Mon, Jun 23, 2014 at 11:06:00AM +0530, sonika.jin...@intel.com wrote: From: Sonika Jindal Primary planes support 180 degree rotation. Expose the feature through rotation drm property. v2: Calculating linear/tiled offsets based on pipe source wi

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Add 180 degree primary plane rotation support

2014-06-24 Thread Damien Lespiau
On Mon, Jun 23, 2014 at 11:06:00AM +0530, sonika.jin...@intel.com wrote: > From: Sonika Jindal > > Primary planes support 180 degree rotation. Expose the feature > through rotation drm property. > > v2: Calculating linear/tiled offsets based on pipe source width and > height. Added 180 degree ro

[Intel-gfx] [PATCH 2/3] drm/i915: Add 180 degree primary plane rotation support

2014-06-22 Thread sonika . jindal
From: Sonika Jindal Primary planes support 180 degree rotation. Expose the feature through rotation drm property. v2: Calculating linear/tiled offsets based on pipe source width and height. Added 180 degree rotation support in ironlake_update_plane. v3: Checking if CRTC is active before issuein