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
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
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