Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/host1x/
Dfence.c20 struct host1x_syncpt_fence { struct
44 static struct host1x_syncpt_fence *to_host1x_fence(struct dma_fence *f) in to_host1x_fence() argument
46 return container_of(f, struct host1x_syncpt_fence, base); in to_host1x_fence()
51 struct host1x_syncpt_fence *sf = to_host1x_fence(f); in host1x_syncpt_fence_enable_signaling()
94 struct host1x_syncpt_fence *sf = to_host1x_fence(f); in host1x_syncpt_fence_release()
109 void host1x_fence_signal(struct host1x_syncpt_fence *f) in host1x_fence_signal()
129 struct host1x_syncpt_fence *f = in do_fence_timeout()
130 container_of(dwork, struct host1x_syncpt_fence, timeout_work); in do_fence_timeout()
148 struct host1x_syncpt_fence *fence; in host1x_fence_create()
Dfence.h9 struct host1x_syncpt_fence;
11 void host1x_fence_signal(struct host1x_syncpt_fence *fence);
Dintr.c127 struct host1x_syncpt_fence *f = waiter->data; in action_signal_fence()