Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
HDi915_syncmap.c32 #define SHIFT ilog2(KSYNCMAP)
33 #define MASK (KSYNCMAP - 1)
93 BUILD_BUG_ON_NOT_POWER_OF_2(KSYNCMAP); in i915_syncmap_init()
95 BUILD_BUG_ON(KSYNCMAP > BITS_PER_BYTE * sizeof((*root)->bitmap)); in i915_syncmap_init()
203 p = kmalloc(sizeof(*p) + KSYNCMAP * sizeof(u32), M_DRM, GFP_KERNEL); in __sync_alloc_leaf()
285 next = kzalloc(sizeof(*next) + KSYNCMAP * sizeof(next), in __sync_set()
HDi915_syncmap.h31 #define KSYNCMAP 16 /* radix of the tree, how many slots in each layer */ macro
HDi915_gem_timeline.c70 BUILD_BUG_ON(KSYNCMAP < I915_NUM_ENGINES); in __i915_gem_timeline_init()