Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/
Dsyncpt.c206 return host1x_syncpt_is_expired(sp, thresh); in syncpt_load_min_is_expired()
229 if (host1x_syncpt_is_expired(sp, thresh)) { in host1x_syncpt_wait()
238 if (host1x_syncpt_is_expired(sp, thresh)) { in host1x_syncpt_wait()
277 if (remain > 0 || host1x_syncpt_is_expired(sp, thresh)) { in host1x_syncpt_wait()
318 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.c282 if (!host1x_syncpt_is_expired(sp, job->syncpt_end)) { in update_cdma_locked()