Searched refs:max_microschedule_us (Results 1 – 1 of 1) sorted by relevance
802 uint32_t max_microschedule_us = 0; in subvp_subvp_schedulable() local823 if (time_us > max_microschedule_us) in subvp_subvp_schedulable()824 max_microschedule_us = time_us; in subvp_subvp_schedulable()845 if ((vactive1_us - vblank2_us) / 2 > max_microschedule_us && in subvp_subvp_schedulable()846 (vactive2_us - vblank1_us) / 2 > max_microschedule_us) in subvp_subvp_schedulable()