dma_fence_context_alloc  247 drivers/dma-buf/dma-fence-chain.c 		context = dma_fence_context_alloc(1);
dma_fence_context_alloc  111 drivers/dma-buf/dma-fence.c EXPORT_SYMBOL(dma_fence_context_alloc);
dma_fence_context_alloc   87 drivers/dma-buf/sw_sync.c 	obj->context = dma_fence_context_alloc(1);
dma_fence_context_alloc  164 drivers/dma-buf/sync_file.c 					       dma_fence_context_alloc(1),
dma_fence_context_alloc  858 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 			amdgpu_amdkfd_fence_create(dma_fence_context_alloc(1),
dma_fence_context_alloc 2598 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 	adev->fence_context = dma_fence_context_alloc(AMDGPU_MAX_RINGS);
dma_fence_context_alloc  163 drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c 					       dma_fence_context_alloc(1), 0,
dma_fence_context_alloc  128 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c 		uint64_t context = dma_fence_context_alloc(1);
dma_fence_context_alloc 3010 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 		dma_fence_context_alloc(AMDGPU_MAX_RINGS);
dma_fence_context_alloc  272 drivers/gpu/drm/drm_crtc.c 	crtc->fence_context = dma_fence_context_alloc(1);
dma_fence_context_alloc  215 drivers/gpu/drm/drm_writeback.c 	wb_connector->fence_context = dma_fence_context_alloc(1);
dma_fence_context_alloc 1640 drivers/gpu/drm/etnaviv/etnaviv_gpu.c 	gpu->fence_context = dma_fence_context_alloc(1);
dma_fence_context_alloc  253 drivers/gpu/drm/i915/gt/intel_timeline.c 	timeline->fence_context = dma_fence_context_alloc(1);
dma_fence_context_alloc  335 drivers/gpu/drm/lima/lima_sched.c 	pipe->fence_context = dma_fence_context_alloc(1);
dma_fence_context_alloc   24 drivers/gpu/drm/msm/msm_fence.c 	fctx->context = dma_fence_context_alloc(1);
dma_fence_context_alloc  532 drivers/gpu/drm/nouveau/nouveau_chan.c 	drm->chan.context_base = dma_fence_context_alloc(drm->chan.nr);
dma_fence_context_alloc  525 drivers/gpu/drm/panfrost/panfrost_job.c 		js->queue[j].fence_context = dma_fence_context_alloc(1);
dma_fence_context_alloc 1310 drivers/gpu/drm/radeon/radeon_device.c 	rdev->fence_context = dma_fence_context_alloc(RADEON_NUM_RINGS);
dma_fence_context_alloc   83 drivers/gpu/drm/scheduler/sched_entity.c 	entity->fence_context = dma_fence_context_alloc(2);
dma_fence_context_alloc  835 drivers/gpu/drm/v3d/v3d_gem.c 		v3d->queue[i].fence_context = dma_fence_context_alloc(1);
dma_fence_context_alloc 1272 drivers/gpu/drm/vc4/vc4_gem.c 	vc4->dma_fence_context = dma_fence_context_alloc(1);
dma_fence_context_alloc   95 drivers/gpu/drm/vgem/vgem_fence.c 		       dma_fence_context_alloc(1), 1);
dma_fence_context_alloc  143 drivers/gpu/drm/virtio/virtgpu_kms.c 	vgdev->fence_drv.context = dma_fence_context_alloc(1);
dma_fence_context_alloc  319 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	fman->ctx = dma_fence_context_alloc(1);
dma_fence_context_alloc  574 include/linux/dma-fence.h u64 dma_fence_context_alloc(unsigned num);