summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2018-09-15 10:04:54 +0200
committerAlex Deucher <alexander.deucher@amd.com>2018-09-19 12:35:01 -0500
commit769f846e1411a28202510b590379a1442eb3e85d (patch)
tree9acae03e74223462f7c8e40104aa7bbb1de93fc5
parentcb90b97bb379895302a7b47b97199928fd0bafa9 (diff)
downloadlinux-769f846e1411a28202510b590379a1442eb3e85d.tar.bz2
drm/amdgpu: fix parameter documentation for amdgpu_vm_free_pts
The function was modified without updating the documentation. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c3
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.
*/