]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: update outdated comment for renamed amdgpu_fence_driver_init()
authorKexin Sun <kexinsun@smail.nju.edu.cn>
Sat, 21 Mar 2026 10:57:28 +0000 (18:57 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Mar 2026 17:34:09 +0000 (13:34 -0400)
commitab2fcdd7021908d5b1537f97be5a1994339fd6da
tree896a9ae826affaff2ca694a1843675e093a8c496
parent6d1bb522924a31cf492a0c44f41a8178eba40c90
drm/amdgpu: update outdated comment for renamed amdgpu_fence_driver_init()

The function amdgpu_fence_driver_init() was renamed to
amdgpu_fence_driver_sw_init() by commit 067f44c8b459
("drm/amdgpu: avoid over-handle of fence driver fini in s3
test (v2)").  Update the stale reference in the
amdgpu_fence_driver_init_ring() kdoc.

Assisted-by: unnamed:deepseek-v3.2 coccinelle
Signed-off-by: Kexin Sun <kexinsun@smail.nju.edu.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c