Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/events/
H A 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,
/OK3568_Linux_fs/kernel/drivers/gpu/host1x/hw/
H A 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()
H A Ddebug_hw.c207 job, job->syncpt_id, job->syncpt_end, in show_channel_gathers()
/OK3568_Linux_fs/kernel/drivers/gpu/host1x/
H A 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()
H A Djob.c677 dev_dbg(dev, " SYNCPT_ID %d\n", job->syncpt_id); in host1x_job_dump()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhost1x.h221 u32 syncpt_id; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Ddrm.c311 job->syncpt_id = syncpt.id; in tegra_drm_submit()