Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/
Dsyncpt.c321 u32 future_val; in host1x_syncpt_is_expired() local
326 future_val = (u32)atomic_read(&sp->max_val); in host1x_syncpt_is_expired()
371 return future_val - thresh >= current_val - thresh; in host1x_syncpt_is_expired()