summaryrefslogtreecommitdiff
path: root/Documentation/gpu/drm-mm.rst
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2021-09-03 14:19:38 +0200
committerChristian König <christian.koenig@amd.com>2021-09-09 13:29:42 +0200
commit4f4859d084f7b8c72ca3639f6169b74d0340ddb9 (patch)
tree4504c841ed5f4e08d9c84a1f67daeaf1742750ac /Documentation/gpu/drm-mm.rst
parentd7fe6f8afead5838bd43adf10a06a66896bfe756 (diff)
drm/ttm: enable TTM TT object kerneldoc v2
Fix the remaining warnings and finally enable this. v2: add caching enum link Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210908132933.3269-8-christian.koenig@amd.com
Diffstat (limited to 'Documentation/gpu/drm-mm.rst')
-rw-r--r--Documentation/gpu/drm-mm.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst
index 1c9930fb5e7d..69c4a20b95d0 100644
--- a/Documentation/gpu/drm-mm.rst
+++ b/Documentation/gpu/drm-mm.rst
@@ -58,6 +58,15 @@ TTM resource object reference
.. kernel-doc:: drivers/gpu/drm/ttm/ttm_resource.c
:export:
+TTM TT object reference
+-----------------------
+
+.. kernel-doc:: include/drm/ttm/ttm_tt.h
+ :internal:
+
+.. kernel-doc:: drivers/gpu/drm/ttm/ttm_tt.c
+ :export:
+
The Graphics Execution Manager (GEM)
====================================