Lines Matching refs:host1x_syncpt
45 static struct host1x_syncpt *host1x_syncpt_alloc(struct host1x *host, in host1x_syncpt_alloc()
49 struct host1x_syncpt *sp = host->syncpt; in host1x_syncpt_alloc()
99 u32 host1x_syncpt_id(struct host1x_syncpt *sp) in host1x_syncpt_id()
110 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs) in host1x_syncpt_incr_max()
121 struct host1x_syncpt *sp_base = host->syncpt; in host1x_syncpt_restore()
139 struct host1x_syncpt *sp_base = host->syncpt; in host1x_syncpt_save()
157 u32 host1x_syncpt_load(struct host1x_syncpt *sp) in host1x_syncpt_load()
170 u32 host1x_syncpt_load_wait_base(struct host1x_syncpt *sp) in host1x_syncpt_load_wait_base()
181 int host1x_syncpt_incr(struct host1x_syncpt *sp) in host1x_syncpt_incr()
191 static bool syncpt_load_min_is_expired(struct host1x_syncpt *sp, u32 thresh) in syncpt_load_min_is_expired()
205 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, in host1x_syncpt_wait()
307 bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh) in host1x_syncpt_is_expired()
368 struct host1x_syncpt *syncpt; in host1x_syncpt_init()
421 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client, in host1x_syncpt_request()
440 void host1x_syncpt_free(struct host1x_syncpt *sp) in host1x_syncpt_free()
460 struct host1x_syncpt *sp = host->syncpt; in host1x_syncpt_deinit()
474 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp) in host1x_syncpt_read_max()
489 u32 host1x_syncpt_read_min(struct host1x_syncpt *sp) in host1x_syncpt_read_min()
501 u32 host1x_syncpt_read(struct host1x_syncpt *sp) in host1x_syncpt_read()
527 struct host1x_syncpt *host1x_syncpt_get(struct host1x *host, unsigned int id) in host1x_syncpt_get()
540 struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp) in host1x_syncpt_get_base()