Home
last modified time | relevance | path

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

/linux/drivers/gpu/host1x/hw/
H A Dchannel_hw.c236 job->syncpt_end = host1x_syncpt_incr_max(sp, job->syncpt_incrs); in channel_program_cdma()
237 submit_gathers(job, job->syncpt_end - job->syncpt_incrs); in channel_program_cdma()
273 job->syncpt_end = host1x_syncpt_incr_max(sp, job->syncpt_incrs); in channel_program_cdma()
275 submit_gathers(job, job->syncpt_end - job->syncpt_incrs); in channel_program_cdma()
301 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit()
/linux/drivers/gpu/drm/tegra/
H A Dsubmit.c646 args->syncpt.value = job->syncpt_end; in tegra_drm_ioctl_channel_submit()
649 struct dma_fence *fence = host1x_fence_create(job->syncpt, job->syncpt_end, true); in tegra_drm_ioctl_channel_submit()
H A Ddrm.c334 args->fence = job->syncpt_end; in tegra_drm_submit()
/linux/include/linux/
H A Dhost1x.h297 u32 syncpt_end; member
/linux/drivers/gpu/host1x/
H A Djob.c685 dev_dbg(dev, " SYNCPT_VAL %d\n", job->syncpt_end); in host1x_job_dump()