Home
last modified time | relevance | path

Searched refs:sync_file_create (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dsync_file.h58 struct sync_file *sync_file_create(struct dma_fence *fence);
/linux/drivers/dma-buf/
H A Dsync_file.c65 struct sync_file *sync_file_create(struct dma_fence *fence) in sync_file_create() function
77 EXPORT_SYMBOL(sync_file_create);
/linux/Documentation/driver-api/
H A Dsync_file.rst51 struct sync_file *sync_file_create(struct dma_fence *fence);
/linux/drivers/gpu/drm/
H A Ddrm_syncobj.c774 sync_file = sync_file_create(fence); in drm_syncobj_export_sync_file()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c1619 sync_file = sync_file_create(fence); in amdgpu_cs_fence_to_handle_ioctl()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c4256 sync_file = sync_file_create(&fence->base); in vmw_execbuf_process()