Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/trace/events/
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,
/linux-6.3-rc2/drivers/gpu/host1x/
A Dsyncpt.c517 u32 syncpt_id) in host1x_syncpt_release_vblank_reservation() argument
524 kref_put(&host->syncpt[syncpt_id].ref, do_nothing); in host1x_syncpt_release_vblank_reservation()
/linux-6.3-rc2/include/linux/
A Dhost1x.h223 u32 syncpt_id);

Completed in 6 milliseconds