aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-01-22 18:31:48 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-13 07:48:36 -0400
commit93110be69616df7dcd9cc3611e94400287fc26fb (patch)
tree365de9f98c43c46849611d22f964b702d4a04d7c /Documentation/DocBook
parent79d1154478c057a7c894e34975ca4e5f16fe9803 (diff)
drm/doc: Overview documentation for drm_mm.c
kerneldoc polish will follow in the next patch. Hopefully documenting the lru scan support a bit better spurs someone to give this a shot in the ttm eviction code. At least in i915 it helped quite a lot with memory thrashing on platforms where eviction was (we've fixed that too meanwhile) fairly expensive. 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.tmpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index dd2a955031a7..2ac018bfbddf 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -920,6 +920,17 @@ struct drm_gem_object * (*gem_prime_import)(struct drm_device *dev,
920 <title>PRIME Function References</title> 920 <title>PRIME Function References</title>
921!Edrivers/gpu/drm/drm_prime.c 921!Edrivers/gpu/drm/drm_prime.c
922 </sect2> 922 </sect2>
923 <sect2>
924 <title>DRM MM Range Allocator</title>
925 <sect3>
926 <title>Overview</title>
927!Pdrivers/gpu/drm/drm_mm.c Overview
928 </sect3>
929 <sect3>
930 <title>LRU Scan/Eviction Support</title>
931!Pdrivers/gpu/drm/drm_mm.c lru scan roaster
932 </sect3>
933 </sect2>
923 </sect1> 934 </sect1>
924 935
925 <!-- Internals: mode setting --> 936 <!-- Internals: mode setting -->