[PATCH 4/8] drm/ttm: enable TTM device object kerneldoc v2

2021-09-08 Thread Christian König
Fix the remaining warnings, switch to inline structure documentation and finally enable this. v2: adjust based on suggestions from Alex Signed-off-by: Christian König Reviewed-by: Matthew Auld --- Documentation/gpu/drm-mm.rst | 9 + include/drm/ttm/ttm_device.h | 72 +++---

Re: [PATCH 4/8] drm/ttm: enable TTM device object kerneldoc

2021-09-07 Thread Alex Deucher
On Tue, Sep 7, 2021 at 4:01 AM Christian König wrote: > > Fix the remaining warnings, switch to inline structure documentation > and finally enable this. > > Signed-off-by: Christian König > Reviewed-by: Matthew Auld > --- > Documentation/gpu/drm-mm.rst | 9 + > include/drm/ttm/ttm_device.

[PATCH 4/8] drm/ttm: enable TTM device object kerneldoc

2021-09-07 Thread Christian König
Fix the remaining warnings, switch to inline structure documentation and finally enable this. Signed-off-by: Christian König Reviewed-by: Matthew Auld --- Documentation/gpu/drm-mm.rst | 9 + include/drm/ttm/ttm_device.h | 73 +--- 2 files changed, 51 inserti