drm/doc: Add PRIME function references
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 22 Jan 2014 18:16:30 +0000 (19:16 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 13 Mar 2014 11:48:34 +0000 (12:48 +0100)
commit39cc344acd414eda231f612325cf824b976025e5
treecfcf8105752fd87ec99dfac19ef16d50fb6b71b1
parent251261db7f71829968a8fe80ae3f296fc96851cd
drm/doc: Add PRIME function references

For giant hilarity the DocBook reference overview is only generated
when in a level 2 section, not in a level 3 section. So we need to
move this up a bit as a side-by-side section to the main PRIME
documentation.

Whatever.

To have a complete set of references add the missing kerneldoc for all
functions exported to modules with the exception of the file private
init/destroy functions - drivers have no business calling those, so
let's just drop the EXPORT_SYMBOL instead.

Also reflow the function parameters to align correctly and break at 80
chars - my OCD couldn't stand them while writing the kerneldoc ;-)

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_prime.c