Searched defs:bestp1 (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))) { 710 bestp1 = p1; 722 best_clock->p1 = bestp1; 4412 u32 bestn, bestm1, bestm2, bestp1, bestp2; local 4420 bestp1 = crtc->config.dpll.p1; 4442 mdiv |= ((bestp1 << DPIO_P1_SHIFT) | (bestp2 << DPIO_P2_SHIFT));
|
Completed in 42 milliseconds