Symbol: dma_fence_context_alloc
drivers/accel/ethosu/ethosu_job.c
329
edev->fence_context = dma_fence_context_alloc(1);
drivers/accel/ivpu/ivpu_job.c
500
dma_fence_init(&fence->base, &ivpu_fence_ops, &fence->lock, dma_fence_context_alloc(1), 1);
drivers/accel/rocket/rocket_job.c
470
core->fence_context = dma_fence_context_alloc(1);
drivers/dma-buf/dma-fence-chain.c
258
context = dma_fence_context_alloc(1);
drivers/dma-buf/dma-fence-unwrap.c
183
dma_fence_context_alloc(1),
drivers/dma-buf/dma-fence.c
190
EXPORT_SYMBOL(dma_fence_context_alloc);
drivers/dma-buf/dma-resv.c
651
dma_fence_context_alloc(1),
drivers/dma-buf/st-dma-fence-unwrap.c
357
ctx[0] = dma_fence_context_alloc(1);
drivers/dma-buf/st-dma-fence-unwrap.c
358
ctx[1] = dma_fence_context_alloc(1);
drivers/dma-buf/st-dma-fence-unwrap.c
47
return __mock_fence(dma_fence_context_alloc(1), 1);
drivers/dma-buf/st-dma-fence-unwrap.c
552
ctx[0] = dma_fence_context_alloc(1);
drivers/dma-buf/st-dma-fence-unwrap.c
553
ctx[1] = dma_fence_context_alloc(1);
drivers/dma-buf/st-dma-fence-unwrap.c
67
dma_fence_context_alloc(1),
drivers/dma-buf/sw_sync.c
109
obj->context = dma_fence_context_alloc(1);
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
1424
amdgpu_amdkfd_fence_create(dma_fence_context_alloc(1),
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
4417
adev->fence_context = dma_fence_context_alloc(AMDGPU_MAX_RINGS);
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
236
evf_mgr->ev_fence_ctx = dma_fence_context_alloc(1);
drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c
104
fence_drv->context = dma_fence_context_alloc(1);
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
2631
vm->tlb_fence_context = dma_fence_context_alloc(1);
drivers/gpu/drm/amd/amdkfd/kfd_svm.c
587
amdgpu_amdkfd_fence_create(dma_fence_context_alloc(1),
drivers/gpu/drm/drm_crtc.c
295
crtc->fence_context = dma_fence_context_alloc(1);
drivers/gpu/drm/drm_writeback.c
269
wb_connector->fence_context = dma_fence_context_alloc(1);
drivers/gpu/drm/etnaviv/etnaviv_gpu.c
1817
gpu->fence_context = dma_fence_context_alloc(1);
drivers/gpu/drm/i915/gt/intel_execlists_submission.c
2675
parent->parallel.fence_context = dma_fence_context_alloc(1);
drivers/gpu/drm/i915/gt/intel_timeline.c
102
timeline->fence_context = dma_fence_context_alloc(1);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
4249
parent->parallel.fence_context = dma_fence_context_alloc(1);
drivers/gpu/drm/imagination/pvr_ccb.c
527
pvr_dev->kccb.fence_ctx.id = dma_fence_context_alloc(1);
drivers/gpu/drm/imagination/pvr_queue.c
329
fence_ctx->id = dma_fence_context_alloc(1);
drivers/gpu/drm/lima/lima_sched.c
532
pipe->fence_context = dma_fence_context_alloc(1);
drivers/gpu/drm/msm/msm_fence.c
55
fctx->context = dma_fence_context_alloc(1);
drivers/gpu/drm/nouveau/nouveau_chan.c
567
drm->runl[i].context_base = dma_fence_context_alloc(drm->runl[i].chan_nr);
drivers/gpu/drm/nouveau/nouveau_chan.c
572
drm->runl[0].context_base = dma_fence_context_alloc(drm->chan_nr);
drivers/gpu/drm/panfrost/panfrost_job.c
898
js->queue[j].fence_context = dma_fence_context_alloc(1);
drivers/gpu/drm/panthor/panthor_sched.c
3522
queue->fence_ctx.id = dma_fence_context_alloc(1);
drivers/gpu/drm/radeon/radeon_device.c
1298
rdev->fence_context = dma_fence_context_alloc(RADEON_NUM_RINGS);
drivers/gpu/drm/scheduler/sched_entity.c
112
entity->fence_context = dma_fence_context_alloc(2);
drivers/gpu/drm/scheduler/tests/mock_scheduler.c
309
sched->hw_timeline.context = dma_fence_context_alloc(1);
drivers/gpu/drm/v3d/v3d_gem.c
290
queue->fence_context = dma_fence_context_alloc(1);
drivers/gpu/drm/vc4/vc4_gem.c
1166
vc4->dma_fence_context = dma_fence_context_alloc(1);
drivers/gpu/drm/vgem/vgem_fence.c
80
dma_fence_context_alloc(1), 1);
drivers/gpu/drm/virtio/virtgpu_ioctl.c
644
vfpriv->base_fence_ctx = dma_fence_context_alloc(value);
drivers/gpu/drm/virtio/virtgpu_kms.c
150
vgdev->fence_drv.context = dma_fence_context_alloc(1);
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
141
fman->ctx = dma_fence_context_alloc(1);
drivers/gpu/drm/xe/xe_exec_queue.c
1220
q->lr.context = dma_fence_context_alloc(1);
drivers/gpu/drm/xe/xe_hw_fence.c
114
ctx->dma_fence_ctx = dma_fence_context_alloc(1);
drivers/gpu/drm/xe/xe_sync.c
378
dma_fence_context_alloc(1),
drivers/gpu/drm/xe/xe_tlb_inval.c
447
dma_fence_context_alloc(1), 1);
drivers/gpu/drm/xe/xe_vm.c
3227
dma_fence_array_init(cf, n_fence, fences, dma_fence_context_alloc(1),
drivers/gpu/host1x/fence.c
139
dma_fence_context_alloc(1), 0);
drivers/iio/industrialio-buffer.c
1684
priv->context = dma_fence_context_alloc(1);
drivers/usb/gadget/function/f_fs.c
1534
priv->context = dma_fence_context_alloc(1);
include/linux/dma-fence.h
670
u64 dma_fence_context_alloc(unsigned num);