Searched refs:bestp2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c866 u32 p1, p2, m1, m2, vco, bestn, bestm1, bestm2, bestp1, bestp2; local
881 bestm1 = bestm2 = bestp1 = bestp2 = 0;
900 if (absppm < 100 && ((p1 * p2) > (bestp1 * bestp2))) {
913 bestp2 = p2;
925 best_clock->p2 = bestp2;
4367 u32 bestn, bestm1, bestm2, bestp1, bestp2; local
4386 bestp2 = clock->p2;
4393 mdiv |= ((bestp1 << DPIO_P1_SHIFT) | (bestp2 << DPIO_P2_SHIFT));

Completed in 113 milliseconds