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.h58 simple_mtx_t bo_fence_lock; member
Damdgpu_bo.c88 simple_mtx_lock(&ws->bo_fence_lock); in amdgpu_bo_wait()
104 simple_mtx_unlock(&ws->bo_fence_lock); in amdgpu_bo_wait()
110 simple_mtx_lock(&ws->bo_fence_lock); in amdgpu_bo_wait()
118 simple_mtx_unlock(&ws->bo_fence_lock); in amdgpu_bo_wait()
123 simple_mtx_lock(&ws->bo_fence_lock); in amdgpu_bo_wait()
137 simple_mtx_unlock(&ws->bo_fence_lock); in amdgpu_bo_wait()
938 simple_mtx_lock(&ws->bo_fence_lock); in sparse_free_backing_buffer()
940 simple_mtx_unlock(&ws->bo_fence_lock); in sparse_free_backing_buffer()
Damdgpu_winsys.c134 simple_mtx_destroy(&ws->bo_fence_lock); in do_winsys_deinit()
478 (void) simple_mtx_init(&aws->bo_fence_lock, mtx_plain); in amdgpu_winsys_create()
Damdgpu_cs.c1830 simple_mtx_lock(&ws->bo_fence_lock); in amdgpu_cs_flush()
1847 simple_mtx_unlock(&ws->bo_fence_lock); in amdgpu_cs_flush()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.h86 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.c638 mtx_destroy(&ws->bo_fence_lock); in radeon_winsys_destroy()
900 (void) mtx_init(&ws->bo_fence_lock, mtx_plain); in radeon_drm_winsys_create()
Dradeon_drm_cs.c619 mtx_lock(&cs->ws->bo_fence_lock); in radeon_drm_cs_flush()
625 mtx_unlock(&cs->ws->bo_fence_lock); in radeon_drm_cs_flush()