Home
last modified time | relevance | path

Searched refs:radeon_ws_bo_reference (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c145 radeon_ws_bo_reference(&csc->relocs_bo[i].bo, NULL); in radeon_cs_context_cleanup()
149 radeon_ws_bo_reference(&csc->slab_buffers[i].bo, NULL); in radeon_cs_context_cleanup()
299 radeon_ws_bo_reference(&csc->relocs_bo[csc->num_relocs].bo, bo); in radeon_lookup_or_add_real_buffer()
352 radeon_ws_bo_reference(&item->bo, bo); in radeon_lookup_or_add_slab_buffer()
433 radeon_ws_bo_reference(&cs->csc->relocs_bo[i].bo, NULL); in radeon_drm_cs_validate()
546 radeon_ws_bo_reference(&bo->u.slab.fences[src], NULL); in radeon_bo_slab_fence()
568 radeon_ws_bo_reference(&bo->u.slab.fences[bo->u.slab.num_fences], fence); in radeon_bo_slab_fence()
Dradeon_drm_bo.h90 void radeon_ws_bo_reference(struct radeon_bo **dst, struct radeon_bo *src) in radeon_ws_bo_reference() function
Dradeon_drm_bo.c86 radeon_ws_bo_reference(&bo->u.slab.fences[num_idle], NULL); in radeon_bo_is_busy()
113 radeon_ws_bo_reference(&fence, bo->u.slab.fences[0]); in radeon_bo_wait_idle()
121 radeon_ws_bo_reference(&bo->u.slab.fences[0], NULL); in radeon_bo_wait_idle()
126 radeon_ws_bo_reference(&fence, NULL); in radeon_bo_wait_idle()
826 radeon_ws_bo_reference(&slab->buffer, NULL); in radeon_bo_slab_alloc()
839 radeon_ws_bo_reference(&bo->u.slab.fences[j], NULL); in radeon_bo_slab_free()
844 radeon_ws_bo_reference(&slab->buffer, NULL); in radeon_bo_slab_free()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst3582 - winsys/radeon: rename radeon_bo_reference -> radeon_ws_bo_reference