Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/hwc/
Dhwc.c2508 uint64_t idle_wakeup = (uint64_t)(-1); in omap4_hwc_hdmi_thread() local
2515 idle_wakeup = now + (((uint64_t)timeout) * 1000000); in omap4_hwc_hdmi_thread()
2534 effective_wakeup = idle_wakeup < vsync_wakeup in omap4_hwc_hdmi_thread()
2535 ? idle_wakeup in omap4_hwc_hdmi_thread()
2559 if (hwc_dev->idle && (now >= idle_wakeup)) { in omap4_hwc_hdmi_thread()