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 <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Sunil Khatri <[email protected]> Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent f8b367e commit 0aa09d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)