Home
last modified time | relevance | path

Searched refs:bo_list (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.h64 struct list_head bo_list; member
96 .bo_list = LIST_HEAD_INIT((_name).bo_list), \
113 return !list_empty(&ctx->bo_list); in vmw_validation_has_bos()
129 return ttm_eu_reserve_buffers(&ctx->ticket, &ctx->bo_list, intr, in vmw_validation_bo_reserve()
145 ttm_eu_fence_buffer_objects(&ctx->ticket, &ctx->bo_list, in vmw_validation_bo_fence()
H A Dvmwgfx_validation.c195 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_find_bo_dup()
286 list_add_tail(&val_buf->head, &ctx->bo_list); in vmw_validation_add_bo()
555 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_bo_validate()
650 list_for_each_entry(entry, &ctx->bo_list, base.head) in vmw_validation_drop_ht()
675 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_unref_lists()
688 INIT_LIST_HEAD(&ctx->bo_list); in vmw_validation_unref_lists()
853 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_bo_backoff()
863 ttm_eu_backoff_reservation(&ctx->ticket, &ctx->bo_list); in vmw_validation_bo_backoff()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c161 &p->bo_list); in amdgpu_cs_p1_bo_handles()
267 if (p->bo_list) in amdgpu_cs_pass1()
851 if (p->bo_list) in amdgpu_cs_parser_bos()
855 &p->bo_list); in amdgpu_cs_parser_bos()
858 } else if (!p->bo_list) { in amdgpu_cs_parser_bos()
861 &p->bo_list); in amdgpu_cs_parser_bos()
866 mutex_lock(&p->bo_list->bo_list_mutex); in amdgpu_cs_parser_bos()
872 amdgpu_bo_list_for_each_userptr_entry(e, p->bo_list) { in amdgpu_cs_parser_bos()
908 amdgpu_bo_list_for_each_entry(e, p->bo_list) { in amdgpu_cs_parser_bos()
928 amdgpu_bo_list_for_each_userptr_entry(e, p->bo_list) { in amdgpu_cs_parser_bos()
[all …]
H A Damdgpu_cs.h67 struct amdgpu_bo_list *bo_list; member
H A Damdgpu_trace.h148 __field(struct amdgpu_bo_list *, bo_list)
155 __entry->bo_list = p->bo_list;
162 __entry->bo_list, __entry->ring, __entry->dw,
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_mmu_context.h29 struct list_head bo_list; member
H A Divpu_gem.c298 list_add_tail(&bo->ctx_node, &ctx->bo_list); in ivpu_bo_alloc_vpu_addr()
335 list_for_each_entry_safe(bo, tmp, &ctx->bo_list, ctx_node) in ivpu_bo_remove_all_bos_from_context()
736 list_for_each_entry(bo, &vdev->gctx.bo_list, ctx_node) in ivpu_bo_list()
746 list_for_each_entry(bo, &file_priv->ctx.bo_list, ctx_node) in ivpu_bo_list()
H A Divpu_mmu_context.c424 INIT_LIST_HEAD(&ctx->bo_list); in ivpu_mmu_context_init()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_vm.c299 list_for_each_entry(bo_va, &bo->va, bo_list) { in radeon_vm_bo_find()
336 INIT_LIST_HEAD(&bo_va->bo_list); in radeon_vm_bo_add()
340 list_add_tail(&bo_va->bo_list, &bo->va); in radeon_vm_bo_add()
1123 list_del(&bo_va->bo_list); in radeon_vm_bo_rmv()
1156 list_for_each_entry(bo_va, &bo->va, bo_list) { in radeon_vm_bo_invalidate()
1246 list_del_init(&bo_va->bo_list); in radeon_vm_fini()
H A Dradeon.h470 struct list_head bo_list; member
/openbmc/linux/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm.c49 char *buf, struct list_head *bo_list, bool active) in bo_show() argument
67 list_for_each_entry(bo, bo_list, list) { in bo_show()
/openbmc/linux/drivers/accel/qaic/
H A Dqaic.h201 struct list_head bo_list; member
H A Dqaic_data.c916 list_add_tail(&bo->bo_list, &qdev->dbc[hdr->dbc_id].bo_lists); in qaic_attach_slicing_bo()
1875 list_for_each_entry_safe(bo, bo_temp, &dbc->bo_lists, bo_list) { in release_dbc()
1889 list_del(&bo->bo_list); in release_dbc()