Searched refs:ptr_pack_bits (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/dev/drm/i915/ |
| HD | i915_utils.h | 86 #define ptr_pack_bits(ptr, bits, n) \ macro 91 #define page_pack_bits(ptr, bits) ptr_pack_bits(ptr, bits, PAGE_SHIFT)
|
| HD | intel_ringbuffer.h | 229 #define port_pack(rq, count) ptr_pack_bits(rq, count, EXECLIST_COUNT_BITS)
|
| HD | intel_lrc.c | 348 return ptr_pack_bits(p, first, 1); in lookup_priolist()
|
| HD | i915_gem_execbuffer.c | 2118 fences[n] = ptr_pack_bits(syncobj, fence.flags, 2); in get_fence_array()
|