* [PATCH] drm/i915: Integrate cmd parser kerneldoc
@ 2014-04-25 15:00 Daniel Vetter
2014-04-25 16:38 ` Ville Syrjälä
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Vetter @ 2014-04-25 15:00 UTC (permalink / raw)
To: Intel Graphics Development; +Cc: Daniel Vetter
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>
---
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
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] drm/i915: Integrate cmd parser kerneldoc
2014-04-25 15:00 [PATCH] drm/i915: Integrate cmd parser kerneldoc Daniel Vetter
@ 2014-04-25 16:38 ` Ville Syrjälä
0 siblings, 0 replies; 2+ messages in thread
From: Ville Syrjälä @ 2014-04-25 16:38 UTC (permalink / raw)
To: Daniel Vetter; +Cc: Intel Graphics Development
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-25 16:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-25 15:00 [PATCH] drm/i915: Integrate cmd parser kerneldoc Daniel Vetter
2014-04-25 16:38 ` Ville Syrjälä
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox