diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-01-21 12:39:00 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-13 12:48:27 +0100 |
commit | 89d61fc0f5d384f07f3e93af2bb52009ce26283a (patch) | |
tree | a048f7ae2bb3de2b9236c050c93e5b9c10690b64 /Documentation | |
parent | fc66811ce1de3f79cbe3f83c2fdb1ef3e2cdac1c (diff) | |
download | op-kernel-dev-89d61fc0f5d384f07f3e93af2bb52009ce26283a.zip op-kernel-dev-89d61fc0f5d384f07f3e93af2bb52009ce26283a.tar.gz |
drm/doc: Clean up and integrate kerneldoc for drm_gem.c
Fairly incomplete, but at least a start.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index f2d0f5b..1cdca9a 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -868,7 +868,11 @@ char *date;</synopsis> abstracted from the client in libdrm. </para> </sect3> - </sect2> + <sect2> + <title>GEM Function Reference</title> +!Edrivers/gpu/drm/drm_gem.c + </sect2> + </sect2> </sect1> <!-- Internals: mode setting --> |