Home
last modified time | relevance | path

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

/openbmc/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()
H A Ddebug_hw.c202 job->syncpt->id, job->syncpt_end, job->timeout, in show_channel_gathers()
/openbmc/linux/drivers/gpu/host1x/
H A Dcdma.c283 cdma->timeout.syncpt_val = job->syncpt_end; in cdma_start_timer_locked()
323 if (!host1x_syncpt_is_expired(sp, job->syncpt_end) && in update_cdma_locked()
386 if (syncpt_val < job->syncpt_end) { in host1x_cdma_update_sync_queue()
424 syncpt_incrs = job->syncpt_end - syncpt_val; in host1x_cdma_update_sync_queue()
431 syncpt_incrs, job->syncpt_end, in host1x_cdma_update_sync_queue()
H A Djob.c685 dev_dbg(dev, " SYNCPT_VAL %d\n", job->syncpt_end); in host1x_job_dump()
/openbmc/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()
/openbmc/linux/include/linux/
H A Dhost1x.h292 u32 syncpt_end; member