]> 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:37:45 +0000 (11:37 -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 2a88ed5d983b841356b1dcd0c174c891d9756dc2..f735282ba87803a797297f14a49ebbef2f216883 100644 (file)
@@ -1856,7 +1856,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.
  *