Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_sw_fence.c21 #define I915_SW_FENCE_FLAG_ALLOC BIT(3) /* after WQ_FLAG_* for safety */ macro
272 if (wq->flags & I915_SW_FENCE_FLAG_ALLOC) in i915_sw_fence_wake()
364 pending |= I915_SW_FENCE_FLAG_ALLOC; in __i915_sw_fence_await_sw_fence()