aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
diff options
context:
space:
mode:
authorEric Huang <[email protected]>2021-06-05 14:43:00 +0000
committerAlex Deucher <[email protected]>2021-06-07 18:58:01 +0000
commit7a68d188d1c4a9d947369acaa19040a58baaaeda (patch)
treeb8444018dba5346d4e07b545519a55004f1b6ed0 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
parentdrm/amdkfd: remove duplicate include of kfd_svm.h (diff)
downloadkernel-7a68d188d1c4a9d947369acaa19040a58baaaeda.tar.gz
kernel-7a68d188d1c4a9d947369acaa19040a58baaaeda.zip
drm/amdgpu: Fix warning of Function parameter or member not described
Add the parameter table_freed description on function description. Signed-off-by: Eric Huang <[email protected]> Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
index 7ed02b8463ee..00addb62f0e5 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
@@ -1826,6 +1826,7 @@ 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.
*