aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2021-09-03 14:14:41 +0200
committerChristian König <christian.koenig@amd.com>2021-09-09 13:29:05 +0200
commitd7fe6f8afead5838bd43adf10a06a66896bfe756 (patch)
treeb0c1a3f88ada71ea0b59de76e1bf917a1cffda11 /include/drm
parentdrm/ttm: enable TTM resource object kerneldoc v2 (diff)
downloadlinux-dev-d7fe6f8afead5838bd43adf10a06a66896bfe756.tar.xz
linux-dev-d7fe6f8afead5838bd43adf10a06a66896bfe756.zip
drm/ttm: enable TTM placement kerneldoc
Fix the last remaining warning and finally enable this. 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-7-christian.koenig@amd.com
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/ttm/ttm_placement.h1
1 files changed, 1 insertions, 0 deletions
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.