Searched refs:bo_list (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/vmwgfx/ |
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()
|
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.1.9/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_cs.c | 168 &p->bo_list); in amdgpu_cs_p1_bo_handles() 869 if (p->bo_list) in amdgpu_cs_parser_bos() 873 &p->bo_list); in amdgpu_cs_parser_bos() 876 } else if (!p->bo_list) { in amdgpu_cs_parser_bos() 879 &p->bo_list); in amdgpu_cs_parser_bos() 884 mutex_lock(&p->bo_list->bo_list_mutex); in amdgpu_cs_parser_bos() 887 amdgpu_bo_list_for_each_entry(e, p->bo_list) in amdgpu_cs_parser_bos() 890 amdgpu_bo_list_get_list(p->bo_list, &p->validated); in amdgpu_cs_parser_bos() 902 amdgpu_bo_list_for_each_userptr_entry(e, p->bo_list) { in amdgpu_cs_parser_bos() 940 amdgpu_bo_list_for_each_entry(e, p->bo_list) { in amdgpu_cs_parser_bos() [all …]
|
D | amdgpu_cs.h | 64 struct amdgpu_bo_list *bo_list; member
|
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.1.9/drivers/gpu/drm/radeon/ |
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()
|
D | radeon.h | 470 struct list_head bo_list; member
|
/linux-6.1.9/drivers/staging/media/atomisp/pci/hmm/ |
D | hmm.c | 51 char *buf, struct list_head *bo_list, bool active) in bo_show() argument 69 list_for_each_entry(bo, bo_list, list) { in bo_show()
|