Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/host1x/
Dcdma.c187 cdma->timeout.syncpt_val = job->syncpt_end; in cdma_start_timer_locked()
233 if (!host1x_syncpt_is_expired(sp, job->syncpt_end)) { in update_cdma_locked()
294 if (syncpt_val < job->syncpt_end) in host1x_cdma_update_sync_queue()
332 syncpt_incrs = job->syncpt_end - syncpt_val; in host1x_cdma_update_sync_queue()
339 syncpt_incrs, job->syncpt_end, in host1x_cdma_update_sync_queue()
Djob.c593 dev_dbg(dev, " SYNCPT_VAL %d\n", job->syncpt_end); in host1x_job_dump()
/linux-4.1.27/drivers/gpu/host1x/hw/
Dchannel_hw.c108 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit()
147 job->syncpt_end = syncval; in channel_submit()
Ddebug_hw.c148 job, job->syncpt_id, job->syncpt_end, in show_channel_gathers()
/linux-4.1.27/include/linux/
Dhost1x.h213 u32 syncpt_end; member
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddrm.c407 args->fence = job->syncpt_end; in tegra_drm_submit()