Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/host1x/
H A Dfence.c125 struct dma_fence *host1x_fence_create(struct host1x_syncpt *sp, u32 threshold, in host1x_fence_create() function
145 EXPORT_SYMBOL(host1x_fence_create);
H A Dsyncpt.c239 fence = host1x_fence_create(sp, thresh, false); in host1x_syncpt_wait()
/openbmc/linux/drivers/gpu/host1x/hw/
H A Dchannel_hw.c326 job->fence = host1x_fence_create(sp, syncval, true); in channel_submit()
/openbmc/linux/include/linux/
H A Dhost1x.h225 struct dma_fence *host1x_fence_create(struct host1x_syncpt *sp, u32 threshold,
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dsubmit.c649 struct dma_fence *fence = host1x_fence_create(job->syncpt, job->syncpt_end, true); in tegra_drm_ioctl_channel_submit()