Home | History | Annotate | Download | only in hwc

Lines Matching full:effective_wakeup

2511         uint64_t effective_wakeup;
2534 effective_wakeup = idle_wakeup < vsync_wakeup
2537 if (effective_wakeup == (uint64_t)(-1))
2539 else if (effective_wakeup <= now)
2542 effective_timeout = (int)((effective_wakeup - now + 999999) / 1000000);