Home
last modified time | relevance | path

Searched refs:amdgpu_fill_buffer (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ttm.h113 int amdgpu_fill_buffer(struct amdgpu_bo *bo,
H A Damdgpu_object.c603 r = amdgpu_fill_buffer(bo, 0, bo->tbo.base.resv, &fence); in amdgpu_bo_do_create()
1333 r = amdgpu_fill_buffer(abo, AMDGPU_POISON, bo->base.resv, &fence); in amdgpu_bo_release_notify()
H A Damdgpu_ttm.c469 r = amdgpu_fill_buffer(ttm_to_amdgpu_bo(bo), AMDGPU_POISON, in amdgpu_move_blit()
2312 int amdgpu_fill_buffer(struct amdgpu_bo *bo, in amdgpu_fill_buffer() function