/linux-6.12.1/drivers/gpu/drm/vmwgfx/ |
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()
|
D | vmwgfx_validation.c | 178 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_find_bo_dup() 269 list_add_tail(&val_buf->head, &ctx->bo_list); in vmw_validation_add_bo() 538 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_bo_validate() 633 list_for_each_entry(entry, &ctx->bo_list, base.head) in vmw_validation_drop_ht() 658 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_unref_lists() 671 INIT_LIST_HEAD(&ctx->bo_list); in vmw_validation_unref_lists() 836 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_bo_backoff() 846 ttm_eu_backoff_reservation(&ctx->ticket, &ctx->bo_list); in vmw_validation_bo_backoff()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_cs.c | 161 &p->bo_list); in amdgpu_cs_p1_bo_handles() 267 if (p->bo_list) in amdgpu_cs_pass1() 852 if (p->bo_list) in amdgpu_cs_parser_bos() 856 &p->bo_list); in amdgpu_cs_parser_bos() 859 } else if (!p->bo_list) { in amdgpu_cs_parser_bos() 862 &p->bo_list); in amdgpu_cs_parser_bos() 867 mutex_lock(&p->bo_list->bo_list_mutex); in amdgpu_cs_parser_bos() 873 amdgpu_bo_list_for_each_userptr_entry(e, p->bo_list) { in amdgpu_cs_parser_bos() 909 amdgpu_bo_list_for_each_entry(e, p->bo_list) { in amdgpu_cs_parser_bos() 929 amdgpu_bo_list_for_each_userptr_entry(e, p->bo_list) { in amdgpu_cs_parser_bos() [all …]
|
D | amdgpu_cs.h | 67 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.12.1/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() 1246 list_del_init(&bo_va->bo_list); in radeon_vm_fini()
|
D | radeon.h | 470 struct list_head bo_list; member
|
/linux-6.12.1/drivers/accel/ivpu/ |
D | ivpu_gem.c | 144 list_for_each_entry(bo, &vdev->bo_list, bo_list_node) { in ivpu_bo_unbind_all_bos_from_context() 197 list_add_tail(&bo->bo_list_node, &vdev->bo_list); in ivpu_bo_alloc() 435 list_for_each_entry(bo, &vdev->bo_list, bo_list_node) in ivpu_bo_list()
|
D | ivpu_drv.h | 139 struct list_head bo_list; member
|
D | ivpu_drv.c | 607 INIT_LIST_HEAD(&vdev->bo_list); in ivpu_dev_init()
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/hmm/ |
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()
|
/linux-6.12.1/drivers/accel/qaic/ |
D | qaic.h | 224 struct list_head bo_list; member
|
D | qaic_data.c | 1034 list_add_tail(&bo->bo_list, &bo->dbc->bo_lists); in qaic_attach_slice_bo_ioctl() 1814 list_del(&bo->bo_list); in detach_slice_bo() 1973 list_for_each_entry_safe(bo, bo_temp, &dbc->bo_lists, bo_list) { in release_dbc()
|