aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorEric Huang <[email protected]>2021-07-09 18:55:03 +0000
committerAlex Deucher <[email protected]>2021-07-13 15:59:14 +0000
commit22762e376612be51a47c96d977bdc103c7a4436c (patch)
tree055127c0a12f05de95422d0a8925f701624df453 /drivers/gpu/drm/amd/amdgpu
parentRevert "drm/amdkfd: Add memory sync before TLB flush on unmap" (diff)
downloadkernel-22762e376612be51a47c96d977bdc103c7a4436c.tar.gz
kernel-22762e376612be51a47c96d977bdc103c7a4436c.zip
Revert "drm/amdgpu: Fix warning of Function parameter or member not described"
This reverts commit 7a68d188d1c4a9d947369acaa19040a58baaaeda. Reason for revert: the related commit is reverted. Signed-off-by: Eric Huang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
index 79cfa2d68487..6b43ebab68a1 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
@@ -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.
*