diff options
author | Christian König <christian.koenig@amd.com> | 2021-09-07 10:07:29 +0300 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2021-09-09 14:25:45 +0300 |
commit | fcd0bbd619b349a03fcf132bfd65ce8bffc581b7 (patch) | |
tree | 1aac7794f67936be1c7850f14c048b40b46bd55e /Documentation/gpu | |
parent | b998ba95d2849b6b917a02750bf96f5596937ce4 (diff) | |
download | linux-fcd0bbd619b349a03fcf132bfd65ce8bffc581b7.tar.xz |
drm/ttm: add some general module kerneldoc
For now just a brief description of what TTM is all about.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210908132933.3269-3-christian.koenig@amd.com
Diffstat (limited to 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/drm-mm.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst index 8ca981065e1a..6b7717af4f88 100644 --- a/Documentation/gpu/drm-mm.rst +++ b/Documentation/gpu/drm-mm.rst @@ -28,7 +28,8 @@ UMA devices. The Translation Table Manager (TTM) =================================== -TTM design background and information belongs here. +.. kernel-doc:: drivers/gpu/drm/ttm/ttm_module.c + :doc: TTM The Graphics Execution Manager (GEM) ==================================== |