Home
last modified time | relevance | path

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

12

/drivers/gpu/drm/msm/
Dmsm_fence.c25 fctx->context = dma_fence_context_alloc(1); in msm_fence_context_alloc()
/drivers/gpu/host1x/
Dfence.c164 dma_fence_context_alloc(1), 0); in host1x_fence_create()
/drivers/dma-buf/
Ddma-fence-unwrap.c164 dma_fence_context_alloc(1), in __dma_fence_unwrap_merge()
Ddma-fence.c177 u64 dma_fence_context_alloc(unsigned num) in dma_fence_context_alloc() function
182 EXPORT_SYMBOL(dma_fence_context_alloc);
Ddma-fence-chain.c249 context = dma_fence_context_alloc(1); in dma_fence_chain_init()
Dsw_sync.c87 obj->context = dma_fence_context_alloc(1); in sync_timeline_create()
Dsync_file.c164 dma_fence_context_alloc(1), in sync_file_set_fence()
/drivers/gpu/drm/vgem/
Dvgem_fence.c95 dma_fence_context_alloc(1), 1); in vgem_fence_create()
/drivers/gpu/drm/
Ddrm_writeback.c214 wb_connector->fence_context = dma_fence_context_alloc(1); in drm_writeback_connector_init()
Ddrm_crtc.c287 crtc->fence_context = dma_fence_context_alloc(1); in __drm_crtc_init_with_planes()
Ddrm_syncobj.c884 dma_fence_context_alloc(1), in drm_syncobj_flatten_chain()
/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c131 vgdev->fence_drv.context = dma_fence_context_alloc(1); in virtio_gpu_init()
/drivers/gpu/drm/scheduler/
Dsched_entity.c83 entity->fence_context = dma_fence_context_alloc(2); in drm_sched_entity_init()
/drivers/gpu/drm/i915/gt/
Dintel_timeline.c98 timeline->fence_context = dma_fence_context_alloc(1); in intel_timeline_init()
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ids.c128 uint64_t context = dma_fence_context_alloc(1); in amdgpu_pasid_free_delayed()
Damdgpu_amdkfd_gpuvm.c1203 amdgpu_amdkfd_fence_create(dma_fence_context_alloc(1), in init_kfd_vm()
Damdgpu_vm.c3226 dma_fence_context_alloc(AMDGPU_MAX_RINGS); in amdgpu_vm_manager_init()
/drivers/gpu/drm/lima/
Dlima_sched.c505 pipe->fence_context = dma_fence_context_alloc(1); in lima_sched_pipe_init()
/drivers/gpu/drm/nouveau/
Dnouveau_chan.c556 drm->chan.context_base = dma_fence_context_alloc(drm->chan.nr); in nouveau_channels_init()
/drivers/gpu/drm/v3d/
Dv3d_gem.c908 v3d->queue[i].fence_context = dma_fence_context_alloc(1); in v3d_gem_init()
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c329 fman->ctx = dma_fence_context_alloc(1); in vmw_fence_manager_init()
/drivers/gpu/drm/panfrost/
Dpanfrost_job.c834 js->queue[j].fence_context = dma_fence_context_alloc(1); in panfrost_job_init()
/drivers/gpu/drm/vc4/
Dvc4_gem.c1270 vc4->dma_fence_context = dma_fence_context_alloc(1); in vc4_gem_init()
/drivers/gpu/drm/radeon/
Dradeon_device.c1313 rdev->fence_context = dma_fence_context_alloc(RADEON_NUM_RINGS); in radeon_device_init()
/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.c1709 gpu->fence_context = dma_fence_context_alloc(1); in etnaviv_gpu_bind()

12