Searched refs:ptr_pack_bits (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_utils.h | 86 #define ptr_pack_bits(ptr, bits, n) ({ \ macro 94 #define page_pack_bits(ptr, bits) ptr_pack_bits(ptr, bits, PAGE_SHIFT)
|
D | intel_ringbuffer.h | 254 #define port_pack(rq, count) ptr_pack_bits(rq, count, EXECLIST_COUNT_BITS)
|
D | i915_gem_execbuffer.c | 2105 fences[n] = ptr_pack_bits(syncobj, fence.flags, 2); in get_fence_array()
|