Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/hwc/
Dhwc.c2511 uint64_t effective_wakeup; in omap4_hwc_hdmi_thread() local
2534 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()