Home
last modified time | relevance | path

Searched refs:best_clock (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dpll_mgr.c1762 struct dpll best_clock; in bxt_ddi_hdmi_pll_dividers() local
1769 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()
H A Dintel_display.c716 struct dpll *best_clock) in i9xx_find_best_dpll() argument
722 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() argument
780 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() argument
839 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 …]
H A Dintel_panel.c76 int best_clock = fixed_mode->clock; in intel_panel_edid_downclock_mode() local
87 scan->clock < best_clock) { in intel_panel_edid_downclock_mode()
92 best_clock = scan->clock; in intel_panel_edid_downclock_mode()
H A Dintel_display.h588 struct dpll *best_clock);