Searched refs:vsync_wakeup (Results 1 – 1 of 1) sorted by relevance
2509 uint64_t vsync_wakeup = (uint64_t)(-1); in omap4_hwc_hdmi_thread() local2521 vsync_wakeup = hwc_dev->last_vsync_time_valid in omap4_hwc_hdmi_thread()2525 vsync_wakeup += hwc_dev->fake_vsync_period; in omap4_hwc_hdmi_thread()2527 if (vsync_wakeup < now) in omap4_hwc_hdmi_thread()2528 vsync_wakeup = now; in omap4_hwc_hdmi_thread()2534 effective_wakeup = idle_wakeup < vsync_wakeup in omap4_hwc_hdmi_thread()2536 : vsync_wakeup; in omap4_hwc_hdmi_thread()2554 if (now >= vsync_wakeup) { in omap4_hwc_hdmi_thread()2555 fire_vsync_event(hwc_dev, vsync_wakeup); in omap4_hwc_hdmi_thread()