Searched refs:syncpt_incrs (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/host1x/ |
D | cdma.c | 374 u32 restart_addr, syncpt_incrs, syncpt_val; in host1x_cdma_update_sync_queue() local 428 syncpt_incrs = job->syncpt_end - syncpt_val; in host1x_cdma_update_sync_queue() 429 dev_dbg(dev, "%s: CPU incr (%d)\n", __func__, syncpt_incrs); in host1x_cdma_update_sync_queue() 435 syncpt_incrs, job->syncpt_end, in host1x_cdma_update_sync_queue()
|
D | dev.h | 45 u32 syncpt_incrs, u32 syncval, u32 nr_slots); 291 u32 syncpt_incrs, in host1x_hw_cdma_timeout_cpu_incr() argument 294 host->cdma_op->timeout_cpu_incr(cdma, getptr, syncpt_incrs, syncval, in host1x_hw_cdma_timeout_cpu_incr()
|
/drivers/gpu/host1x/hw/ |
D | channel_hw.c | 122 u32 user_syncpt_incrs = job->syncpt_incrs; in channel_submit() 132 job->syncpt_id, job->syncpt_incrs); in channel_submit()
|
D | cdma_hw.c | 29 u32 syncpt_incrs, u32 syncval, u32 nr_slots) in cdma_timeout_cpu_incr() argument 33 for (i = 0; i < syncpt_incrs; i++) in cdma_timeout_cpu_incr()
|
/drivers/gpu/drm/tegra/ |
D | drm.c | 310 job->syncpt_incrs = syncpt.incrs; in tegra_drm_submit()
|