Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.h161 int amdgpu_fill_buffer(struct amdgpu_bo *bo,
H A Damdgpu_object.c640 r = amdgpu_fill_buffer(bo, 0, bo->tbo.base.resv, &fence, true); in amdgpu_bo_create()
1375 r = amdgpu_fill_buffer(abo, AMDGPU_POISON, bo->base.resv, &fence, true); in amdgpu_bo_release_notify()
H A Damdgpu_ttm.c386 r = amdgpu_fill_buffer(abo, AMDGPU_POISON, NULL, &wipe_fence, in amdgpu_move_blit()
2245 int amdgpu_fill_buffer(struct amdgpu_bo *bo, in amdgpu_fill_buffer() function