Searched refs:syncpt_end (Results 1 – 7 of 7) sorted by relevance
283 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()
725 dev_dbg(dev, " SYNCPT_VAL %d\n", job->syncpt_end); in host1x_job_dump()
178 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit()221 job->syncpt_end = syncval; in channel_submit()
202 job->syncpt->id, job->syncpt_end, job->timeout, in show_channel_gathers()
589 args->syncpt.value = job->syncpt_end; in tegra_drm_ioctl_channel_submit()592 struct dma_fence *fence = host1x_fence_create(job->syncpt, job->syncpt_end); in tegra_drm_ioctl_channel_submit()
330 args->fence = job->syncpt_end; in tegra_drm_submit()
237 u32 syncpt_end; member