Symbol: dma_fence_context_alloc
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
1408
amdgpu_amdkfd_fence_create(dma_fence_context_alloc(1),
sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c
4504
adev->fence_context = dma_fence_context_alloc(AMDGPU_MAX_RINGS);
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.c
241
evf_mgr->ev_fence_ctx = dma_fence_context_alloc(1);
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq_fence.c
113
fence_drv->context = dma_fence_context_alloc(1);
sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.c
2699
vm->tlb_fence_context = dma_fence_context_alloc(1);
sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.c
2932
dma_fence_context_alloc(AMDGPU_MAX_RINGS);
sys/dev/pci/drm/amd/amdkfd/kfd_svm.c
587
amdgpu_amdkfd_fence_create(dma_fence_context_alloc(1),
sys/dev/pci/drm/dma-resv.c
663
dma_fence_context_alloc(1),
sys/dev/pci/drm/drm_crtc.c
276
crtc->fence_context = dma_fence_context_alloc(1);
sys/dev/pci/drm/drm_linux.c
2415
context = dma_fence_context_alloc(1);
sys/dev/pci/drm/drm_linux.c
2420
context = dma_fence_context_alloc(1);
sys/dev/pci/drm/drm_syncobj.c
992
dma_fence_context_alloc(1),
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
2678
parent->parallel.fence_context = dma_fence_context_alloc(1);
sys/dev/pci/drm/i915/gt/intel_timeline.c
101
timeline->fence_context = dma_fence_context_alloc(1);
sys/dev/pci/drm/i915/gt/uc/intel_guc_submission.c
4251
parent->parallel.fence_context = dma_fence_context_alloc(1);
sys/dev/pci/drm/include/linux/dma-fence.h
56
uint64_t dma_fence_context_alloc(unsigned int);
sys/dev/pci/drm/radeon/radeon_device.c
1313
rdev->fence_context = dma_fence_context_alloc(RADEON_NUM_RINGS);
sys/dev/pci/drm/scheduler/sched_entity.c
116
entity->fence_context = dma_fence_context_alloc(2);