Searched refs:syncpt_end (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/gpu/host1x/hw/ |
D | channel_hw.c | 238 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()
|
D | debug_hw.c | 202 job->syncpt->id, job->syncpt_end, job->timeout, in show_channel_gathers()
|
/linux-6.1.9/drivers/gpu/host1x/ |
D | cdma.c | 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()
|
D | job.c | 679 dev_dbg(dev, " SYNCPT_VAL %d\n", job->syncpt_end); in host1x_job_dump()
|
/linux-6.1.9/drivers/gpu/drm/tegra/ |
D | submit.c | 659 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()
|
D | drm.c | 337 args->fence = job->syncpt_end; in tegra_drm_submit()
|
/linux-6.1.9/include/linux/ |
D | host1x.h | 289 u32 syncpt_end; member
|