From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jindal, Sonika" Subject: Re: [PATCH 0/3 v2] Moving creation of rotation_property to drm layer Date: Tue, 15 Jul 2014 17:40:02 +0530 Message-ID: <53C51A1A.5020507@intel.com> References: <20140715091137.GS15237@phenom.ffwll.local> <1405423823-17956-1-git-send-email-sonika.jindal@intel.com> <20140715120204.GU15237@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 mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTP id AFB3B6E170 for ; Tue, 15 Jul 2014 05:10:05 -0700 (PDT) In-Reply-To: <20140715120204.GU15237@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 7/15/2014 5:32 PM, Daniel Vetter wrote: > On Tue, Jul 15, 2014 at 05:00:20PM +0530, sonika.jindal@intel.com wrote: >> From: Sonika Jindal >> >> Incorporating comments from Daniel regarding movement of creation of >> rotation_property to drm_mode_create_standard_plane_properties and other= minor >> things. >> >> Sonika Jindal (3): >> drm: Add rotation_property to mode_config and creating it >> drm/i915: Add 180 degree primary plane rotation support >> >> Ville Syrj=E4l=E4 (1): >> drm/i915: Add rotation property for sprites > > The summary says 0/3 but the patches are numbered x/4. That's a bit > confusing. Two fixes: > - Specify the git range for format-patch/send-email with the start..end > syntax like for git log. > - Send only individual patches in-reply-to the respective original patch. > This is my preferred approach. > Ok, I will send each patch in reply to the original patches. I thought = replying the affected patches to the comment's mail should make it = clearer. I'l will send the patches separately. -Sonika > Without that I'll look for 4/4 and won't find it ... > > Thanks, Daniel > >> >> drivers/gpu/drm/drm_crtc.c | 3 +- >> drivers/gpu/drm/i915/i915_reg.h | 1 + >> drivers/gpu/drm/i915/intel_display.c | 104 ++++++++++++++++++++++++++= ++++++-- >> drivers/gpu/drm/i915/intel_pm.c | 6 ++ >> drivers/gpu/drm/i915/intel_sprite.c | 35 +++++++++++- >> include/drm/drm_crtc.h | 1 + >> 6 files changed, 153 insertions(+), 7 deletions(-) >> >> -- >> 1.7.10.4 >> >> _______________________________________________ >> Intel-gfx mailing list >> Intel-gfx@lists.freedesktop.org >> http://lists.freedesktop.org/mailman/listinfo/intel-gfx >