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