summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
diff options
context:
space:
mode:
authorSunil Khatri <sunil.khatri@amd.com>2025-09-18 09:33:51 +0530
committerAlex Deucher <alexander.deucher@amd.com>2025-09-18 09:43:38 -0400
commit0aa09d8a6cab0f7d284e61eff28ac3be4d324c20 (patch)
tree9a13bf95e2a1eafa2b6932edd91c109c617f29e2 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
parentf8b367e6fa1716cab7cc232b9e3dff29187fc99d (diff)
drm/amdgpu: add missing comment for the new argument
In function 'amdgpu_vm_lock_done_list' update the comment for the new argument 'vm'. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202509180211.UAqME0zj-lkp@intel.com/ Signed-off-by: Sunil Khatri <sunil.khatri@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
index d0c95fb0ef81..1ccd348bf48b 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
@@ -486,6 +486,7 @@ int amdgpu_vm_lock_pd(struct amdgpu_vm *vm, struct drm_exec *exec,
/**
* amdgpu_vm_lock_done_list - lock all BOs on the done list
+ * @vm: vm providing the BOs
* @exec: drm execution context
* @num_fences: number of extra fences to reserve
*