Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/dma-buf/
H A Dst-dma-fence-unwrap.c41 dma_fence_context_alloc(1), 1); in mock_fence()
63 dma_fence_context_alloc(1), in mock_array()
H A Ddma-fence-unwrap.c151 dma_fence_context_alloc(1), in __dma_fence_unwrap_merge()
H A Ddma-fence.c187 u64 dma_fence_context_alloc(unsigned num) in dma_fence_context_alloc() function
192 EXPORT_SYMBOL(dma_fence_context_alloc);
H A Ddma-fence-chain.c259 context = dma_fence_context_alloc(1); in dma_fence_chain_init()
H A Dsw_sync.c87 obj->context = dma_fence_context_alloc(1); in sync_timeline_create()
H A Ddma-resv.c643 dma_fence_context_alloc(1), in dma_resv_get_singleton()
/openbmc/linux/drivers/gpu/host1x/
H A Dfence.c139 dma_fence_context_alloc(1), 0); in host1x_fence_create()
/openbmc/linux/drivers/gpu/drm/vgem/
H A Dvgem_fence.c95 dma_fence_context_alloc(1), 1); in vgem_fence_create()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_fence.c55 fctx->context = dma_fence_context_alloc(1); in msm_fence_context_alloc()
/openbmc/linux/include/linux/
H A Ddma-fence.h644 u64 dma_fence_context_alloc(unsigned num);
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_writeback.c266 wb_connector->fence_context = dma_fence_context_alloc(1); in drm_writeback_connector_init_with_encoder()
H A Ddrm_crtc.c289 crtc->fence_context = dma_fence_context_alloc(1); in __drm_crtc_init_with_planes()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.c573 drm->runl[i].context_base = dma_fence_context_alloc(drm->runl[i].chan_nr); in nouveau_channels_init()
578 drm->runl[0].context_base = dma_fence_context_alloc(drm->chan_nr); in nouveau_channels_init()
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c150 vgdev->fence_drv.context = dma_fence_context_alloc(1); in virtio_gpu_init()
H A Dvirtgpu_ioctl.c634 vfpriv->base_fence_ctx = dma_fence_context_alloc(value); in virtio_gpu_context_init_ioctl()
/openbmc/linux/drivers/gpu/drm/scheduler/
H A Dsched_entity.c90 entity->fence_context = dma_fence_context_alloc(2); in drm_sched_entity_init()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_timeline.c101 timeline->fence_context = dma_fence_context_alloc(1); in intel_timeline_init()
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_sched.c493 pipe->fence_context = dma_fence_context_alloc(1); in lima_sched_pipe_init()
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_job.c244 dma_fence_init(&fence->base, &ivpu_fence_ops, &fence->lock, dma_fence_context_alloc(1), 1); in ivpu_fence_create()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c319 fman->ctx = dma_fence_context_alloc(1); in vmw_fence_manager_init()
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c831 js->queue[j].fence_context = dma_fence_context_alloc(1); in panfrost_job_init()
/openbmc/linux/drivers/gpu/drm/v3d/
H A Dv3d_gem.c1017 v3d->queue[i].fence_context = dma_fence_context_alloc(1); in v3d_gem_init()
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_gem.c1274 vc4->dma_fence_context = dma_fence_context_alloc(1); in vc4_gem_init()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_device.c1301 rdev->fence_context = dma_fence_context_alloc(RADEON_NUM_RINGS); in radeon_device_init()
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c1762 gpu->fence_context = dma_fence_context_alloc(1); in etnaviv_gpu_bind()

12