Home
last modified time | relevance | path

Searched refs:host1x_syncpt_is_expired (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/host1x/
Dsyncpt.c182 return host1x_syncpt_is_expired(sp, thresh); in syncpt_load_min_is_expired()
201 if (host1x_syncpt_is_expired(sp, thresh)) { in host1x_syncpt_wait()
209 if (host1x_syncpt_is_expired(sp, thresh)) { in host1x_syncpt_wait()
245 if (remain > 0 || host1x_syncpt_is_expired(sp, thresh)) { in host1x_syncpt_wait()
278 bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh) in host1x_syncpt_is_expired() function
Dsyncpt.h107 bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh);
Dcdma.c233 if (!host1x_syncpt_is_expired(sp, job->syncpt_end)) { in update_cdma_locked()
Djob.c162 if (host1x_syncpt_is_expired(sp, wait->thresh)) { in do_waitchks()