drm/ttm: add some general module kerneldoc
authorChristian König <christian.koenig@amd.com>
Tue, 7 Sep 2021 07:07:29 +0000 (09:07 +0200)
committerChristian König <christian.koenig@amd.com>
Thu, 9 Sep 2021 11:25:45 +0000 (13:25 +0200)
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
Documentation/gpu/drm-mm.rst
drivers/gpu/drm/ttm/ttm_module.c

index 8ca9810..6b7717a 100644 (file)
@@ -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)
 ====================================
index 997c458..6c19290 100644 (file)
 #include "ttm_module.h"
 
 /**
+ * DOC: TTM
+ *
+ * TTM is a memory manager for accelerator devices with dedicated memory.
+ *
+ * The basic idea is that resources are grouped together in buffer objects of
+ * certain size and TTM handles lifetime, movement and CPU mappings of those
+ * objects.
+ *
+ * TODO: Add more design background and information here.
+ */
+
+/**
  * ttm_prot_from_caching - Modify the page protection according to the
  * ttm cacing mode
  * @caching: The ttm caching mode