diff options
author | Christian König <christian.koenig@amd.com> | 2021-09-03 15:14:41 +0300 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2021-09-09 14:29:05 +0300 |
commit | d7fe6f8afead5838bd43adf10a06a66896bfe756 (patch) | |
tree | b0c1a3f88ada71ea0b59de76e1bf917a1cffda11 /Documentation/gpu | |
parent | 324317add204db3f938da3539784a91d40f7141c (diff) | |
download | linux-d7fe6f8afead5838bd43adf10a06a66896bfe756.tar.xz |
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 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/drm-mm.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst index 66d24b745c62..1c9930fb5e7d 100644 --- a/Documentation/gpu/drm-mm.rst +++ b/Documentation/gpu/drm-mm.rst @@ -43,6 +43,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 ----------------------------- |