Searched refs:bestp2 (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_display.c | 665 u32 p1, p2, m1, m2, vco, bestn, bestm1, bestm2, bestp1, bestp2; local 679 bestm1 = bestm2 = bestp1 = bestp2 = 0; 698 if (absppm < 100 && ((p1 * p2) > (bestp1 * bestp2))) { 711 bestp2 = p2; 723 best_clock->p2 = bestp2; 4412 u32 bestn, bestm1, bestm2, bestp1, bestp2; local 4421 bestp2 = crtc->config.dpll.p2; 4442 mdiv |= ((bestp1 << DPIO_P1_SHIFT) | (bestp2 << DPIO_P2_SHIFT));
|
Completed in 572 milliseconds