From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jindal, Sonika" Subject: Re: [PATCH 00/10] Support for 180 degree HW rotation Date: Wed, 18 Jun 2014 17:27:41 +0530 Message-ID: <53A17EB5.2010207@intel.com> References: <1403091899-5055-1-git-send-email-sonika.jindal@intel.com> <20140618115229.GC5821@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by gabe.freedesktop.org (Postfix) with ESMTP id 522CA6E4EB for ; Wed, 18 Jun 2014 04:57:44 -0700 (PDT) In-Reply-To: <20140618115229.GC5821@phenom.ffwll.local> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Daniel Vetter Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On 6/18/2014 5:22 PM, Daniel Vetter wrote: > On Wed, Jun 18, 2014 at 05:14:49PM +0530, sonika.jindal@intel.com wrote: >> From: Sonika Jindal >> >> Enables 180 degree rotation for sprite and primary planes. >> Updated the primary plane rotation support as per the new universal plane >> design. >> >> Most of these patches were already reviewed in intel-gfx in February 201= 4 thats >> why there is version history in few of them. >> >> Testcase: kms_rotation_crc >> This igt can be extended for clipped rotation cases. Right it only tests= 180 >> degree rotation for sprite and primary plane with crc check. >> >> Sonika Jindal (1): >> drm/i915: Add 180 degree primary plane rotation support >> >> Ville Syrj=E4l=E4 (9): >> drm: Move DRM_ROTATE bits out of omapdrm into drm_crtc.h >> drm: Add support_bits parameter to drm_property_create_bitmask() >> drm: Add drm_mode_create_rotation_property() >> drm/omap: Switch omapdrm over to drm_mode_create_rotation_property() >> drm: Add drm_rect rotation functions >> drm: Add drm_rotation_simplify() >> drm/i915: Add 180 degree sprite rotation support >> drm/i915: Make intel_plane_restore() return an error >> drm/i915: Add rotation property for sprites > > Pleas don't repost entire patch series on the same day without a changelog > in the cover letter explaining what's going on and what changed. > > If you just need to repost a few patches that changed due to review, > please do that with an in-reply-to directly to the relevant discussion. > > If everyone reposts their big patch series a few times a day we'll have > utter chaos. > -Daniel I am sorry for this. I thought creating a new patchset should be good, = missed updating it in cover letter. I will keep this in mind. > >> >> drivers/gpu/drm/drm_crtc.c | 66 +++++++++++++++- >> drivers/gpu/drm/drm_rect.c | 140 ++++++++++++++++++++++++++= ++++++++ >> drivers/gpu/drm/i915/i915_dma.c | 17 +++++ >> drivers/gpu/drm/i915/i915_drv.h | 1 + >> drivers/gpu/drm/i915/i915_reg.h | 4 + >> drivers/gpu/drm/i915/intel_display.c | 91 +++++++++++++++++++++- >> drivers/gpu/drm/i915/intel_drv.h | 3 +- >> drivers/gpu/drm/i915/intel_pm.c | 8 ++ >> drivers/gpu/drm/i915/intel_sprite.c | 93 ++++++++++++++++++++-- >> drivers/gpu/drm/omapdrm/omap_drv.h | 7 -- >> drivers/gpu/drm/omapdrm/omap_plane.c | 17 ++--- >> include/drm/drm_crtc.h | 15 +++- >> include/drm/drm_rect.h | 6 ++ >> 13 files changed, 433 insertions(+), 35 deletions(-) >> >> -- >> 1.7.10.4 >> >> _______________________________________________ >> Intel-gfx mailing list >> Intel-gfx@lists.freedesktop.org >> http://lists.freedesktop.org/mailman/listinfo/intel-gfx >