summaryrefslogtreecommitdiff
path: root/Documentation/gpu/drm-mm.rst
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2021-09-07 09:14:43 +0200
committerChristian König <christian.koenig@amd.com>2021-09-09 13:26:43 +0200
commitbe77a2f4cfd20aa4a28fc98227bfbfd5e0c232e2 (patch)
tree9bc3b27f08b683f6a5b672823f326cef998f8a10 /Documentation/gpu/drm-mm.rst
parentfcd0bbd619b349a03fcf132bfd65ce8bffc581b7 (diff)
drm/ttm: add kerneldoc for enum ttm_caching
Briefly describe what this is all about. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210908132933.3269-4-christian.koenig@amd.com
Diffstat (limited to 'Documentation/gpu/drm-mm.rst')
-rw-r--r--Documentation/gpu/drm-mm.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst
index 6b7717af4f88..f22c9f9a2c0e 100644
--- a/Documentation/gpu/drm-mm.rst
+++ b/Documentation/gpu/drm-mm.rst
@@ -31,6 +31,9 @@ The Translation Table Manager (TTM)
.. kernel-doc:: drivers/gpu/drm/ttm/ttm_module.c
:doc: TTM
+.. kernel-doc:: include/drm/ttm/ttm_caching.h
+ :internal:
+
The Graphics Execution Manager (GEM)
====================================