Searched refs:best_clock (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | oaktrail_crtc.c | 48 int refclk, struct gma_clock_t *best_clock); 52 int refclk, struct gma_clock_t *best_clock); 135 int refclk, struct gma_clock_t *best_clock) in mrst_sdvo_find_best_pll() argument 141 memset(best_clock, 0, sizeof(*best_clock)); in mrst_sdvo_find_best_pll() 175 *best_clock = clock; in mrst_sdvo_find_best_pll() 192 int refclk, struct gma_clock_t *best_clock) in mrst_lvds_find_best_pll() argument 197 memset(best_clock, 0, sizeof(*best_clock)); in mrst_lvds_find_best_pll() 208 *best_clock = clock; in mrst_lvds_find_best_pll()
|
D | gma_display.h | 53 struct gma_clock_t *best_clock); 101 struct gma_clock_t *best_clock);
|
D | gma_display.c | 707 struct gma_clock_t *best_clock) in gma_find_best_pll() argument 735 memset(best_clock, 0, sizeof(*best_clock)); in gma_find_best_pll() 757 *best_clock = clock; in gma_find_best_pll()
|
D | oaktrail_hdmi.c | 175 int refclk, struct oaktrail_hdmi_clock *best_clock) in oaktrail_hdmi_find_dpll() argument 203 best_clock->np = np; in oaktrail_hdmi_find_dpll() 204 best_clock->nr = nr - 1; in oaktrail_hdmi_find_dpll() 205 best_clock->nf = (nf << 14); in oaktrail_hdmi_find_dpll()
|
D | mdfld_intel_display.c | 640 struct mrst_clock_t *best_clock) in mdfldFindBestPLL() argument 646 memset(best_clock, 0, sizeof(*best_clock)); in mdfldFindBestPLL() 657 *best_clock = clock; in mdfldFindBestPLL()
|
D | cdv_intel_display.c | 34 int refclk, struct gma_clock_t *best_clock); 413 struct gma_clock_t *best_clock) in cdv_intel_find_dp_pll() argument 456 memcpy(best_clock, &clock, sizeof(struct gma_clock_t)); in cdv_intel_find_dp_pll()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_dpll_mgr.c | 1687 struct dpll best_clock; in bxt_ddi_hdmi_pll_dividers() local 1694 if (!bxt_find_best_dpll(crtc_state, clock, &best_clock)) { in bxt_ddi_hdmi_pll_dividers() 1700 clk_div->p1 = best_clock.p1; in bxt_ddi_hdmi_pll_dividers() 1701 clk_div->p2 = best_clock.p2; in bxt_ddi_hdmi_pll_dividers() 1702 WARN_ON(best_clock.m1 != 2); in bxt_ddi_hdmi_pll_dividers() 1703 clk_div->n = best_clock.n; in bxt_ddi_hdmi_pll_dividers() 1704 clk_div->m2_int = best_clock.m2 >> 22; in bxt_ddi_hdmi_pll_dividers() 1705 clk_div->m2_frac = best_clock.m2 & ((1 << 22) - 1); in bxt_ddi_hdmi_pll_dividers() 1708 clk_div->vco = best_clock.vco; in bxt_ddi_hdmi_pll_dividers()
|
D | intel_display.c | 685 struct dpll *best_clock) in i9xx_find_best_dpll() argument 691 memset(best_clock, 0, sizeof(*best_clock)); in i9xx_find_best_dpll() 718 *best_clock = clock; in i9xx_find_best_dpll() 743 struct dpll *best_clock) in pnv_find_best_dpll() argument 749 memset(best_clock, 0, sizeof(*best_clock)); in pnv_find_best_dpll() 774 *best_clock = clock; in pnv_find_best_dpll() 799 struct dpll *best_clock) in g4x_find_best_dpll() argument 808 memset(best_clock, 0, sizeof(*best_clock)); in g4x_find_best_dpll() 832 *best_clock = clock; in g4x_find_best_dpll() 850 const struct dpll *best_clock, in vlv_PLL_is_optimal() argument [all …]
|
D | intel_drv.h | 1627 struct dpll *best_clock);
|