Searched refs:syncpt_id (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/trace/events/ |
D | host1x.h | 131 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.6.21/drivers/gpu/host1x/ |
D | syncpt.c | 523 u32 syncpt_id) in host1x_syncpt_release_vblank_reservation() argument 530 kref_put(&host->syncpt[syncpt_id].ref, do_nothing); in host1x_syncpt_release_vblank_reservation()
|
/linux-6.6.21/include/linux/ |
D | host1x.h | 223 u32 syncpt_id);
|