Home
last modified time | relevance | path

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

/drivers/gpu/host1x/
Dsyncpt.c220 return host1x_syncpt_is_expired(sp, thresh); in syncpt_load_min_is_expired()
241 if (host1x_syncpt_is_expired(sp, thresh)) in host1x_syncpt_wait()
276 if (remain > 0 || host1x_syncpt_is_expired(sp, thresh)) { in host1x_syncpt_wait()
317 bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh) in host1x_syncpt_is_expired() function
Dsyncpt.h105 bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh);
Dfence.c54 if (host1x_syncpt_is_expired(sf->sp, sf->threshold)) in host1x_syncpt_fence_enable_signaling()
Dcdma.c323 if (!host1x_syncpt_is_expired(sp, job->syncpt_end) && in update_cdma_locked()