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()
732 uint32_t max_microschedule_us = 0; in subvp_subvp_schedulable() local753 if (time_us > max_microschedule_us) in subvp_subvp_schedulable()754 max_microschedule_us = time_us; in subvp_subvp_schedulable()775 if ((vactive1_us - vblank2_us) / 2 > max_microschedule_us && in subvp_subvp_schedulable()776 (vactive2_us - vblank1_us) / 2 > max_microschedule_us) in subvp_subvp_schedulable()