]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/gpusvm: Fix kernel-doc
authorLucas De Marchi <lucas.demarchi@intel.com>
Sat, 8 Mar 2025 01:14:28 +0000 (17:14 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 13 Mar 2025 03:53:47 +0000 (20:53 -0700)
commitfd6c10e67b2986b68f0294cae584f873f7a2478c
treef3cb513c8ad881fcaa3a103ab6d42010a583b1ef
parent4b22f19cc7a9c671e0677db8bad2560d7ea2dba4
drm/gpusvm: Fix kernel-doc

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 <simona.vetter@ffwll.ch>
Cc: Dave Airlie <airlied@redhat.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: dri-devel@lists.freedesktop.org
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/intel-xe/20250307195239.57abcd2d@canb.auug.org.au/
Fixes: 99624bdff867 ("drm/gpusvm: Add support for GPU Shared Virtual Memory")
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250307-fix-svm-kerneldoc-v2-1-03c74b199620@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
(cherry picked from commit 4da1fb61e02a783fdd7eb725ea03d897b8ef19ea)
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Documentation/gpu/rfc/gpusvm.rst
drivers/gpu/drm/drm_gpusvm.c