HomeSort by: relevance | last modified time | path
    Searched defs:best_clock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c 76 int best_clock = fixed_mode->clock; local in function:intel_panel_edid_downclock_mode
87 scan->clock < best_clock) {
92 best_clock = scan->clock;
intel_dpll_mgr.c 1762 struct dpll best_clock; local in function:bxt_ddi_hdmi_pll_dividers
1769 if (!bxt_find_best_dpll(crtc_state, &best_clock)) {
1776 clk_div->p1 = best_clock.p1;
1777 clk_div->p2 = best_clock.p2;
1778 WARN_ON(best_clock.m1 != 2);
1779 clk_div->n = best_clock.n;
1780 clk_div->m2_int = best_clock.m2 >> 22;
1781 clk_div->m2_frac = best_clock.m2 & ((1 << 22) - 1);
1784 clk_div->vco = best_clock.vco;

Completed in 14 milliseconds