]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - include/drm/drm_mm.h
drm/doc: Add function reference documentation for drm_mm.c
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 22 Jan 2014 23:39:13 +0000 (00:39 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 13 Mar 2014 11:48:37 +0000 (12:48 +0100)
commite18c04128faa2aa08547f8b73b9ecbf8fd6936af
tree82aa6ece23a6c9142395484b9bd277c100f0813e
parent93110be69616df7dcd9cc3611e94400287fc26fb
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>
Documentation/DocBook/drm.tmpl
drivers/gpu/drm/drm_mm.c
include/drm/drm_mm.h