[PATCH] drm/gpusvm: Fix kernel-doc
Lucas De Marchi
lucas.demarchi at intel.com
Fri Mar 7 17:21:31 UTC 2025
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 allocating, mapping, migrating, and
>> + * releasing memory ranges between the CPU and GPU. It handles all core
>> + * memory management interactions (DMA mapping, HMM, and migration) and
>> + * provides driver-specific virtual functions (vfuncs). This infrastructure
>> + * is sufficient to build the expected driver components for an SVM
>> + * implementation as detailed below.
>
>I think you have an extra indentation here.
>
>With this fixed:
>Reviewed-by: Matthew Brost <matthew.brost at intel.com>
right... on a quick read I thought it was related to "Device Memory
Operations". I will unindent it.
thanks
Lucas De Marchi
More information about the dri-devel
mailing list