From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Subject: Re: [PATCH v6 1/1] Documentation: drm: describing drm properties exposed by various drivers Date: Tue, 11 Mar 2014 12:22:13 +0100 Message-ID: <1690452.gh7mTdsdfJ@avalon> References: <6398512.6Zeryzgla0@avalon> <1394534255-32530-1-git-send-email-sagar.a.kamble@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1394534255-32530-1-git-send-email-sagar.a.kamble@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: sagar.a.kamble@intel.com Cc: Laurent Pinchart , linux-doc@vger.kernel.org, Daniel Vetter , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, "Purushothaman, Vijay A" , Rob Landley , Alex Deucher , Dave Airlie List-Id: intel-gfx@lists.freedesktop.org Hi Sagar, Thank you for the patch. On Tuesday 11 March 2014 16:07:35 sagar.a.kamble@intel.com wrote: > From: Sagar Kamble > = > Started documenting drm properties for drm drivers. This patch provides > information about properties in drm, i915, psb and cdv/gma-500. Informati= on > about other properties can be added on top of these. > = > v2: Added description of drm properties in armada, exynos, i2c/ch7006, > noveau, omap, qxl, radeon, rcar-du > = > v3: Removed "Property Object" column since it is implementation related. > Property type column refined.[Ville's review comments] > = > v4: Removed whitespace warnings and minor nits. [Randy's review comments] > = > v5: Restructured output for ENUM properties > = > v6: Review comments on formatting the table. [Laurent's review comments] > = > Cc: Rob Landley > Cc: Dave Airlie > Cc: Daniel Vetter > Cc: Laurent Pinchart > Cc: David Herrmann > Cc: Alex Deucher > Cc: "Ville Syrj=E4l=E4" > Cc: Sagar Kamble > Cc: "Purushothaman, Vijay A" > Cc: linux-doc@vger.kernel.org > Cc: dri-devel@lists.freedesktop.org > = > Signed-off-by: Sagar Kamble > --- > Documentation/DocBook/drm.tmpl | 848 +++++++++++++++++++++++++++++++++++= +++ > 1 file changed, 848 insertions(+) > = > diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.t= mpl > index ed1d6d2..ae5e606 100644 > --- a/Documentation/DocBook/drm.tmpl > +++ b/Documentation/DocBook/drm.tmpl > @@ -2317,6 +2317,854 @@ void intel_crt_init(struct drm_device *dev) > pointer to the target object, a pointer to the previously created > property and an initial instance value. > > + > + > + The following table gives description of drm properties exposed by > various > + modules/drivers. > + > + I should have expressed myself a bit more clearly in my previous e-mail. Wh= at = I meant was to include both the paragraph and the table in the sect2. The = section should also have a title. Something like Existing Properties The following table gives description of drm properties exposed by vario= us modules/drivers. ...
Feel free to change the title and/or text. -- = Regards, Laurent Pinchart