On Sat, Sep 15, 2018 at 10:05:41AM +0200, Christian König wrote: > The function was modified without updating the documentation. > > Signed-off-by: Christian König <[email protected]> > ---
Reviewed-by: Huang Rui <[email protected]> > drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c > b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c > index aaf54fc8cafe..cad275eaba74 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c > @@ -961,8 +961,7 @@ int amdgpu_vm_alloc_pts(struct amdgpu_device *adev, > * amdgpu_vm_free_pts - free PD/PT levels > * > * @adev: amdgpu device structure > - * @parent: PD/PT starting level to free > - * @level: level of parent structure > + * @vm: amdgpu vm structure > * > * Free the page directory or page table level and all sub levels. > */ > -- > 2.14.1 > > _______________________________________________ > amd-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
