Skip to content

Commit 3d271e2

Browse files
rddunlapalexdeucher
authored andcommitted
drm/amdgpu: update docum. filename following rename
Fix documentation build errors for amdgpu: correct the filename. Error: Cannot open file ../drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c Error: Cannot open file ../drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c Error: Cannot open file ../drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -sphinx-version 5.3.0 -function MMU Notifier ../drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c' failed with return code 1 WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -sphinx-version 5.3.0 -internal ../drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c' failed with return code 2 Fixes: d9483ec ("drm/amdgpu: rename the files for HMM handling") Signed-off-by: Randy Dunlap <[email protected]> Cc: Christian König <[email protected]> Cc: Alex Deucher <[email protected]> Cc: Felix Kuehling <[email protected]> Cc: David Airlie <[email protected]> Cc: Daniel Vetter <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Alex Deucher <[email protected]>
1 parent ca54639 commit 3d271e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/gpu/amdgpu/driver-core.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ PRIME Buffer Sharing
148148
MMU Notifier
149149
============
150150

151-
.. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c
151+
.. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_hmm.c
152152
:doc: MMU Notifier
153153

154-
.. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c
154+
.. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_hmm.c
155155
:internal:
156156

157157
AMDGPU Virtual Memory

0 commit comments

Comments
 (0)