diff options
author | Christian König <christian.koenig@amd.com> | 2021-09-07 10:42:42 +0300 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2021-09-09 14:30:14 +0300 |
commit | 361da7c34216382b7329521c397db0e3e8f6e02b (patch) | |
tree | 11369b5cb42c0abfa1d15e700e1a00769372f15c /include/drm | |
parent | 4f4859d084f7b8c72ca3639f6169b74d0340ddb9 (diff) | |
download | linux-361da7c34216382b7329521c397db0e3e8f6e02b.tar.xz |
drm/ttm: enable TTM page pool kerneldoc
Fix the remaining warnings and finally enable this.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210908132933.3269-9-christian.koenig@amd.com
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/ttm/ttm_pool.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/drm/ttm/ttm_pool.h b/include/drm/ttm/ttm_pool.h index 4321728bdd11..ef09b23d29e3 100644 --- a/include/drm/ttm/ttm_pool.h +++ b/include/drm/ttm/ttm_pool.h @@ -37,7 +37,7 @@ struct ttm_pool; struct ttm_operation_ctx; /** - * ttm_pool_type - Pool for a certain memory type + * struct ttm_pool_type - Pool for a certain memory type * * @pool: the pool we belong to, might be NULL for the global ones * @order: the allocation order our pages have @@ -58,8 +58,9 @@ struct ttm_pool_type { }; /** - * ttm_pool - Pool for all caching and orders + * struct ttm_pool - Pool for all caching and orders * + * @dev: the device we allocate pages for * @use_dma_alloc: if coherent DMA allocations should be used * @use_dma32: if GFP_DMA32 should be used * @caching: pools for each caching/order |