aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/drm.tmpl
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-04-25 10:59:00 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-05-05 03:09:16 -0400
commit122b250511e28c87043a6583988d4616895b5b53 (patch)
tree41e25139ef0b66c76b7b1f39ffd50ca6efda86bb /Documentation/DocBook/drm.tmpl
parentc8725f3dc0911d4354315a65150aecd8b7d0d74a (diff)
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>
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r--Documentation/DocBook/drm.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 83dd0b043c28..1c51d43f2548 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -2942,6 +2942,11 @@ int num_ioctls;</synopsis>
2942 This sections covers all things related to the GEM implementation in the 2942 This sections covers all things related to the GEM implementation in the
2943 i915 driver. 2943 i915 driver.
2944 </para> 2944 </para>
2945 <sect2>
2946 <title>Batchbuffer Parsing</title>
2947!Pdrivers/gpu/drm/i915/i915_cmd_parser.c batch buffer command parser
2948!Idrivers/gpu/drm/i915/i915_cmd_parser.c
2949 </sect2>
2945 </sect1> 2950 </sect1>
2946 </chapter> 2951 </chapter>
2947</part> 2952</part>