Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Kexin Sun and committed by
Alex Deucher
ab2fcdd7 6d1bb522

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
··· 438 438 * @ring: ring to init the fence driver on 439 439 * 440 440 * Init the fence driver for the requested ring (all asics). 441 - * Helper function for amdgpu_fence_driver_init(). 441 + * Helper function for amdgpu_fence_driver_sw_init(). 442 442 */ 443 443 int amdgpu_fence_driver_init_ring(struct amdgpu_ring *ring) 444 444 {