Re: [PATCH] drm/gpusvm: Fix kernel-doc

2025-03-07 Thread Lucas De Marchi
On Fri, Mar 07, 2025 at 07:55:13AM -0800, Matthew Brost wrote: + * - Device Memory Operations: + * Define the interface for driver-specific device memory operations + * release memory, populate pfns, and copy to / from device memory. + * + * This layer provides interfaces for allocati

Re: [PATCH] drm/gpusvm: Fix kernel-doc

2025-03-07 Thread Matthew Brost
On Fri, Mar 07, 2025 at 07:40:28AM -0800, Lucas De Marchi wrote: > Due to wrong `.. kernel-doc` directive in Documentation/gpu/rfc/gpusvm.rst > the documentation was actually not parsing anything from > drivers/gpu/drm/drm_gpusvm.c. This fixes the kernel-doc include and all > warnings/errors create

[PATCH] drm/gpusvm: Fix kernel-doc

2025-03-07 Thread Lucas De Marchi
Due to wrong `.. kernel-doc` directive in Documentation/gpu/rfc/gpusvm.rst the documentation was actually not parsing anything from drivers/gpu/drm/drm_gpusvm.c. This fixes the kernel-doc include and all warnings/errors created when doing so. Cc: Simona Vetter Cc: Dave Airlie Cc: Christian König