Searched refs:xe_hw_fence (Results 1 - 5 of 5) sorted by last modified time

/linux-master/drivers/gpu/drm/xe/
H A DMakefile109 xe_hw_fence.o \
H A Dxe_trace.h346 DECLARE_EVENT_CLASS(xe_hw_fence,
347 TP_PROTO(struct xe_hw_fence *fence),
353 __field(struct xe_hw_fence *, fence)
366 DEFINE_EVENT(xe_hw_fence, xe_hw_fence_create,
367 TP_PROTO(struct xe_hw_fence *fence),
371 DEFINE_EVENT(xe_hw_fence, xe_hw_fence_signal,
372 TP_PROTO(struct xe_hw_fence *fence),
376 DEFINE_EVENT(xe_hw_fence, xe_hw_fence_try_signal,
377 TP_PROTO(struct xe_hw_fence *fence),
381 DEFINE_EVENT(xe_hw_fence, xe_hw_fence_fre
[all...]
H A Dxe_hw_fence.c6 #include "xe_hw_fence.h"
23 xe_hw_fence_slab = kmem_cache_create("xe_hw_fence",
24 sizeof(struct xe_hw_fence), 0,
38 static struct xe_hw_fence *fence_alloc(void)
45 struct xe_hw_fence *fence =
46 container_of(rcu, struct xe_hw_fence, dma.rcu);
55 struct xe_hw_fence *fence, *next;
86 struct xe_hw_fence *fence, *next;
140 static struct xe_hw_fence *to_xe_hw_fence(struct dma_fence *fence);
142 static struct xe_hw_fence_irq *xe_hw_fence_irq(struct xe_hw_fence *fenc
[all...]
H A Dxe_hw_fence_types.h56 * struct xe_hw_fence - hardware fence
61 struct xe_hw_fence { struct
H A Dxe_hw_fence.h27 struct xe_hw_fence *xe_hw_fence_create(struct xe_hw_fence_ctx *ctx,

Completed in 185 milliseconds