On 18.09.25 06:09, Sunil Khatri wrote: > In function 'amdgpu_vm_lock_done_list' update the comment > for the new argument 'vm'. > > Reported-by: kernel test robot <l...@intel.com> > Closes: > https://lore.kernel.org/oe-kbuild-all/202509180211.uaqme0zj-...@intel.com/ > Signed-off-by: Sunil Khatri <sunil.kha...@amd.com>
Reviewed-by: Christian König <christian.koe...@amd.com> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 1 + > 1 file changed, 1 insertion(+) > > 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 > *