Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.h155 int amdgpu_fill_buffer(struct amdgpu_bo *bo,
Damdgpu_object.c607 r = amdgpu_fill_buffer(bo, 0, bo->tbo.base.resv, &fence); in amdgpu_bo_create()
1348 r = amdgpu_fill_buffer(abo, AMDGPU_POISON, bo->base.resv, &fence); in amdgpu_bo_release_notify()
Damdgpu_ttm.c404 r = amdgpu_fill_buffer(ttm_to_amdgpu_bo(bo), AMDGPU_POISON, in amdgpu_move_blit()
1952 int amdgpu_fill_buffer(struct amdgpu_bo *bo, in amdgpu_fill_buffer() function