Searched refs:radeon_ws_bo_reference (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_cs.c | 145 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()
|
D | radeon_drm_bo.h | 90 void radeon_ws_bo_reference(struct radeon_bo **dst, struct radeon_bo *src) in radeon_ws_bo_reference() function
|
D | radeon_drm_bo.c | 86 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/ |
D | 21.1.0.rst | 3582 - winsys/radeon: rename radeon_bo_reference -> radeon_ws_bo_reference
|