Searched refs:max_microschedule_us (Results 1 – 2 of 2) sorted by relevance
364 uint32_t max_microschedule_us = 0; in subvp_subvp_schedulable() local385 if (time_us > max_microschedule_us) in subvp_subvp_schedulable()386 max_microschedule_us = time_us; in subvp_subvp_schedulable()407 if ((vactive1_us - vblank2_us) / 2 > max_microschedule_us && in subvp_subvp_schedulable()408 (vactive2_us - vblank1_us) / 2 > max_microschedule_us) in subvp_subvp_schedulable()
731 uint32_t max_microschedule_us = 0; in subvp_subvp_schedulable() local752 if (time_us > max_microschedule_us) in subvp_subvp_schedulable()753 max_microschedule_us = time_us; in subvp_subvp_schedulable()774 if ((vactive1_us - vblank2_us) / 2 > max_microschedule_us && in subvp_subvp_schedulable()775 (vactive2_us - vblank1_us) / 2 > max_microschedule_us) in subvp_subvp_schedulable()