Searched refs:KSYNCMAP (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | i915_syncmap.c | 62 for_each_set_bit(i, (unsigned long *)&p->bitmap, KSYNCMAP) { in __sync_print() 77 for_each_set_bit(i, (unsigned long *)&p->bitmap, KSYNCMAP) { in __sync_print() 344 for (step = 0; step < KSYNCMAP; step++) { in igt_syncmap_join_below() 361 for (step = 0; step < KSYNCMAP; step++) { in igt_syncmap_join_below() 372 for (idx = 1; idx < KSYNCMAP; idx++) { in igt_syncmap_join_below() 384 for (step = 0; step < KSYNCMAP; step++) { in igt_syncmap_join_below() 408 * Each leaf holds KSYNCMAP seqno. Check that when we create KSYNCMAP in igt_syncmap_neighbours() 420 for (idx = 0; idx < KSYNCMAP; idx++) { in igt_syncmap_neighbours() 468 for (idx = 0; idx < KSYNCMAP; id in igt_syncmap_compact() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | i915_syncmap.c | 62 for_each_set_bit(i, (unsigned long *)&p->bitmap, KSYNCMAP) { in __sync_print() 77 for_each_set_bit(i, (unsigned long *)&p->bitmap, KSYNCMAP) { in __sync_print() 344 for (step = 0; step < KSYNCMAP; step++) { in igt_syncmap_join_below() 361 for (step = 0; step < KSYNCMAP; step++) { in igt_syncmap_join_below() 372 for (idx = 1; idx < KSYNCMAP; idx++) { in igt_syncmap_join_below() 384 for (step = 0; step < KSYNCMAP; step++) { in igt_syncmap_join_below() 408 * Each leaf holds KSYNCMAP seqno. Check that when we create KSYNCMAP in igt_syncmap_neighbours() 420 for (idx = 0; idx < KSYNCMAP; idx++) { in igt_syncmap_neighbours() 468 for (idx = 0; idx < KSYNCMAP; id in igt_syncmap_compact() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_syncmap.c | 32 #define SHIFT ilog2(KSYNCMAP) 33 #define MASK (KSYNCMAP - 1) 81 * u32 seqno[KSYNCMAP]; 82 * struct i915_syncmap *child[KSYNCMAP]; 93 BUILD_BUG_ON_NOT_POWER_OF_2(KSYNCMAP); in i915_syncmap_init() 95 BUILD_BUG_ON(KSYNCMAP > BITS_PER_TYPE((*root)->bitmap)); in i915_syncmap_init() 203 p = kmalloc(sizeof(*p) + KSYNCMAP * sizeof(u32), GFP_KERNEL); in __sync_alloc_leaf() 261 * Each layer in the tree holds 16 (KSYNCMAP) pointers, either fences in __sync_set() 285 next = kzalloc(sizeof(*next) + KSYNCMAP * sizeof(next), in __sync_set()
|
H A D | i915_syncmap.h | 31 #define KSYNCMAP 16 /* radix of the tree, how many slots in each layer */ macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_syncmap.c | 32 #define SHIFT ilog2(KSYNCMAP) 33 #define MASK (KSYNCMAP - 1) 81 * u32 seqno[KSYNCMAP]; 82 * struct i915_syncmap *child[KSYNCMAP]; 93 BUILD_BUG_ON_NOT_POWER_OF_2(KSYNCMAP); in i915_syncmap_init() 95 BUILD_BUG_ON(KSYNCMAP > BITS_PER_TYPE((*root)->bitmap)); in i915_syncmap_init() 203 p = kmalloc(sizeof(*p) + KSYNCMAP * sizeof(u32), GFP_KERNEL); in __sync_alloc_leaf() 261 * Each layer in the tree holds 16 (KSYNCMAP) pointers, either fences in __sync_set() 285 next = kzalloc(sizeof(*next) + KSYNCMAP * sizeof(next), in __sync_set()
|
H A D | i915_syncmap.h | 31 #define KSYNCMAP 16 /* radix of the tree, how many slots in each layer */ macro
|
Completed in 3 milliseconds