Searched refs:best_clock (Results 1 – 4 of 4) sorted by relevance
1762 struct dpll best_clock; in bxt_ddi_hdmi_pll_dividers() local1769 if (!bxt_find_best_dpll(crtc_state, &best_clock)) { in bxt_ddi_hdmi_pll_dividers()1776 clk_div->p1 = best_clock.p1; in bxt_ddi_hdmi_pll_dividers()1777 clk_div->p2 = best_clock.p2; in bxt_ddi_hdmi_pll_dividers()1778 WARN_ON(best_clock.m1 != 2); in bxt_ddi_hdmi_pll_dividers()1779 clk_div->n = best_clock.n; in bxt_ddi_hdmi_pll_dividers()1780 clk_div->m2_int = best_clock.m2 >> 22; in bxt_ddi_hdmi_pll_dividers()1781 clk_div->m2_frac = best_clock.m2 & ((1 << 22) - 1); in bxt_ddi_hdmi_pll_dividers()1784 clk_div->vco = best_clock.vco; in bxt_ddi_hdmi_pll_dividers()
716 struct dpll *best_clock) in i9xx_find_best_dpll() argument722 memset(best_clock, 0, sizeof(*best_clock)); in i9xx_find_best_dpll()749 *best_clock = clock; in i9xx_find_best_dpll()774 struct dpll *best_clock) in pnv_find_best_dpll() argument780 memset(best_clock, 0, sizeof(*best_clock)); in pnv_find_best_dpll()805 *best_clock = clock; in pnv_find_best_dpll()830 struct dpll *best_clock) in g4x_find_best_dpll() argument839 memset(best_clock, 0, sizeof(*best_clock)); in g4x_find_best_dpll()863 *best_clock = clock; in g4x_find_best_dpll()881 const struct dpll *best_clock, in vlv_PLL_is_optimal() argument[all …]
76 int best_clock = fixed_mode->clock; in intel_panel_edid_downclock_mode() local87 scan->clock < best_clock) { in intel_panel_edid_downclock_mode()92 best_clock = scan->clock; in intel_panel_edid_downclock_mode()
588 struct dpll *best_clock);