| /linux-6.15/drivers/dma-buf/ |
| H A D | st-dma-fence-unwrap.c | 47 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 D | dma-fence-unwrap.c | 160 dma_fence_context_alloc(1), in __dma_fence_unwrap_merge()
|
| H A D | dma-fence.c | 187 u64 dma_fence_context_alloc(unsigned num) in dma_fence_context_alloc() function 192 EXPORT_SYMBOL(dma_fence_context_alloc);
|
| H A D | dma-fence-chain.c | 259 context = dma_fence_context_alloc(1); in dma_fence_chain_init()
|
| H A D | sw_sync.c | 108 obj->context = dma_fence_context_alloc(1); in sync_timeline_create()
|
| H A D | dma-resv.c | 651 dma_fence_context_alloc(1), in dma_resv_get_singleton()
|
| /linux-6.15/drivers/gpu/host1x/ |
| H A D | fence.c | 139 dma_fence_context_alloc(1), 0); in host1x_fence_create()
|
| /linux-6.15/drivers/gpu/drm/vgem/ |
| H A D | vgem_fence.c | 95 dma_fence_context_alloc(1), 1); in vgem_fence_create()
|
| /linux-6.15/drivers/gpu/drm/msm/ |
| H A D | msm_fence.c | 55 fctx->context = dma_fence_context_alloc(1); in msm_fence_context_alloc()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_hw_fence.c | 131 ctx->dma_fence_ctx = dma_fence_context_alloc(1); in xe_hw_fence_ctx_init()
|
| H A D | xe_gt_tlb_invalidation.c | 570 dma_fence_context_alloc(1), 1); in xe_gt_tlb_invalidation_fence_init()
|
| H A D | xe_exec_queue.c | 696 q->lr.context = dma_fence_context_alloc(1); in xe_exec_queue_create_ioctl()
|
| /linux-6.15/include/linux/ |
| H A D | dma-fence.h | 651 u64 dma_fence_context_alloc(unsigned num);
|
| /linux-6.15/drivers/gpu/drm/v3d/ |
| H A D | v3d_gem.c | 252 queue->fence_context = dma_fence_context_alloc(1); in v3d_gem_init()
|
| /linux-6.15/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_chan.c | 564 drm->runl[i].context_base = dma_fence_context_alloc(drm->runl[i].chan_nr); in nouveau_channels_init() 569 drm->runl[0].context_base = dma_fence_context_alloc(drm->chan_nr); in nouveau_channels_init()
|
| /linux-6.15/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_kms.c | 149 vgdev->fence_drv.context = dma_fence_context_alloc(1); in virtio_gpu_init()
|
| H A D | virtgpu_ioctl.c | 644 vfpriv->base_fence_ctx = dma_fence_context_alloc(value); in virtio_gpu_context_init_ioctl()
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_writeback.c | 268 wb_connector->fence_context = dma_fence_context_alloc(1); in __drm_writeback_connector_init()
|
| H A D | drm_crtc.c | 276 crtc->fence_context = dma_fence_context_alloc(1); in __drm_crtc_init_with_planes()
|
| /linux-6.15/drivers/gpu/drm/imagination/ |
| H A D | pvr_ccb.c | 526 pvr_dev->kccb.fence_ctx.id = dma_fence_context_alloc(1); in pvr_kccb_init()
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_timeline.c | 101 timeline->fence_context = dma_fence_context_alloc(1); in intel_timeline_init()
|
| /linux-6.15/drivers/gpu/drm/scheduler/ |
| H A D | sched_entity.c | 111 entity->fence_context = dma_fence_context_alloc(2); in drm_sched_entity_init()
|
| /linux-6.15/drivers/gpu/drm/lima/ |
| H A D | lima_sched.c | 528 pipe->fence_context = dma_fence_context_alloc(1); in lima_sched_pipe_init()
|
| /linux-6.15/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_fence.c | 319 fman->ctx = dma_fence_context_alloc(1); in vmw_fence_manager_init()
|
| /linux-6.15/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_job.c | 884 js->queue[j].fence_context = dma_fence_context_alloc(1); in panfrost_job_init()
|