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

The function amdgpu_amdkfd_gpuvm_import_dmabuf() was split into
import_obj_create() and amdgpu_amdkfd_gpuvm_import_dmabuf_fd() in
commit 0188006d7c79 ("drm/amdkfd: Import DMABufs for interop
through DRM").  import_obj_create() now does the allocation for
the mem variable discussed in the comment.

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/amdgpu/amdgpu_amdkfd_gpuvm.c