Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Dhost1x.h131 TP_PROTO(const char *name, u32 cmdbufs, u32 relocs, u32 syncpt_id,
134 TP_ARGS(name, cmdbufs, relocs, syncpt_id, syncpt_incrs),
140 __field(u32, syncpt_id)
148 __entry->syncpt_id = syncpt_id;
155 __entry->syncpt_id, __entry->syncpt_incrs)
237 TP_PROTO(struct host1x_bo *bo, u32 offset, u32 syncpt_id, u32 thresh,
240 TP_ARGS(bo, offset, syncpt_id, thresh, min),
245 __field(u32, syncpt_id)
253 __entry->syncpt_id = syncpt_id;
260 __entry->syncpt_id, __entry->thresh,
/Linux-v5.4/drivers/gpu/host1x/hw/
Dchannel_hw.c90 struct host1x_syncpt *sp = host->syncpt + job->syncpt_id; in synchronize_syncpt_base()
129 sp = host->syncpt + job->syncpt_id; in channel_submit()
132 job->syncpt_id, job->syncpt_incrs); in channel_submit()
166 host1x_class_host_wait_syncpt(job->syncpt_id, in channel_submit()
Ddebug_hw.c201 job, job->syncpt_id, job->syncpt_end, in show_channel_gathers()
/Linux-v5.4/drivers/gpu/host1x/
Dcdma.c284 cdma->timeout.syncpt = host1x_syncpt_get(host, job->syncpt_id); in cdma_start_timer_locked()
328 host1x_syncpt_get(host1x, job->syncpt_id); in update_cdma_locked()
503 job->syncpt_id); in host1x_cdma_begin()
Djob.c586 dev_dbg(dev, " SYNCPT_ID %d\n", job->syncpt_id); in host1x_job_dump()
/Linux-v5.4/include/linux/
Dhost1x.h210 u32 syncpt_id; member
/Linux-v5.4/drivers/gpu/drm/tegra/
Ddrm.c475 job->syncpt_id = syncpt.id; in tegra_drm_submit()