Searched refs:bo_list (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_validation.h | 64 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()
|
A D | vmwgfx_validation.c | 196 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_find_bo_dup() 297 list_add_tail(&val_buf->head, &ctx->bo_list); in vmw_validation_add_bo() 580 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_bo_validate() 686 list_for_each_entry(entry, &ctx->bo_list, base.head) in vmw_validation_drop_ht() 711 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_unref_lists() 724 INIT_LIST_HEAD(&ctx->bo_list); in vmw_validation_unref_lists() 889 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_bo_backoff() 901 ttm_eu_backoff_reservation(&ctx->ticket, &ctx->bo_list); in vmw_validation_bo_backoff()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_cs.c | 172 &p->bo_list); in amdgpu_cs_p1_bo_handles() 868 if (p->bo_list) in amdgpu_cs_parser_bos() 872 &p->bo_list); in amdgpu_cs_parser_bos() 875 } else if (!p->bo_list) { in amdgpu_cs_parser_bos() 878 &p->bo_list); in amdgpu_cs_parser_bos() 883 mutex_lock(&p->bo_list->bo_list_mutex); in amdgpu_cs_parser_bos() 980 p->bo_list->gws_obj, in amdgpu_cs_parser_bos() 981 p->bo_list->oa_obj); in amdgpu_cs_parser_bos() 998 mutex_unlock(&p->bo_list->bo_list_mutex); in amdgpu_cs_parser_bos() 1379 if (parser->bo_list) in amdgpu_cs_parser_fini() [all …]
|
A D | amdgpu_cs.h | 66 struct amdgpu_bo_list *bo_list; member
|
A D | amdgpu_trace.h | 148 __field(struct amdgpu_bo_list *, bo_list) 155 __entry->bo_list = p->bo_list; 162 __entry->bo_list, __entry->ring, __entry->dw,
|
/linux-6.3-rc2/drivers/accel/ivpu/ |
A D | ivpu_mmu_context.h | 28 struct list_head bo_list; member
|
A D | ivpu_gem.c | 293 list_add_tail(&bo->ctx_node, &ctx->bo_list); in ivpu_bo_alloc_vpu_addr() 330 list_for_each_entry_safe(bo, tmp, &ctx->bo_list, ctx_node) in ivpu_bo_remove_all_bos_from_context() 726 list_for_each_entry(bo, &vdev->gctx.bo_list, ctx_node) in ivpu_bo_list() 736 list_for_each_entry(bo, &file_priv->ctx.bo_list, ctx_node) in ivpu_bo_list()
|
A D | ivpu_mmu_context.c | 315 INIT_LIST_HEAD(&ctx->bo_list); in ivpu_mmu_context_init()
|
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | radeon_vm.c | 299 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() 1242 list_del_init(&bo_va->bo_list); in radeon_vm_fini()
|
A D | radeon.h | 470 struct list_head bo_list; member
|
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/hmm/ |
A D | hmm.c | 49 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()
|
Completed in 41 milliseconds