Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 769f846e authored by Christian König's avatar Christian König Committed by Alex Deucher
Browse files

drm/amdgpu: fix parameter documentation for amdgpu_vm_free_pts



The function was modified without updating the documentation.

Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Reviewed-by: default avatarHuang Rui <ray.huang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent cb90b97b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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.
 */