Searched refs:max_microschedule_us (Results 1 – 2 of 2) sorted by relevance
365 uint32_t max_microschedule_us = 0; in subvp_subvp_schedulable() local386 if (time_us > max_microschedule_us) in subvp_subvp_schedulable()387 max_microschedule_us = time_us; in subvp_subvp_schedulable()408 if ((vactive1_us - vblank2_us) / 2 > max_microschedule_us && in subvp_subvp_schedulable()409 (vactive2_us - vblank1_us) / 2 > max_microschedule_us) in subvp_subvp_schedulable()
733 uint32_t max_microschedule_us = 0; in subvp_subvp_schedulable() local754 if (time_us > max_microschedule_us) in subvp_subvp_schedulable()755 max_microschedule_us = time_us; in subvp_subvp_schedulable()776 if ((vactive1_us - vblank2_us) / 2 > max_microschedule_us && in subvp_subvp_schedulable()777 (vactive2_us - vblank1_us) / 2 > max_microschedule_us) in subvp_subvp_schedulable()