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