Home
last modified time | relevance | path

Searched refs:bo_fence_lock (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.h53 simple_mtx_t bo_fence_lock; member
Damdgpu_bo.c93 simple_mtx_lock(&ws->bo_fence_lock); in amdgpu_bo_wait()
109 simple_mtx_unlock(&ws->bo_fence_lock); in amdgpu_bo_wait()
115 simple_mtx_lock(&ws->bo_fence_lock); in amdgpu_bo_wait()
123 simple_mtx_unlock(&ws->bo_fence_lock); in amdgpu_bo_wait()
128 simple_mtx_lock(&ws->bo_fence_lock); in amdgpu_bo_wait()
142 simple_mtx_unlock(&ws->bo_fence_lock); in amdgpu_bo_wait()
745 simple_mtx_lock(&ws->bo_fence_lock); in sparse_free_backing_buffer()
747 simple_mtx_unlock(&ws->bo_fence_lock); in sparse_free_backing_buffer()
Damdgpu_winsys.c97 simple_mtx_destroy(&ws->bo_fence_lock); in amdgpu_winsys_destroy()
321 (void) simple_mtx_init(&ws->bo_fence_lock, mtx_plain); in amdgpu_winsys_create()
Damdgpu_cs.c1505 simple_mtx_lock(&ws->bo_fence_lock); in amdgpu_cs_flush()
1516 simple_mtx_unlock(&ws->bo_fence_lock); in amdgpu_cs_flush()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.h80 mtx_t bo_fence_lock; member
Dradeon_drm_bo.c80 mtx_lock(&bo->rws->bo_fence_lock); in radeon_bo_is_busy()
91 mtx_unlock(&bo->rws->bo_fence_lock); in radeon_bo_is_busy()
110 mtx_lock(&bo->rws->bo_fence_lock); in radeon_bo_wait_idle()
114 mtx_unlock(&bo->rws->bo_fence_lock); in radeon_bo_wait_idle()
119 mtx_lock(&bo->rws->bo_fence_lock); in radeon_bo_wait_idle()
128 mtx_unlock(&bo->rws->bo_fence_lock); in radeon_bo_wait_idle()
Dradeon_drm_winsys.c558 mtx_destroy(&ws->bo_fence_lock); in radeon_winsys_destroy()
820 (void) mtx_init(&ws->bo_fence_lock, mtx_plain); in radeon_drm_winsys_create()
Dradeon_drm_cs.c599 mtx_lock(&cs->ws->bo_fence_lock); in radeon_drm_cs_flush()
605 mtx_unlock(&cs->ws->bo_fence_lock); in radeon_drm_cs_flush()