Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_fence.c24 fctx->context = dma_fence_context_alloc(1); in msm_fence_context_alloc()
/Linux-v5.4/drivers/dma-buf/
Ddma-fence.c106 u64 dma_fence_context_alloc(unsigned num) in dma_fence_context_alloc() function
111 EXPORT_SYMBOL(dma_fence_context_alloc);
Ddma-fence-chain.c247 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()
/Linux-v5.4/drivers/gpu/drm/vgem/
Dvgem_fence.c95 dma_fence_context_alloc(1), 1); in vgem_fence_create()
/Linux-v5.4/include/linux/
Ddma-fence.h574 u64 dma_fence_context_alloc(unsigned num);
/Linux-v5.4/drivers/gpu/drm/
Ddrm_writeback.c215 wb_connector->fence_context = dma_fence_context_alloc(1); in drm_writeback_connector_init()
Ddrm_crtc.c272 crtc->fence_context = dma_fence_context_alloc(1); in drm_crtc_init_with_planes()
/Linux-v5.4/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c143 vgdev->fence_drv.context = dma_fence_context_alloc(1); in virtio_gpu_init()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dma_buf.c163 dma_fence_context_alloc(1), 0, in __dma_resv_make_exclusive()
Damdgpu_ids.c128 uint64_t context = dma_fence_context_alloc(1); in amdgpu_pasid_free_delayed()
Damdgpu_amdkfd_gpuvm.c858 amdgpu_amdkfd_fence_create(dma_fence_context_alloc(1), in init_kfd_vm()
Damdgpu_vm.c3004 dma_fence_context_alloc(AMDGPU_MAX_RINGS); in amdgpu_vm_manager_init()
Damdgpu_device.c2598 adev->fence_context = dma_fence_context_alloc(AMDGPU_MAX_RINGS); in amdgpu_device_init()
/Linux-v5.4/drivers/gpu/drm/lima/
Dlima_sched.c335 pipe->fence_context = dma_fence_context_alloc(1); in lima_sched_pipe_init()
/Linux-v5.4/drivers/gpu/drm/scheduler/
Dsched_entity.c83 entity->fence_context = dma_fence_context_alloc(2); in drm_sched_entity_init()
/Linux-v5.4/drivers/gpu/drm/panfrost/
Dpanfrost_job.c509 js->queue[j].fence_context = dma_fence_context_alloc(1); in panfrost_job_init()
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_timeline.c253 timeline->fence_context = dma_fence_context_alloc(1); in intel_timeline_init()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_chan.c532 drm->chan.context_base = dma_fence_context_alloc(drm->chan.nr); in nouveau_channels_init()
/Linux-v5.4/drivers/gpu/drm/v3d/
Dv3d_gem.c835 v3d->queue[i].fence_context = dma_fence_context_alloc(1); in v3d_gem_init()
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c319 fman->ctx = dma_fence_context_alloc(1); in vmw_fence_manager_init()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_device.c1310 rdev->fence_context = dma_fence_context_alloc(RADEON_NUM_RINGS); in radeon_device_init()
/Linux-v5.4/drivers/gpu/drm/vc4/
Dvc4_gem.c1272 vc4->dma_fence_context = dma_fence_context_alloc(1); in vc4_gem_init()
/Linux-v5.4/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.c1640 gpu->fence_context = dma_fence_context_alloc(1); in etnaviv_gpu_bind()