Home
last modified time | relevance | path

Searched refs:dma_fence_context_alloc (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/sys/dev/pci/drm/include/linux/
Ddma-fence.h56 uint64_t dma_fence_context_alloc(unsigned int);
/openbsd/src/sys/dev/pci/drm/i915/gt/
Dintel_timeline.c101 timeline->fence_context = dma_fence_context_alloc(1); in intel_timeline_init()
Dintel_execlists_submission.c2683 parent->parallel.fence_context = dma_fence_context_alloc(1); in execlists_create_parallel()
/openbsd/src/sys/dev/pci/drm/scheduler/
Dsched_entity.c112 entity->fence_context = dma_fence_context_alloc(2); in drm_sched_entity_init()
/openbsd/src/sys/dev/pci/drm/
Ddma-resv.c655 dma_fence_context_alloc(1), in dma_resv_get_singleton()
Ddrm_crtc.c276 crtc->fence_context = dma_fence_context_alloc(1); in __drm_crtc_init_with_planes()
Ddrm_linux.c1944 dma_fence_context_alloc(unsigned int num) in dma_fence_context_alloc() function
2326 context = dma_fence_context_alloc(1); in dma_fence_chain_init()
2331 context = dma_fence_context_alloc(1); in dma_fence_chain_init()
Ddrm_syncobj.c967 dma_fence_context_alloc(1), in drm_syncobj_flatten_chain()
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_vm.c2558 vm->tlb_fence_context = dma_fence_context_alloc(1); in amdgpu_vm_init()
2773 dma_fence_context_alloc(AMDGPU_MAX_RINGS); in amdgpu_vm_manager_init()
Damdgpu_amdkfd_gpuvm.c1398 amdgpu_amdkfd_fence_create(dma_fence_context_alloc(1), in init_kfd_vm()
Damdgpu_device.c4123 adev->fence_context = dma_fence_context_alloc(AMDGPU_MAX_RINGS); in amdgpu_device_init()
/openbsd/src/sys/dev/pci/drm/radeon/
Dradeon_device.c1313 rdev->fence_context = dma_fence_context_alloc(RADEON_NUM_RINGS); in radeon_device_init()
/openbsd/src/sys/dev/pci/drm/amd/amdkfd/
Dkfd_svm.c585 amdgpu_amdkfd_fence_create(dma_fence_context_alloc(1), in svm_range_vram_node_new()
/openbsd/src/sys/dev/pci/drm/i915/gt/uc/
Dintel_guc_submission.c4219 parent->parallel.fence_context = dma_fence_context_alloc(1); in guc_create_parallel()