Home
last modified time | relevance | path

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

12

/drivers/dma-buf/
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()
A Ddma-fence-unwrap.c183 dma_fence_context_alloc(1), in __dma_fence_unwrap_merge()
A Ddma-fence.c187 u64 dma_fence_context_alloc(unsigned num) in dma_fence_context_alloc() function
192 EXPORT_SYMBOL(dma_fence_context_alloc);
A Ddma-fence-chain.c258 context = dma_fence_context_alloc(1); in dma_fence_chain_init()
A Dsw_sync.c108 obj->context = dma_fence_context_alloc(1); in sync_timeline_create()
A Ddma-resv.c651 dma_fence_context_alloc(1), in dma_resv_get_singleton()
/drivers/gpu/host1x/
A Dfence.c139 dma_fence_context_alloc(1), 0); in host1x_fence_create()
/drivers/gpu/drm/vgem/
A Dvgem_fence.c80 dma_fence_context_alloc(1), 1); in vgem_fence_create()
/drivers/gpu/drm/msm/
A Dmsm_fence.c55 fctx->context = dma_fence_context_alloc(1); in msm_fence_context_alloc()
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_eviction_fence.c236 evf_mgr->ev_fence_ctx = dma_fence_context_alloc(1); in amdgpu_eviction_fence_init()
A Damdgpu_userq_fence.c94 fence_drv->context = dma_fence_context_alloc(1); in amdgpu_userq_fence_driver_alloc()
/drivers/gpu/drm/xe/
A Dxe_hw_fence.c134 ctx->dma_fence_ctx = dma_fence_context_alloc(1); in xe_hw_fence_ctx_init()
A Dxe_gt_tlb_invalidation.c588 dma_fence_context_alloc(1), 1); in xe_gt_tlb_invalidation_fence_init()
/drivers/gpu/drm/v3d/
A Dv3d_gem.c271 queue->fence_context = dma_fence_context_alloc(1); in v3d_gem_init()
/drivers/gpu/drm/scheduler/tests/
A Dmock_scheduler.c309 sched->hw_timeline.context = dma_fence_context_alloc(1); in drm_mock_sched_new()
/drivers/gpu/drm/nouveau/
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()
/drivers/gpu/drm/virtio/
A Dvirtgpu_kms.c149 vgdev->fence_drv.context = dma_fence_context_alloc(1); in virtio_gpu_init()
A Dvirtgpu_ioctl.c644 vfpriv->base_fence_ctx = dma_fence_context_alloc(value); in virtio_gpu_context_init_ioctl()
/drivers/gpu/drm/
A Ddrm_writeback.c269 wb_connector->fence_context = dma_fence_context_alloc(1); in __drm_writeback_connector_init()
A Ddrm_crtc.c276 crtc->fence_context = dma_fence_context_alloc(1); in __drm_crtc_init_with_planes()
/drivers/gpu/drm/imagination/
A Dpvr_ccb.c526 pvr_dev->kccb.fence_ctx.id = dma_fence_context_alloc(1); in pvr_kccb_init()
/drivers/gpu/drm/scheduler/
A Dsched_entity.c111 entity->fence_context = dma_fence_context_alloc(2); in drm_sched_entity_init()
/drivers/gpu/drm/i915/gt/
A Dintel_timeline.c101 timeline->fence_context = dma_fence_context_alloc(1); in intel_timeline_init()
/drivers/gpu/drm/lima/
A Dlima_sched.c530 pipe->fence_context = dma_fence_context_alloc(1); in lima_sched_pipe_init()
/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_fence.c141 fman->ctx = dma_fence_context_alloc(1); in vmw_fence_manager_init()

Completed in 52 milliseconds

12