aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gpu
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2021-09-03 13:55:01 +0200
committerChristian König <christian.koenig@amd.com>2021-09-09 13:28:28 +0200
commit324317add204db3f938da3539784a91d40f7141c (patch)
tree55cd56b0d69a2d11c5fc15a84c3efe9286615868 /Documentation/gpu
parentdrm/ttm: enable TTM device object kerneldoc v2 (diff)
downloadlinux-dev-324317add204db3f938da3539784a91d40f7141c.tar.xz
linux-dev-324317add204db3f938da3539784a91d40f7141c.zip
drm/ttm: enable TTM resource object kerneldoc v2
Fix the last two 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-6-christian.koenig@amd.com
Diffstat (limited to 'Documentation/gpu')
-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 3da81b7b4e71..66d24b745c62 100644
--- a/Documentation/gpu/drm-mm.rst
+++ b/Documentation/gpu/drm-mm.rst
@@ -43,6 +43,15 @@ TTM device object reference
.. kernel-doc:: drivers/gpu/drm/ttm/ttm_device.c
:export:
+TTM resource object reference
+-----------------------------
+
+.. kernel-doc:: include/drm/ttm/ttm_resource.h
+ :internal:
+
+.. kernel-doc:: drivers/gpu/drm/ttm/ttm_resource.c
+ :export:
+
The Graphics Execution Manager (GEM)
====================================