Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_fence_defs.h34 #define dma_fence_context_alloc(a) fence_context_alloc(a) macro
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_fence_defs.h36 #define dma_fence_context_alloc(a) fence_context_alloc(a) macro
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_fence.c36 fence_ctx->context = dma_fence_context_alloc(1); in rknpu_fence_context_alloc()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/
H A Drve_fence.c34 fence_ctx->context = dma_fence_context_alloc(1); in rve_fence_context_alloc()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_fence.c37 fence_ctx->context = dma_fence_context_alloc(1); in rga_fence_context_init()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-fence.c152 u64 dma_fence_context_alloc(unsigned num) in dma_fence_context_alloc() function
157 EXPORT_SYMBOL(dma_fence_context_alloc);
H A Ddma-fence-chain.c249 context = dma_fence_context_alloc(1); in dma_fence_chain_init()
H A Dsw_sync.c89 obj->context = dma_fence_context_alloc(1); in sync_timeline_create()
H A Dsync_file.c164 dma_fence_context_alloc(1), in sync_file_set_fence()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_fence.c24 fctx->context = dma_fence_context_alloc(1); in msm_fence_context_alloc()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vgem/
H A Dvgem_fence.c95 dma_fence_context_alloc(1), 1); in vgem_fence_create()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-fence.h590 u64 dma_fence_context_alloc(unsigned num);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_writeback.c214 wb_connector->fence_context = dma_fence_context_alloc(1); in drm_writeback_connector_init()
H A Ddrm_crtc.c299 crtc->fence_context = dma_fence_context_alloc(1); in drm_crtc_init_with_planes()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_internal_sync.c166 sync_timeline->fence_context = dma_fence_context_alloc(1); in mali_internal_sync_timeline_create()
398 dma_fence_context_alloc(1), 1, false); in mali_internal_sync_fence_set_fence_array()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c130 vgdev->fence_drv.context = dma_fence_context_alloc(1); in virtio_gpu_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/scheduler/
H A Dsched_entity.c80 entity->fence_context = dma_fence_context_alloc(2); in drm_sched_entity_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ids.c128 uint64_t context = dma_fence_context_alloc(1); in amdgpu_pasid_free_delayed()
H A Damdgpu_dma_buf.c150 dma_fence_context_alloc(1), 0, in __dma_resv_make_exclusive()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/
H A Dlima_sched.c501 pipe->fence_context = dma_fence_context_alloc(1); in lima_sched_pipe_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_timeline.c264 timeline->fence_context = dma_fence_context_alloc(1); in intel_timeline_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c622 js->queue[j].fence_context = dma_fence_context_alloc(1); in panfrost_job_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.c569 drm->chan.context_base = dma_fence_context_alloc(drm->chan.nr); in nouveau_channels_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/v3d/
H A Dv3d_gem.c873 v3d->queue[i].fence_context = dma_fence_context_alloc(1); in v3d_gem_init()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960779 dma_fence_context_alloc

12