aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-01-22 18:39:13 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-13 07:48:37 -0400
commite18c04128faa2aa08547f8b73b9ecbf8fd6936af (patch)
tree82aa6ece23a6c9142395484b9bd277c100f0813e /Documentation/DocBook
parent93110be69616df7dcd9cc3611e94400287fc26fb (diff)
drm/doc: Add function reference documentation for drm_mm.c
While at it do a tiny bit of interface cleanup and convert boolean return values to bool. With this patch all exported functions and inline helpers which are part of the drm_mm public interface are documented. Also drop superflous extern function modifiers since most of drm_mm.h doesn't use them - more consistent that way. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation/DocBook')
-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 2ac018bfbddf..d68bb0a2dc06 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -931,6 +931,11 @@ struct drm_gem_object * (*gem_prime_import)(struct drm_device *dev,
931!Pdrivers/gpu/drm/drm_mm.c lru scan roaster 931!Pdrivers/gpu/drm/drm_mm.c lru scan roaster
932 </sect3> 932 </sect3>
933 </sect2> 933 </sect2>
934 <sect2>
935 <title>DRM MM Range Allocator Function References</title>
936!Edrivers/gpu/drm/drm_mm.c
937!Iinclude/drm/drm_mm.h
938 </sect2>
934 </sect1> 939 </sect1>
935 940
936 <!-- Internals: mode setting --> 941 <!-- Internals: mode setting -->