Searched refs:host1x_fence_create (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/drivers/gpu/host1x/ |
| D | fence.c | 125 struct dma_fence *host1x_fence_create(struct host1x_syncpt *sp, u32 threshold, in host1x_fence_create() function 145 EXPORT_SYMBOL(host1x_fence_create);
|
| D | syncpt.c | 239 fence = host1x_fence_create(sp, thresh, false); in host1x_syncpt_wait()
|
| /Linux-v6.6/drivers/gpu/host1x/hw/ |
| D | channel_hw.c | 326 job->fence = host1x_fence_create(sp, syncval, true); in channel_submit()
|
| /Linux-v6.6/include/linux/ |
| D | host1x.h | 225 struct dma_fence *host1x_fence_create(struct host1x_syncpt *sp, u32 threshold,
|
| /Linux-v6.6/drivers/gpu/drm/tegra/ |
| D | submit.c | 649 struct dma_fence *fence = host1x_fence_create(job->syncpt, job->syncpt_end, true); in tegra_drm_ioctl_channel_submit()
|