Searched refs:bo_list (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_validation.h | 60 struct list_head bo_list; member 89 .bo_list = LIST_HEAD_INIT((_name).bo_list), \ 106 return !list_empty(&ctx->bo_list); in vmw_validation_has_bos() 122 return ttm_eu_reserve_buffers(&ctx->ticket, &ctx->bo_list, intr, in vmw_validation_bo_reserve() 138 ttm_eu_fence_buffer_objects(&ctx->ticket, &ctx->bo_list, in vmw_validation_bo_fence()
|
| H A D | vmwgfx_validation.c | 178 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_find_bo_dup() 268 list_add_tail(&val_buf->head, &ctx->bo_list); in vmw_validation_add_bo() 539 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_bo_validate() 634 list_for_each_entry(entry, &ctx->bo_list, base.head) in vmw_validation_drop_ht() 659 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_unref_lists() 672 INIT_LIST_HEAD(&ctx->bo_list); in vmw_validation_unref_lists() 837 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_bo_backoff() 847 ttm_eu_backoff_reservation(&ctx->ticket, &ctx->bo_list); in vmw_validation_bo_backoff()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_cs.c | 162 &p->bo_list); in amdgpu_cs_p1_bo_handles() 255 if (p->bo_list) in amdgpu_cs_pass1() 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() 890 amdgpu_bo_list_for_each_userptr_entry(e, p->bo_list) { in amdgpu_cs_parser_bos() 918 amdgpu_bo_list_for_each_entry(e, p->bo_list) { in amdgpu_cs_parser_bos() 938 amdgpu_bo_list_for_each_userptr_entry(e, p->bo_list) { in amdgpu_cs_parser_bos() [all …]
|
| H A D | amdgpu_cs.h | 67 struct amdgpu_bo_list *bo_list; member
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_vm.c | 297 list_for_each_entry(bo_va, &bo->va, bo_list) { in radeon_vm_bo_find() 334 INIT_LIST_HEAD(&bo_va->bo_list); in radeon_vm_bo_add() 338 list_add_tail(&bo_va->bo_list, &bo->va); in radeon_vm_bo_add() 1121 list_del(&bo_va->bo_list); in radeon_vm_bo_rmv() 1154 list_for_each_entry(bo_va, &bo->va, bo_list) { in radeon_vm_bo_invalidate() 1244 list_del_init(&bo_va->bo_list); in radeon_vm_fini()
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic.h | 269 struct list_head bo_list; member
|
| H A D | qaic_data.c | 1067 list_add_tail(&bo->bo_list, &bo->dbc->bo_lists); in qaic_attach_slice_bo_ioctl() 1862 list_del(&bo->bo_list); in detach_slice_bo() 2026 list_for_each_entry_safe(bo, bo_temp, &dbc->bo_lists, bo_list) { in release_dbc()
|