host1x_syncpt_fence
struct host1x_syncpt_fence *f =
container_of(dwork, struct host1x_syncpt_fence, timeout_work);
struct host1x_syncpt_fence *fence;
struct host1x_syncpt_fence *sf = to_host1x_fence(f);
static struct host1x_syncpt_fence *to_host1x_fence(struct dma_fence *f)
return container_of(f, struct host1x_syncpt_fence, base);
struct host1x_syncpt_fence *sf = to_host1x_fence(f);
void host1x_fence_signal(struct host1x_syncpt_fence *f)
void host1x_fence_signal(struct host1x_syncpt_fence *fence);
struct host1x_syncpt_fence *fence)
struct host1x_syncpt_fence *fence_in_list;
struct host1x_syncpt_fence *fence;
fence = list_first_entry(&sp->fences.list, struct host1x_syncpt_fence, list);
void host1x_intr_add_fence_locked(struct host1x *host, struct host1x_syncpt_fence *fence)
bool host1x_intr_remove_fence(struct host1x *host, struct host1x_syncpt_fence *fence)
struct host1x_syncpt_fence *fence, *tmp;
struct host1x_syncpt_fence;
void host1x_intr_add_fence_locked(struct host1x *host, struct host1x_syncpt_fence *fence);
bool host1x_intr_remove_fence(struct host1x *host, struct host1x_syncpt_fence *fence);