syncpt_incrs      474 drivers/gpu/drm/tegra/drm.c 	job->syncpt_incrs = syncpt.incrs;
syncpt_incrs      374 drivers/gpu/host1x/cdma.c 	u32 restart_addr, syncpt_incrs, syncpt_val;
syncpt_incrs      428 drivers/gpu/host1x/cdma.c 		syncpt_incrs = job->syncpt_end - syncpt_val;
syncpt_incrs      429 drivers/gpu/host1x/cdma.c 		dev_dbg(dev, "%s: CPU incr (%d)\n", __func__, syncpt_incrs);
syncpt_incrs      435 drivers/gpu/host1x/cdma.c 						syncpt_incrs, job->syncpt_end,
syncpt_incrs       45 drivers/gpu/host1x/dev.h 				 u32 syncpt_incrs, u32 syncval, u32 nr_slots);
syncpt_incrs      288 drivers/gpu/host1x/dev.h 						   u32 syncpt_incrs,
syncpt_incrs      291 drivers/gpu/host1x/dev.h 	host->cdma_op->timeout_cpu_incr(cdma, getptr, syncpt_incrs, syncval,
syncpt_incrs       29 drivers/gpu/host1x/hw/cdma_hw.c 				u32 syncpt_incrs, u32 syncval, u32 nr_slots)
syncpt_incrs       33 drivers/gpu/host1x/hw/cdma_hw.c 	for (i = 0; i < syncpt_incrs; i++)
syncpt_incrs      122 drivers/gpu/host1x/hw/channel_hw.c 	u32 user_syncpt_incrs = job->syncpt_incrs;
syncpt_incrs      132 drivers/gpu/host1x/hw/channel_hw.c 				    job->syncpt_id, job->syncpt_incrs);
syncpt_incrs      211 include/linux/host1x.h 	u32 syncpt_incrs;
syncpt_incrs      132 include/trace/events/host1x.h 		 u32 syncpt_incrs),
syncpt_incrs      134 include/trace/events/host1x.h 	TP_ARGS(name, cmdbufs, relocs, syncpt_id, syncpt_incrs),
syncpt_incrs      141 include/trace/events/host1x.h 		__field(u32, syncpt_incrs)
syncpt_incrs      149 include/trace/events/host1x.h 		__entry->syncpt_incrs = syncpt_incrs;
syncpt_incrs      155 include/trace/events/host1x.h 		  __entry->syncpt_id, __entry->syncpt_incrs)