Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755258AbbG1I1H (ORCPT ); Tue, 28 Jul 2015 04:27:07 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:35160 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754458AbbG1I1E (ORCPT ); Tue, 28 Jul 2015 04:27:04 -0400 Date: Tue, 28 Jul 2015 10:29:43 +0200 From: Daniel Vetter To: Jilai Wang Cc: dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] drm/doc: Add hflip/vflip property descriptions in msm Message-ID: <20150728082943.GF16722@phenom.ffwll.local> Mail-Followup-To: Jilai Wang , dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org References: <1438037853-14912-1-git-send-email-jilaiw@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438037853-14912-1-git-send-email-jilaiw@codeaurora.org> X-Operating-System: Linux phenom 4.2.0-rc1+ User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2326 Lines: 67 On Mon, Jul 27, 2015 at 06:57:33PM -0400, Jilai Wang wrote: > Add plane properties hflip/vflip which are used in MDP driver to flip > the input horizontally/vertically. > > Signed-off-by: Jilai Wang Is the existing rotation prop with flip masks not enough? -Daniel > --- > Documentation/DocBook/drm.tmpl | 18 ++++++++++++++++-- > 1 file changed, 16 insertions(+), 2 deletions(-) > > diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl > index d9f5613..bef6d34 100644 > --- a/Documentation/DocBook/drm.tmpl > +++ b/Documentation/DocBook/drm.tmpl > @@ -3501,8 +3501,8 @@ void intel_crt_init(struct drm_device *dev) > TBD > > > - msm > - Generic > + msm > + Generic > "premultiplied" > ENUM > { "false", "true" } > @@ -3523,6 +3523,20 @@ void intel_crt_init(struct drm_device *dev) > Plane > property to set plane's z position during blending > > + > + "hflip" > + ENUM > + { "off", "on" } > + Plane > + property to flip the input horizontally > + > + > + "vflip" > + ENUM > + { "off", "on" } > + Plane > + property to flip the input vertically > + > > > > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/