diff options
| author | Christian König <[email protected]> | 2018-09-15 08:04:54 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-09-19 17:35:01 +0000 |
| commit | 769f846e1411a28202510b590379a1442eb3e85d (patch) | |
| tree | 9acae03e74223462f7c8e40104aa7bbb1de93fc5 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | |
| parent | drm/amdgpu: add amdgpu_vm_entries_mask v2 (diff) | |
| download | kernel-769f846e1411a28202510b590379a1442eb3e85d.tar.gz kernel-769f846e1411a28202510b590379a1442eb3e85d.zip | |
drm/amdgpu: fix parameter documentation for amdgpu_vm_free_pts
The function was modified without updating the documentation.
Signed-off-by: Christian König <[email protected]>
Reviewed-by: Huang Rui <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c index e16d57efe39f..6904d794d60a 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c @@ -961,8 +961,7 @@ error_free_pt: * 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. */ |
