Home
last modified time | relevance | path

Searched refs:radeon_bo_is_busy (Results 1 - 3 of 3) sorted by relevance

/third_party/libdrm/radeon/
H A Dradeon_bo.h66 int radeon_bo_is_busy(struct radeon_bo *bo, uint32_t *domain);
H A Dradeon_bo.c90 drm_public int radeon_bo_is_busy(struct radeon_bo *bo, uint32_t *domain) in radeon_bo_is_busy() function
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c71 static bool radeon_bo_is_busy(struct radeon_bo *bo) in radeon_bo_is_busy() function
140 return !bo->num_active_ioctls && !radeon_bo_is_busy(bo); in radeon_bo_wait()
155 while (radeon_bo_is_busy(bo)) { in radeon_bo_wait()

Completed in 5 milliseconds