Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/host1x/hw/
Dchannel_hw.c238 job->syncpt_end = host1x_syncpt_incr_max(sp, job->syncpt_incrs); in channel_program_cdma()
239 submit_gathers(job, job->syncpt_end - job->syncpt_incrs); in channel_program_cdma()
275 job->syncpt_end = host1x_syncpt_incr_max(sp, job->syncpt_incrs); in channel_program_cdma()
277 submit_gathers(job, job->syncpt_end - job->syncpt_incrs); in channel_program_cdma()
296 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit()
Ddebug_hw.c202 job->syncpt->id, job->syncpt_end, job->timeout, in show_channel_gathers()
/linux-6.1.9/drivers/gpu/host1x/
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()
Djob.c679 dev_dbg(dev, " SYNCPT_VAL %d\n", job->syncpt_end); in host1x_job_dump()
/linux-6.1.9/drivers/gpu/drm/tegra/
Dsubmit.c659 args->syncpt.value = job->syncpt_end; in tegra_drm_ioctl_channel_submit()
662 struct dma_fence *fence = host1x_fence_create(job->syncpt, job->syncpt_end); in tegra_drm_ioctl_channel_submit()
Ddrm.c337 args->fence = job->syncpt_end; in tegra_drm_submit()
/linux-6.1.9/include/linux/
Dhost1x.h289 u32 syncpt_end; member