[PATCH 8/8] drm/ttm: enable TTM page pool kerneldoc

2021-09-08 Thread Christian König
Fix the remaining warnings and finally enable this. Signed-off-by: Christian König Reviewed-by: Alex Deucher --- Documentation/gpu/drm-mm.rst | 9 + include/drm/ttm/ttm_pool.h | 5 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Documentation/gpu/drm-mm.rst b/Doc

Re: [PATCH 8/8] drm/ttm: enable TTM page pool kerneldoc

2021-09-07 Thread Alex Deucher
On Tue, Sep 7, 2021 at 4:01 AM Christian König wrote: > > Fix the remaining warnings and finally enable this. > > Signed-off-by: Christian König Reviewed-by: Alex Deucher > --- > Documentation/gpu/drm-mm.rst | 9 + > include/drm/ttm/ttm_pool.h | 5 +++-- > 2 files changed, 12 insert

[PATCH 8/8] drm/ttm: enable TTM page pool kerneldoc

2021-09-07 Thread Christian König
Fix the remaining warnings and finally enable this. Signed-off-by: Christian König --- Documentation/gpu/drm-mm.rst | 9 + include/drm/ttm/ttm_pool.h | 5 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst i