• Home
  • Raw
  • Download

Lines Matching refs:idx

33 	     unsigned int idx)  in __sync_print()  argument
49 len = scnprintf(buf, *sz, "%x-> ", idx); in __sync_print()
146 static int check_seqno(struct i915_syncmap *leaf, unsigned int idx, u32 seqno) in check_seqno() argument
154 if (__sync_seqno(leaf)[idx] != seqno) { in check_seqno()
156 __func__, idx, __sync_seqno(leaf)[idx], seqno); in check_seqno()
335 unsigned int step, order, idx; in igt_syncmap_join_below() local
372 for (idx = 1; idx < KSYNCMAP; idx++) { in igt_syncmap_join_below()
373 if (i915_syncmap_is_later(&sync, context + idx, 0)) { in igt_syncmap_join_below()
375 context + idx, order, step); in igt_syncmap_join_below()
415 unsigned int idx; in igt_syncmap_neighbours() local
420 for (idx = 0; idx < KSYNCMAP; idx++) { in igt_syncmap_neighbours()
421 err = i915_syncmap_set(&sync, context + idx, 0); in igt_syncmap_neighbours()
432 if (sync->bitmap != BIT(idx + 1) - 1) { in igt_syncmap_neighbours()
434 context, idx, in igt_syncmap_neighbours()
436 BIT(idx + 1) - 1, idx + 1); in igt_syncmap_neighbours()
449 unsigned int idx, order; in igt_syncmap_compact() local
468 for (idx = 0; idx < KSYNCMAP; idx++) { in igt_syncmap_compact()
469 u64 context = idx * BIT_ULL(order) + idx; in igt_syncmap_compact()
477 context, order, idx, in igt_syncmap_compact()
507 for (idx = 0; idx < KSYNCMAP; idx++) { in igt_syncmap_compact()
508 struct i915_syncmap *leaf = __sync_child(sync)[idx]; in igt_syncmap_compact()
511 pr_err("Child %d is a not leaf!\n", idx); in igt_syncmap_compact()
518 idx); in igt_syncmap_compact()
525 idx, leaf->bitmap, hweight32(leaf->bitmap)); in igt_syncmap_compact()
530 if (leaf->bitmap != BIT(idx)) { in igt_syncmap_compact()
532 idx, ilog2(leaf->bitmap), idx); in igt_syncmap_compact()