summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorDaniel Vetter2014-01-22 12:28:42 +0100
committerDaniel Vetter2014-03-13 12:48:29 +0100
commit4c5acf3cc8423c90f620e578f14181a56fa7fb4e (patch)
treeddad1a8b5a2191ab68a153db0ead1beff506dade /Documentation/DocBook
parentdrm/doc: Reorganize driver documentation (diff)
downloadkernel-qcow2-linux-4c5acf3cc8423c90f620e578f14181a56fa7fb4e.tar.gz
kernel-qcow2-linux-4c5acf3cc8423c90f620e578f14181a56fa7fb4e.tar.xz
kernel-qcow2-linux-4c5acf3cc8423c90f620e578f14181a56fa7fb4e.zip
drm/doc: Move the vma offset manager to the right spot
Currently it's sitting in the mode setting helper section, which isn't quite right. Looks much better in the memory management section next to TTM and GEM. Cc: David Herrmann <dh.herrmann@gmail.com> 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.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index e377b88304ef..2def6f3a9061 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -881,6 +881,12 @@ char *date;</synopsis>
!Edrivers/gpu/drm/drm_gem.c
</sect2>
</sect2>
+ <sect2>
+ <title>VMA Offset Manager</title>
+!Pdrivers/gpu/drm/drm_vma_manager.c vma offset manager
+!Edrivers/gpu/drm/drm_vma_manager.c
+!Iinclude/drm/drm_vma_manager.h
+ </sect2>
</sect1>
<!-- Internals: mode setting -->
@@ -2218,12 +2224,6 @@ void intel_crt_init(struct drm_device *dev)
!Iinclude/drm/drm_flip_work.h
!Edrivers/gpu/drm/drm_flip_work.c
</sect2>
- <sect2>
- <title>VMA Offset Manager</title>
-!Pdrivers/gpu/drm/drm_vma_manager.c vma offset manager
-!Edrivers/gpu/drm/drm_vma_manager.c
-!Iinclude/drm/drm_vma_manager.h
- </sect2>
</sect1>
<!-- Internals: kms properties -->