[PATCH] drm/amdgpu: Fix warning of Function parameter or member not described

Christian König ckoenig.leichtzumerken at gmail.com
Mon Jun 7 14:29:47 UTC 2021



Am 07.06.21 um 16:21 schrieb Eric Huang:
> Add the parameter table_freed description on function description.
>
> Signed-off-by: Eric Huang <jinhuieric.huang at amd.com>

Reviewed-by: Christian König <christian.koenig at amd.com>

> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
> index b4f189ab672e..9db1b64d16d9 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
> @@ -1823,6 +1823,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.
>    *



More information about the amd-gfx mailing list