Home
last modified time | relevance | path

Searched refs:syncpt_id (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/include/trace/events/
Dhost1x.h119 u32 syncpt_id, u32 syncpt_incrs),
121 TP_ARGS(name, cmdbufs, relocs, waitchks, syncpt_id, syncpt_incrs),
128 __field(u32, syncpt_id)
137 __entry->syncpt_id = syncpt_id;
144 __entry->syncpt_id, __entry->syncpt_incrs)
226 TP_PROTO(struct host1x_bo *bo, u32 offset, u32 syncpt_id, u32 thresh,
229 TP_ARGS(bo, offset, syncpt_id, thresh, min),
234 __field(u32, syncpt_id)
242 __entry->syncpt_id = syncpt_id;
249 __entry->syncpt_id, __entry->thresh,
/linux-4.1.27/drivers/gpu/host1x/hw/
Dchannel_hw.c77 struct host1x_syncpt *sp = host->syncpt + job->syncpt_id; in synchronize_syncpt_base()
101 sp = host->syncpt + job->syncpt_id; in channel_submit()
104 job->num_waitchk, job->syncpt_id, in channel_submit()
137 host1x_class_host_wait_syncpt(job->syncpt_id, in channel_submit()
163 err = host1x_intr_add_action(host, job->syncpt_id, syncval, in channel_submit()
Dcdma_hw.c294 static int cdma_timeout_init(struct host1x_cdma *cdma, u32 syncpt_id) in cdma_timeout_init() argument
Ddebug_hw.c148 job, job->syncpt_id, job->syncpt_end, in show_channel_gathers()
/linux-4.1.27/drivers/gpu/host1x/
Djob.c148 host1x_syncpt_get(host, wait->syncpt_id); in do_waitchks()
151 if (wait->syncpt_id > host1x_syncpt_nb_pts(host)) in do_waitchks()
159 wait->syncpt_id, wait->thresh, in do_waitchks()
165 wait->syncpt_id, sp->name, wait->thresh, in do_waitchks()
517 u32 syncpt_id = job->waitchk[i].syncpt_id; in host1x_job_pin() local
518 if (syncpt_id < host1x_syncpt_nb_pts(host)) in host1x_job_pin()
519 set_bit(syncpt_id, waitchk_mask); in host1x_job_pin()
592 dev_dbg(dev, " SYNCPT_ID %d\n", job->syncpt_id); in host1x_job_dump()
Ddev.h48 int (*timeout_init)(struct host1x_cdma *cdma, u32 syncpt_id);
245 u32 syncpt_id) in host1x_hw_cdma_timeout_init() argument
247 return host->cdma_op->timeout_init(cdma, syncpt_id); in host1x_hw_cdma_timeout_init()
Djob.h40 u32 syncpt_id; member
Dcdma.c186 cdma->timeout.syncpt = host1x_syncpt_get(host, job->syncpt_id); in cdma_start_timer_locked()
230 host1x_syncpt_get(host1x, job->syncpt_id); in update_cdma_locked()
414 job->syncpt_id); in host1x_cdma_begin()
/linux-4.1.27/include/linux/
Dhost1x.h211 u32 syncpt_id; member
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddrm.c393 job->syncpt_id = syncpt.id; in tegra_drm_submit()