Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/
Dcdma.c236 cdma->timeout.syncpt_val = job->syncpt_end; in cdma_start_timer_locked()
282 if (!host1x_syncpt_is_expired(sp, job->syncpt_end)) { in update_cdma_locked()
344 if (syncpt_val < job->syncpt_end) in host1x_cdma_update_sync_queue()
382 syncpt_incrs = job->syncpt_end - syncpt_val; in host1x_cdma_update_sync_queue()
389 syncpt_incrs, job->syncpt_end, in host1x_cdma_update_sync_queue()
Djob.c598 dev_dbg(dev, " SYNCPT_VAL %d\n", job->syncpt_end); in host1x_job_dump()
/Linux-v4.19/drivers/gpu/host1x/hw/
Dchannel_hw.c110 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit()
151 job->syncpt_end = syncval; in channel_submit()
Ddebug_hw.c210 job, job->syncpt_id, job->syncpt_end, in show_channel_gathers()
/Linux-v4.19/include/linux/
Dhost1x.h225 u32 syncpt_end; member
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddrm.c477 args->fence = job->syncpt_end; in tegra_drm_submit()