Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/dma-buf/
Dst-dma-fence-unwrap.c41 dma_fence_context_alloc(1), 1); in mock_fence()
63 dma_fence_context_alloc(1), in mock_array()
Ddma-fence-unwrap.c151 dma_fence_context_alloc(1), in __dma_fence_unwrap_merge()
Ddma-fence.c186 u64 dma_fence_context_alloc(unsigned num) in dma_fence_context_alloc() function
191 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()
Ddma-resv.c633 dma_fence_context_alloc(1), in dma_resv_get_singleton()
/Linux-v6.1/drivers/gpu/drm/msm/
Dmsm_fence.c26 fctx->context = dma_fence_context_alloc(1); in msm_fence_context_alloc()
/Linux-v6.1/drivers/gpu/host1x/
Dfence.c164 dma_fence_context_alloc(1), 0); in host1x_fence_create()
/Linux-v6.1/drivers/gpu/drm/vgem/
Dvgem_fence.c95 dma_fence_context_alloc(1), 1); in vgem_fence_create()
/Linux-v6.1/include/linux/
Ddma-fence.h588 u64 dma_fence_context_alloc(unsigned num);
/Linux-v6.1/drivers/gpu/drm/
Ddrm_writeback.c266 wb_connector->fence_context = dma_fence_context_alloc(1); in drm_writeback_connector_init_with_encoder()
Ddrm_crtc.c289 crtc->fence_context = dma_fence_context_alloc(1); in __drm_crtc_init_with_planes()
/Linux-v6.1/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c148 vgdev->fence_drv.context = dma_fence_context_alloc(1); in virtio_gpu_init()
Dvirtgpu_ioctl.c804 vfpriv->base_fence_ctx = dma_fence_context_alloc(value); in virtio_gpu_context_init_ioctl()
/Linux-v6.1/drivers/gpu/drm/scheduler/
Dsched_entity.c89 entity->fence_context = dma_fence_context_alloc(2); in drm_sched_entity_init()
/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dintel_timeline.c101 timeline->fence_context = dma_fence_context_alloc(1); in intel_timeline_init()
/Linux-v6.1/drivers/gpu/drm/lima/
Dlima_sched.c486 pipe->fence_context = dma_fence_context_alloc(1); in lima_sched_pipe_init()
/Linux-v6.1/drivers/gpu/drm/nouveau/
Dnouveau_chan.c558 drm->chan.context_base = dma_fence_context_alloc(drm->chan.nr); in nouveau_channels_init()
/Linux-v6.1/drivers/gpu/drm/panfrost/
Dpanfrost_job.c815 js->queue[j].fence_context = dma_fence_context_alloc(1); in panfrost_job_init()
/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c321 fman->ctx = dma_fence_context_alloc(1); in vmw_fence_manager_init()
/Linux-v6.1/drivers/gpu/drm/v3d/
Dv3d_gem.c1074 v3d->queue[i].fence_context = dma_fence_context_alloc(1); in v3d_gem_init()
/Linux-v6.1/drivers/gpu/drm/radeon/
Dradeon_device.c1300 rdev->fence_context = dma_fence_context_alloc(RADEON_NUM_RINGS); in radeon_device_init()
/Linux-v6.1/drivers/gpu/drm/vc4/
Dvc4_gem.c1316 vc4->dma_fence_context = dma_fence_context_alloc(1); in vc4_gem_init()
/Linux-v6.1/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.c1702 gpu->fence_context = dma_fence_context_alloc(1); in etnaviv_gpu_bind()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm.c2303 dma_fence_context_alloc(AMDGPU_MAX_RINGS); in amdgpu_vm_manager_init()

12