Home
last modified time | relevance | path

Searched refs:ptr_unpack_bits (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_utils.h121 #define ptr_unpack_bits(ptr, bits, n) ({ \ macro
146 #define page_unpack_bits(ptr, bits) ptr_unpack_bits(ptr, bits, PAGE_SHIFT)
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c3048 syncobj = ptr_unpack_bits(eb->fences[n].syncobj, &flags, 2); in signal_fence_array()