Searched refs:effective_wakeup (Results 1 – 1 of 1) sorted by relevance
2511 uint64_t effective_wakeup; in omap4_hwc_hdmi_thread() local2534 effective_wakeup = idle_wakeup < vsync_wakeup in omap4_hwc_hdmi_thread()2537 if (effective_wakeup == (uint64_t)(-1)) in omap4_hwc_hdmi_thread()2539 else if (effective_wakeup <= now) in omap4_hwc_hdmi_thread()2542 effective_timeout = (int)((effective_wakeup - now + 999999) / 1000000); in omap4_hwc_hdmi_thread()