]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
Revert "drm/amdgpu: Fix warning of Function parameter or member not described"
authorEric Huang <JinhuiEric.Huang@amd.com>
Fri, 9 Jul 2021 18:55:03 +0000 (14:55 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 13 Jul 2021 15:59:14 +0000 (11:59 -0400)
This reverts commit 7a68d188d1c4a9d947369acaa19040a58baaaeda.

Reason for revert: the related commit is reverted.

Signed-off-by: Eric Huang <jinhuieric.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c

index 79cfa2d68487ea3333ce6f7b58e87370a79e9632..6b43ebab68a11c7a213e772d4f481ac933fd937a 100644 (file)
@@ -1816,7 +1816,6 @@ void amdgpu_vm_get_memory(struct amdgpu_vm *vm, uint64_t *vram_mem,
  * @adev: amdgpu_device pointer
  * @bo_va: requested BO and VM object
  * @clear: if true clear the entries
- * @table_freed: return true if page table is freed
  *
  * Fill in the page table entries for @bo_va.
  *