From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= Subject: Re: [PATCH] drm/i915: Integrate cmd parser kerneldoc Date: Fri, 25 Apr 2014 19:38:55 +0300 Message-ID: <20140425163855.GV18465@intel.com> References: <1398438004-2055-1-git-send-email-daniel.vetter@ffwll.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by gabe.freedesktop.org (Postfix) with ESMTP id 1A4556E18E for ; Fri, 25 Apr 2014 09:39:01 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1398438004-2055-1-git-send-email-daniel.vetter@ffwll.ch> 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 Graphics Development List-Id: intel-gfx@lists.freedesktop.org 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=E4l=E4 > Cc: Brad Volkin > Signed-off-by: Daniel Vetter Reviewed-by: Ville Syrj=E4l=E4 > --- > 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.t= mpl > index 702c4474919c..f19b3ab6104f 100644 > --- a/Documentation/DocBook/drm.tmpl > +++ b/Documentation/DocBook/drm.tmpl > @@ -2945,6 +2945,11 @@ int num_ioctls; > This sections covers all things related to the GEM implementation in the > i915 driver. > > + > + Batchbuffer Parsing > +!Pdrivers/gpu/drm/i915/i915_cmd_parser.c batch buffer command parser > +!Idrivers/gpu/drm/i915/i915_cmd_parser.c > + > > > > diff --git a/drivers/gpu/drm/i915/i915_cmd_parser.c b/drivers/gpu/drm/i91= 5/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 monitor= ing) > -- = > 1.9.2 -- = Ville Syrj=E4l=E4 Intel OTC