]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm/i915: Integrate cmd parser kerneldoc
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 25 Apr 2014 14:59:00 +0000 (16:59 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 5 May 2014 07:09:16 +0000 (09:09 +0200)
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>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Documentation/DocBook/drm.tmpl
drivers/gpu/drm/i915/i915_cmd_parser.c

index 83dd0b043c285815c26553ee2cc764b2da3728c2..1c51d43f2548bf5451054431cd9caf6f05e76962 100644 (file)
@@ -2942,6 +2942,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>
index 9bac0979a2944ff79c64bde8c7f2feb0b11c541a..6ea94139e20b04c1f39c0d4164e6d065cfcd2ec6 100644 (file)
@@ -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)