Home
last modified time | relevance | path

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

12

/linux/drivers/dma-buf/
H A Dst-dma-fence-unwrap.c47 return __mock_fence(dma_fence_context_alloc(1), 1); in mock_fence()
67 dma_fence_context_alloc(1), in mock_array()
357 ctx[0] = dma_fence_context_alloc(1); in unwrap_merge_seqno()
358 ctx[1] = dma_fence_context_alloc(1); in unwrap_merge_seqno()
552 ctx[0] = dma_fence_context_alloc(1); in unwrap_merge_complex_seqno()
553 ctx[1] = dma_fence_context_alloc(1); in unwrap_merge_complex_seqno()
H A Ddma-fence-chain.c258 context = dma_fence_context_alloc(1); in dma_fence_chain_init()
H A Ddma-fence.c47 * dma_fence_context_alloc(), and all fences on the same context are
180 * dma_fence_context_alloc - allocate an array of fence contexts
187 u64 dma_fence_context_alloc(unsigned num) in dma_fence_context_alloc() function
192 EXPORT_SYMBOL(dma_fence_context_alloc);
H A Dsw_sync.c108 obj->context = dma_fence_context_alloc(1); in sync_timeline_create()
H A Ddma-resv.c651 dma_fence_context_alloc(1), in dma_resv_get_singleton()
/linux/drivers/gpu/host1x/
H A Dfence.c139 dma_fence_context_alloc(1), 0); in host1x_fence_create()
/linux/drivers/gpu/drm/vgem/
H A Dvgem_fence.c80 dma_fence_context_alloc(1), 1); in vgem_fence_create()
/linux/drivers/gpu/drm/msm/
H A Dmsm_fence.c55 fctx->context = dma_fence_context_alloc(1); in msm_fence_context_alloc()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_eviction_fence.c236 evf_mgr->ev_fence_ctx = dma_fence_context_alloc(1); in amdgpu_eviction_fence_init()
H A Damdgpu_userq_fence.c94 fence_drv->context = dma_fence_context_alloc(1); in amdgpu_userq_fence_driver_alloc()
/linux/include/linux/
H A Ddma-fence.h39 * dma_fence_context_alloc()
649 u64 dma_fence_context_alloc(unsigned num);
/linux/drivers/gpu/drm/xe/
H A Dxe_hw_fence.c134 ctx->dma_fence_ctx = dma_fence_context_alloc(1); in xe_hw_fence_ctx_init()
H A Dxe_gt_tlb_invalidation.c588 dma_fence_context_alloc(1), 1); in xe_gt_tlb_invalidation_fence_init()
H A Dxe_exec_queue.c682 q->lr.context = dma_fence_context_alloc(1); in xe_exec_queue_create_ioctl()
/linux/drivers/gpu/drm/v3d/
H A Dv3d_gem.c271 queue->fence_context = dma_fence_context_alloc(1); in v3d_gem_init()
/linux/drivers/gpu/drm/scheduler/tests/
H A Dmock_scheduler.c309 sched->hw_timeline.context = dma_fence_context_alloc(1); in drm_mock_sched_new()
/linux/drivers/gpu/drm/
H A Ddrm_writeback.c269 wb_connector->fence_context = dma_fence_context_alloc(1); in __drm_writeback_connector_init()
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c149 vgdev->fence_drv.context = dma_fence_context_alloc(1); in virtio_gpu_init()
H A Dvirtgpu_ioctl.c644 vfpriv->base_fence_ctx = dma_fence_context_alloc(value); in virtio_gpu_context_init_ioctl()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.c567 drm->runl[i].context_base = dma_fence_context_alloc(drm->runl[i].chan_nr); in nouveau_channels_init()
572 drm->runl[0].context_base = dma_fence_context_alloc(drm->chan_nr); in nouveau_channels_init()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_timeline.c101 timeline->fence_context = dma_fence_context_alloc(1); in intel_timeline_init()
/linux/drivers/gpu/drm/scheduler/
H A Dsched_entity.c111 entity->fence_context = dma_fence_context_alloc(2); in drm_sched_entity_init()
/linux/drivers/gpu/drm/lima/
H A Dlima_sched.c530 pipe->fence_context = dma_fence_context_alloc(1); in lima_sched_pipe_init()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c141 fman->ctx = dma_fence_context_alloc(1); in vmw_fence_manager_init()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_gem.c1165 vc4->dma_fence_context = dma_fence_context_alloc(1); in vc4_gem_init()

12