Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_timeline.c32 timeline->fence_context = dma_fence_context_alloc(1); in i915_timeline_init()
Di915_gem.c5468 dev_priv->mm.unordered_timeline = dma_fence_context_alloc(1); in i915_gem_init()
/Linux-v4.19/drivers/dma-buf/
Ddma-fence.c79 u64 dma_fence_context_alloc(unsigned num) in dma_fence_context_alloc() function
84 EXPORT_SYMBOL(dma_fence_context_alloc);
Dsw_sync.c96 obj->context = dma_fence_context_alloc(1); in sync_timeline_create()
Dsync_file.c173 dma_fence_context_alloc(1), in sync_file_set_fence()
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_fence.c35 fctx->context = dma_fence_context_alloc(1); in msm_fence_context_alloc()
/Linux-v4.19/drivers/gpu/drm/vgem/
Dvgem_fence.c106 dma_fence_context_alloc(1), 1); in vgem_fence_create()
/Linux-v4.19/include/linux/
Ddma-fence.h544 u64 dma_fence_context_alloc(unsigned num);
/Linux-v4.19/drivers/gpu/drm/
Ddrm_writeback.c213 wb_connector->fence_context = dma_fence_context_alloc(1); in drm_writeback_connector_init()
Ddrm_crtc.c312 crtc->fence_context = dma_fence_context_alloc(1); in drm_crtc_init_with_planes()
/Linux-v4.19/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c162 vgdev->fence_drv.context = dma_fence_context_alloc(1); in virtio_gpu_driver_load()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ids.c128 uint64_t context = dma_fence_context_alloc(1); in amdgpu_pasid_free_delayed()
Damdgpu_amdkfd_gpuvm.c943 amdgpu_amdkfd_fence_create(dma_fence_context_alloc(1), in init_kfd_vm()
Damdgpu_vm.c2925 dma_fence_context_alloc(AMDGPU_MAX_RINGS); in amdgpu_vm_manager_init()
Damdgpu_device.c2340 adev->fence_context = dma_fence_context_alloc(AMDGPU_MAX_RINGS); in amdgpu_device_init()
/Linux-v4.19/drivers/gpu/drm/v3d/
Dv3d_gem.c613 v3d->queue[i].fence_context = dma_fence_context_alloc(1); in v3d_gem_init()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_chan.c503 drm->chan.context_base = dma_fence_context_alloc(drm->chan.nr); in nouveau_channels_init()
/Linux-v4.19/drivers/gpu/drm/scheduler/
Dgpu_scheduler.c195 entity->fence_context = dma_fence_context_alloc(2); in drm_sched_entity_init()
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c314 fman->ctx = dma_fence_context_alloc(1); in vmw_fence_manager_init()
/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_gem.c1260 vc4->dma_fence_context = dma_fence_context_alloc(1); in vc4_gem_init()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_device.c1303 rdev->fence_context = dma_fence_context_alloc(RADEON_NUM_RINGS); in radeon_device_init()
/Linux-v4.19/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.c1637 gpu->fence_context = dma_fence_context_alloc(1); in etnaviv_gpu_bind()