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

/linux-master/drivers/gpu/host1x/
H A Dsyncpt.h106 bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh);
H A Dsyncpt.c231 if (host1x_syncpt_is_expired(sp, thresh))
257 if (wait_err == 0 && !host1x_syncpt_is_expired(sp, thresh))
269 bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh) function
H A Dfence.c37 if (host1x_syncpt_is_expired(sf->sp, sf->threshold))
H A Dcdma.c323 if (!host1x_syncpt_is_expired(sp, job->syncpt_end) &&

Completed in 134 milliseconds