Hi Sagar, Thank you for the patch. On Tuesday 11 March 2014 16:07:35 sagar.a.kamble@xxxxxxxxx wrote: > From: Sagar Kamble <sagar.a.kamble@xxxxxxxxx> > > Started documenting drm properties for drm drivers. This patch provides > information about properties in drm, i915, psb and cdv/gma-500. Information > 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 <rob@xxxxxxxxxxx> > Cc: Dave Airlie <airlied@xxxxxxxxxx> > Cc: Daniel Vetter <daniel.vetter@xxxxxxxx> > Cc: Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> > Cc: David Herrmann <dh.herrmann@xxxxxxxxx> > Cc: Alex Deucher <alexander.deucher@xxxxxxx> > Cc: "Ville Syrjälä" <ville.syrjala@xxxxxxxxxxxxxxx> > Cc: Sagar Kamble <sagar.a.kamble@xxxxxxxxx> > Cc: "Purushothaman, Vijay A" <vijay.a.purushothaman@xxxxxxxxx> > Cc: linux-doc@xxxxxxxxxxxxxxx > Cc: dri-devel@xxxxxxxxxxxxxxxxxxxxx > > Signed-off-by: Sagar Kamble <sagar.a.kamble@xxxxxxxxx> > --- > Documentation/DocBook/drm.tmpl | 848 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 848 insertions(+) > > diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl > 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. > </para> > + <sect2> > + <para> > + The following table gives description of drm properties exposed by > various > + modules/drivers. > + </para> > + </sect2> I should have expressed myself a bit more clearly in my previous e-mail. What I meant was to include both the paragraph and the table in the sect2. The section should also have a title. Something like <sect2> <title>Existing Properties</title> <para> The following table gives description of drm properties exposed by various modules/drivers. </para> <table> ... </table> </sect2> Feel free to change the title and/or text. -- Regards, Laurent Pinchart _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel