Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: add function parameter description in 'amdgpu_gart_bind'

Fixes gcc warning:

drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c:313: warning: Function
parameter or member 'flags' not described in 'amdgpu_gart_bind'

Fixes: d38ceaf99ed0 ("drm/amdgpu: add core driver (v4)")
Signed-off-by: yu kuai <yukuai3@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

yu kuai and committed by
Alex Deucher
e8b74035 b8b72130

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c
··· 302 302 * @pages: number of pages to bind 303 303 * @pagelist: pages to bind 304 304 * @dma_addr: DMA addresses of pages 305 + * @flags: page table entry flags 305 306 * 306 307 * Binds the requested pages to the gart page table 307 308 * (all asics).