Skip to content

Commit 0aa09d8

Browse files
amd-sukhatrialexdeucher
authored andcommitted
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>
1 parent f8b367e commit 0aa09d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ int amdgpu_vm_lock_pd(struct amdgpu_vm *vm, struct drm_exec *exec,
486486

487487
/**
488488
* amdgpu_vm_lock_done_list - lock all BOs on the done list
489+
* @vm: vm providing the BOs
489490
* @exec: drm execution context
490491
* @num_fences: number of extra fences to reserve
491492
*

0 commit comments

Comments
 (0)