]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita33c0c0392df1bce4dfa7b363bf7fd1cbe7628db
tree82aa6ece23a6c9142395484b9bd277c100f0813e
parent39188e4d4ca63a49959ae9c1b249d957fd7df868
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