Commit 22762e37 authored by Eric Huang's avatar Eric Huang Committed by Alex Deucher
Browse files

Revert "drm/amdgpu: Fix warning of Function parameter or member not described"



This reverts commit 7a68d188.

Reason for revert: the related commit is reverted.

Signed-off-by: default avatarEric Huang <jinhuieric.huang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f5cc09ac
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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.
 *