[PATCH 7/8] drm/ttm: enable TTM TT object kerneldoc v2

2021-09-08 Thread Christian König
Fix the remaining warnings and finally enable this. v2: add caching enum link Signed-off-by: Christian König Reviewed-by: Matthew Auld Reviewed-by: Alex Deucher --- Documentation/gpu/drm-mm.rst | 9 + include/drm/ttm/ttm_tt.h | 11 --- 2 files changed, 17 insertions(+), 3

Re: [PATCH 7/8] drm/ttm: enable TTM TT object kerneldoc v2

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. > > v2: add caching enum link > > Signed-off-by: Christian König > Reviewed-by: Matthew Auld Reviewed-by: Alex Deucher > --- > Documentation/gpu/drm-mm.rst | 9 + > include/

[PATCH 7/8] drm/ttm: enable TTM TT object kerneldoc v2

2021-09-07 Thread Christian König
Fix the remaining warnings and finally enable this. v2: add caching enum link Signed-off-by: Christian König Reviewed-by: Matthew Auld --- Documentation/gpu/drm-mm.rst | 9 + include/drm/ttm/ttm_tt.h | 11 --- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a