]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdkfd: update outdated comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Tue, 30 Dec 2025 16:17:17 +0000 (17:17 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Jan 2026 22:00:00 +0000 (17:00 -0500)
commit95b36732fec4a954a107bb07aa4bff8793762938
tree4cbe01e4e941421d8ca42fcc09d6037f5246ad8f
parente9009c8b7401d5def4cef9c85200ae25dcb38a5b
drm/amdkfd: update outdated comment

The function acquire_packet_buffer() was renamed
kq_acquire_packet_buffer() by commit a5a4d68c9326 ("drm/amdkfd:
Eliminate unnecessary kernel queue function pointers").  Update
the comment accordingly.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Felix Kuehling <felix.kuehling@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c