HomeSort by: relevance | last modified time | path
    Searched refs:i915_active_fence (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_active_types.h 24 struct i915_active_fence { struct
47 struct i915_active_fence excl;
i915_active.h 37 * object then embeds a #i915_active_fence to track the most recent (in
39 * The #i915_active_fence is updated with i915_active_fence_set() to
43 * When the #i915_active_fence completes (is retired), it will
45 * itself as idle (i915_active_fence.request == NULL). The owner
65 __i915_active_fence_init(struct i915_active_fence *active,
77 __i915_active_fence_set(struct i915_active_fence *active,
90 i915_active_fence_set(struct i915_active_fence *active,
103 i915_active_fence_get(struct i915_active_fence *active)
123 i915_active_fence_isset(const struct i915_active_fence *active)
i915_active.c 37 struct i915_active_fence base;
45 node_from_active(struct i915_active_fence *active)
52 static inline bool is_barrier(const struct i915_active_fence *active)
243 __active_fence_slot(struct i915_active_fence *active)
251 struct i915_active_fence *active =
271 static struct i915_active_fence *
440 struct i915_active_fence *active;
522 static void enable_signaling(struct i915_active_fence *active)
869 struct i915_active_fence *active =
870 container_of(node, struct i915_active_fence, llist)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_timeline_types.h 68 * protection themselves (cf the i915_active_fence API).
70 struct i915_active_fence last_request;
intel_engine_pm.c 231 struct i915_active_fence *fence =
232 container_of(node, struct i915_active_fence, llist);

Completed in 12 milliseconds