drm/i915: Integrate cmd parser kerneldoc

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>
This commit is contained in:
Daniel Vetter 2014-04-25 16:59:00 +02:00
parent c8725f3dc0
commit 122b250511
2 changed files with 6 additions and 1 deletions

View file

@ -2942,6 +2942,11 @@ int num_ioctls;</synopsis>
This sections covers all things related to the GEM implementation in the This sections covers all things related to the GEM implementation in the
i915 driver. i915 driver.
</para> </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> </sect1>
</chapter> </chapter>
</part> </part>

View file

@ -28,7 +28,7 @@
#include "i915_drv.h" #include "i915_drv.h"
/** /**
* DOC: i915 batch buffer command parser * DOC: batch buffer command parser
* *
* Motivation: * Motivation:
* Certain OpenGL features (e.g. transform feedback, performance monitoring) * Certain OpenGL features (e.g. transform feedback, performance monitoring)