All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Subject: Re: [PATCH] drm/i915: Integrate cmd parser kerneldoc
Date: Fri, 25 Apr 2014 19:38:55 +0300	[thread overview]
Message-ID: <20140425163855.GV18465@intel.com> (raw)
In-Reply-To: <1398438004-2055-1-git-send-email-daniel.vetter@ffwll.ch>

On Fri, Apr 25, 2014 at 05:00:04PM +0200, Daniel Vetter wrote:
> Ville noticed that we have this nice kerneldoc but it's not integrated
> anywhere. Fix this asap!
> 
> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
> Cc: Brad Volkin <bradley.d.volkin@intel.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>

> ---
>  Documentation/DocBook/drm.tmpl         | 5 +++++
>  drivers/gpu/drm/i915/i915_cmd_parser.c | 2 +-
>  2 files changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
> index 702c4474919c..f19b3ab6104f 100644
> --- a/Documentation/DocBook/drm.tmpl
> +++ b/Documentation/DocBook/drm.tmpl
> @@ -2945,6 +2945,11 @@ int num_ioctls;</synopsis>
>  	This sections covers all things related to the GEM implementation in the
>  	i915 driver.
>        </para>
> +      <sect2>
> +        <title>Batchbuffer Parsing</title>
> +!Pdrivers/gpu/drm/i915/i915_cmd_parser.c batch buffer command parser
> +!Idrivers/gpu/drm/i915/i915_cmd_parser.c
> +      </sect2>
>      </sect1>
>    </chapter>
>  </part>
> diff --git a/drivers/gpu/drm/i915/i915_cmd_parser.c b/drivers/gpu/drm/i915/i915_cmd_parser.c
> index 9bac0979a294..6ea94139e20b 100644
> --- a/drivers/gpu/drm/i915/i915_cmd_parser.c
> +++ b/drivers/gpu/drm/i915/i915_cmd_parser.c
> @@ -28,7 +28,7 @@
>  #include "i915_drv.h"
>  
>  /**
> - * DOC: i915 batch buffer command parser
> + * DOC: batch buffer command parser
>   *
>   * Motivation:
>   * Certain OpenGL features (e.g. transform feedback, performance monitoring)
> -- 
> 1.9.2

-- 
Ville Syrjälä
Intel OTC

      reply	other threads:[~2014-04-25 16:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-25 15:00 [PATCH] drm/i915: Integrate cmd parser kerneldoc Daniel Vetter
2014-04-25 16:38 ` Ville Syrjälä [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140425163855.GV18465@intel.com \
    --to=ville.syrjala@linux.intel.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.