Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/host1x/
Dcdma.c285 cdma->timeout.syncpt_val = job->syncpt_end; in cdma_start_timer_locked()
331 if (!host1x_syncpt_is_expired(sp, job->syncpt_end)) { in update_cdma_locked()
393 if (syncpt_val < job->syncpt_end) { in host1x_cdma_update_sync_queue()
428 syncpt_incrs = job->syncpt_end - syncpt_val; in host1x_cdma_update_sync_queue()
435 syncpt_incrs, job->syncpt_end, in host1x_cdma_update_sync_queue()
Djob.c678 dev_dbg(dev, " SYNCPT_VAL %d\n", job->syncpt_end); in host1x_job_dump()
/Linux-v5.10/drivers/gpu/host1x/hw/
Dchannel_hw.c135 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit()
178 job->syncpt_end = syncval; in channel_submit()
Ddebug_hw.c207 job, job->syncpt_id, job->syncpt_end, in show_channel_gathers()
/Linux-v5.10/include/linux/
Dhost1x.h223 u32 syncpt_end; member
/Linux-v5.10/drivers/gpu/drm/tegra/
Ddrm.c327 args->fence = job->syncpt_end; in tegra_drm_submit()