Home
last modified time | relevance | path

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

12

/Linux-v6.6/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.c164 dma_fence_context_alloc(1), in __dma_fence_unwrap_merge()
Ddma-fence.c187 u64 dma_fence_context_alloc(unsigned num) in dma_fence_context_alloc() function
192 EXPORT_SYMBOL(dma_fence_context_alloc);
Ddma-fence-chain.c259 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.c643 dma_fence_context_alloc(1), in dma_resv_get_singleton()
/Linux-v6.6/drivers/gpu/host1x/
Dfence.c139 dma_fence_context_alloc(1), 0); in host1x_fence_create()
/Linux-v6.6/drivers/gpu/drm/msm/
Dmsm_fence.c55 fctx->context = dma_fence_context_alloc(1); in msm_fence_context_alloc()
/Linux-v6.6/drivers/gpu/drm/vgem/
Dvgem_fence.c95 dma_fence_context_alloc(1), 1); in vgem_fence_create()
/Linux-v6.6/include/linux/
Ddma-fence.h629 u64 dma_fence_context_alloc(unsigned num);
/Linux-v6.6/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.6/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c150 vgdev->fence_drv.context = dma_fence_context_alloc(1); in virtio_gpu_init()
Dvirtgpu_ioctl.c634 vfpriv->base_fence_ctx = dma_fence_context_alloc(value); in virtio_gpu_context_init_ioctl()
/Linux-v6.6/drivers/gpu/drm/nouveau/
Dnouveau_chan.c572 drm->runl[i].context_base = dma_fence_context_alloc(drm->runl[i].chan_nr); in nouveau_channels_init()
577 drm->runl[0].context_base = dma_fence_context_alloc(drm->chan_nr); in nouveau_channels_init()
/Linux-v6.6/drivers/gpu/drm/scheduler/
Dsched_entity.c90 entity->fence_context = dma_fence_context_alloc(2); in drm_sched_entity_init()
/Linux-v6.6/drivers/gpu/drm/i915/gt/
Dintel_timeline.c101 timeline->fence_context = dma_fence_context_alloc(1); in intel_timeline_init()
/Linux-v6.6/drivers/gpu/drm/lima/
Dlima_sched.c486 pipe->fence_context = dma_fence_context_alloc(1); in lima_sched_pipe_init()
/Linux-v6.6/drivers/accel/ivpu/
Divpu_job.c244 dma_fence_init(&fence->base, &ivpu_fence_ops, &fence->lock, dma_fence_context_alloc(1), 1); in ivpu_fence_create()
/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c321 fman->ctx = dma_fence_context_alloc(1); in vmw_fence_manager_init()
/Linux-v6.6/drivers/gpu/drm/panfrost/
Dpanfrost_job.c831 js->queue[j].fence_context = dma_fence_context_alloc(1); in panfrost_job_init()
/Linux-v6.6/drivers/gpu/drm/v3d/
Dv3d_gem.c1017 v3d->queue[i].fence_context = dma_fence_context_alloc(1); in v3d_gem_init()
/Linux-v6.6/drivers/gpu/drm/vc4/
Dvc4_gem.c1274 vc4->dma_fence_context = dma_fence_context_alloc(1); in vc4_gem_init()
/Linux-v6.6/drivers/gpu/drm/radeon/
Dradeon_device.c1301 rdev->fence_context = dma_fence_context_alloc(RADEON_NUM_RINGS); in radeon_device_init()
/Linux-v6.6/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.c1762 gpu->fence_context = dma_fence_context_alloc(1); in etnaviv_gpu_bind()

12