Searched refs:I915_SW_FENCE_MASK (Results 1 – 2 of 2) sorted by relevance
32 return (void *)(((struct i915_sw_fence *)addr)->flags & I915_SW_FENCE_MASK); in i915_sw_fence_debug_hint()126 fn = (i915_sw_fence_notify_t)(fence->flags & I915_SW_FENCE_MASK); in __i915_sw_fence_notify()240 BUG_ON(!fn || (unsigned long)fn & ~I915_SW_FENCE_MASK); in __i915_sw_fence_init()
30 #define I915_SW_FENCE_MASK (~3) macro