Searched refs:host1x_syncpt_fence (Results 1 – 4 of 4) sorted by relevance
| /drivers/gpu/host1x/ |
| A D | fence.c | 28 static struct host1x_syncpt_fence *to_host1x_fence(struct dma_fence *f) in to_host1x_fence() 30 return container_of(f, struct host1x_syncpt_fence, base); in to_host1x_fence() 35 struct host1x_syncpt_fence *sf = to_host1x_fence(f); in host1x_syncpt_fence_enable_signaling() 75 void host1x_fence_signal(struct host1x_syncpt_fence *f) in host1x_fence_signal() 101 struct host1x_syncpt_fence *f = in do_fence_timeout() 102 container_of(dwork, struct host1x_syncpt_fence, timeout_work); in do_fence_timeout() 128 struct host1x_syncpt_fence *fence; in host1x_fence_create() 149 struct host1x_syncpt_fence *sf = to_host1x_fence(f); in host1x_fence_cancel()
|
| A D | intr.c | 15 struct host1x_syncpt_fence *fence) in host1x_intr_add_fence_to_list() 17 struct host1x_syncpt_fence *fence_in_list; in host1x_intr_add_fence_to_list() 33 struct host1x_syncpt_fence *fence; in host1x_intr_update_hw_state() 36 fence = list_first_entry(&sp->fences.list, struct host1x_syncpt_fence, list); in host1x_intr_update_hw_state() 45 void host1x_intr_add_fence_locked(struct host1x *host, struct host1x_syncpt_fence *fence) in host1x_intr_add_fence_locked() 55 bool host1x_intr_remove_fence(struct host1x *host, struct host1x_syncpt_fence *fence) in host1x_intr_remove_fence() 78 struct host1x_syncpt_fence *fence, *tmp; in host1x_intr_handle_interrupt()
|
| A D | intr.h | 12 struct host1x_syncpt_fence; 33 void host1x_intr_add_fence_locked(struct host1x *host, struct host1x_syncpt_fence *fence); 35 bool host1x_intr_remove_fence(struct host1x *host, struct host1x_syncpt_fence *fence);
|
| A D | fence.h | 9 struct host1x_syncpt_fence { struct 28 void host1x_fence_signal(struct host1x_syncpt_fence *fence); argument
|
Completed in 6 milliseconds