Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
Dhost1x.h118 TP_PROTO(const char *name, u32 cmdbufs, u32 relocs, u32 syncpt_id,
121 TP_ARGS(name, cmdbufs, relocs, syncpt_id, syncpt_incrs),
127 __field(u32, syncpt_id)
135 __entry->syncpt_id = syncpt_id;
142 __entry->syncpt_id, __entry->syncpt_incrs)
224 TP_PROTO(struct host1x_bo *bo, u32 offset, u32 syncpt_id, u32 thresh,
227 TP_ARGS(bo, offset, syncpt_id, thresh, min),
232 __field(u32, syncpt_id)
240 __entry->syncpt_id = syncpt_id;
247 __entry->syncpt_id, __entry->thresh,
/Linux-v4.19/drivers/gpu/host1x/hw/
Dchannel_hw.c79 struct host1x_syncpt *sp = host->syncpt + job->syncpt_id; in synchronize_syncpt_base()
104 sp = host->syncpt + job->syncpt_id; in channel_submit()
107 job->syncpt_id, job->syncpt_incrs); in channel_submit()
139 host1x_class_host_wait_syncpt(job->syncpt_id, in channel_submit()
Ddebug_hw.c210 job, job->syncpt_id, job->syncpt_end, in show_channel_gathers()
/Linux-v4.19/drivers/gpu/host1x/
Dcdma.c235 cdma->timeout.syncpt = host1x_syncpt_get(host, job->syncpt_id); in cdma_start_timer_locked()
279 host1x_syncpt_get(host1x, job->syncpt_id); in update_cdma_locked()
468 job->syncpt_id); in host1x_cdma_begin()
Djob.c597 dev_dbg(dev, " SYNCPT_ID %d\n", job->syncpt_id); in host1x_job_dump()
/Linux-v4.19/include/linux/
Dhost1x.h223 u32 syncpt_id; member
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddrm.c461 job->syncpt_id = syncpt.id; in tegra_drm_submit()