[PATCH 4/5] drm/ttm: enable TTM placement kerneldoc
Christian König
ckoenig.leichtzumerken at gmail.com
Fri Sep 3 12:31:22 UTC 2021
Fix the last remaining warning and finally enable this.
Signed-off-by: Christian König <christian.koenig at amd.com>
---
Documentation/gpu/drm-mm.rst | 6 ++++++
include/drm/ttm/ttm_placement.h | 1 +
2 files changed, 7 insertions(+)
diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst
index 094e367130db..195a857fa1d8 100644
--- a/Documentation/gpu/drm-mm.rst
+++ b/Documentation/gpu/drm-mm.rst
@@ -39,6 +39,12 @@ TTM device object reference
.. kernel-doc:: drivers/gpu/drm/ttm/ttm_device.c
:export:
+TTM resource placement reference
+--------------------------------
+
+.. kernel-doc:: include/drm/ttm/ttm_placement.h
+ :internal:
+
TTM resource object reference
-----------------------------
diff --git a/include/drm/ttm/ttm_placement.h b/include/drm/ttm/ttm_placement.h
index 8995c9e4ec1b..76d1b9119a2b 100644
--- a/include/drm/ttm/ttm_placement.h
+++ b/include/drm/ttm/ttm_placement.h
@@ -58,6 +58,7 @@
*
* @fpfn: first valid page frame number to put the object
* @lpfn: last valid page frame number to put the object
+ * @mem_type: One of TTM_PL_* where the resource should be allocated from.
* @flags: memory domain and caching flags for the object
*
* Structure indicating a possible place to put an object.
--
2.25.1
More information about the dri-devel
mailing list