Home
last modified time | relevance | path

Searched refs:host1x_fence_create (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/host1x/
Dfence.c146 struct dma_fence *host1x_fence_create(struct host1x_syncpt *sp, u32 threshold) in host1x_fence_create() function
170 EXPORT_SYMBOL(host1x_fence_create);
/linux-6.1.9/include/linux/
Dhost1x.h224 struct dma_fence *host1x_fence_create(struct host1x_syncpt *sp, u32 threshold);
/linux-6.1.9/drivers/gpu/drm/tegra/
Dsubmit.c662 struct dma_fence *fence = host1x_fence_create(job->syncpt, job->syncpt_end); in tegra_drm_ioctl_channel_submit()