Searched refs:i915_syncmap (Results 1 – 5 of 5) sorted by relevance
73 struct i915_syncmap { struct77 struct i915_syncmap *parent; argument102 static inline struct i915_syncmap **__sync_child(struct i915_syncmap *p) in __sync_child()153 struct i915_syncmap *p; in i915_syncmap_is_later()195 static struct i915_syncmap *198 struct i915_syncmap *p; in __sync_alloc_leaf()221 struct i915_syncmap *child) in __sync_set_child()229 struct i915_syncmap *p = *root; in __sync_set()276 struct i915_syncmap *next; in __sync_set()352 struct i915_syncmap *p = *root; in i915_syncmap_set()[all …]
30 struct i915_syncmap;33 void i915_syncmap_init(struct i915_syncmap **root);34 int i915_syncmap_set(struct i915_syncmap **root, u64 id, u32 seqno);35 bool i915_syncmap_is_later(struct i915_syncmap **root, u64 id, u32 seqno);36 void i915_syncmap_free(struct i915_syncmap **root);
62 i915_syncmap.o \
29 __sync_print(struct i915_syncmap *p, in __sync_print()101 static int check_syncmap_free(struct i915_syncmap **sync) in check_syncmap_free()135 struct i915_syncmap *sync = (void *)~0ul; in igt_syncmap_init()206 struct i915_syncmap *sync; in igt_syncmap_one()273 struct i915_syncmap *sync; in igt_syncmap_join_above()298 struct i915_syncmap *join; in igt_syncmap_join_above()334 struct i915_syncmap *sync; in igt_syncmap_join_below()404 struct i915_syncmap *sync; in igt_syncmap_neighbours()448 struct i915_syncmap *sync; in igt_syncmap_compact()508 struct i915_syncmap *leaf = __sync_child(sync)[idx]; in igt_syncmap_compact()[all …]
18 struct i915_syncmap;81 struct i915_syncmap *sync;
Completed in 11 milliseconds