Searched refs:max_microschedule_us (Results 1 – 1 of 1) sorted by relevance
776 uint32_t max_microschedule_us = 0; in subvp_subvp_schedulable() local797 if (time_us > max_microschedule_us) in subvp_subvp_schedulable()798 max_microschedule_us = time_us; in subvp_subvp_schedulable()819 if ((vactive1_us - vblank2_us) / 2 > max_microschedule_us && in subvp_subvp_schedulable()820 (vactive2_us - vblank1_us) / 2 > max_microschedule_us) in subvp_subvp_schedulable()