Searched refs:best_clock (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/gma500/ |
| A D | oaktrail_crtc.c | 38 int refclk, struct gma_clock_t *best_clock); 42 int refclk, struct gma_clock_t *best_clock); 125 int refclk, struct gma_clock_t *best_clock) in mrst_sdvo_find_best_pll() argument 131 memset(best_clock, 0, sizeof(*best_clock)); in mrst_sdvo_find_best_pll() 166 *best_clock = clock; in mrst_sdvo_find_best_pll() 183 int refclk, struct gma_clock_t *best_clock) in mrst_lvds_find_best_pll() argument 188 memset(best_clock, 0, sizeof(*best_clock)); in mrst_lvds_find_best_pll() 200 *best_clock = clock; in mrst_lvds_find_best_pll()
|
| A D | gma_display.h | 45 struct gma_clock_t *best_clock); 98 struct gma_clock_t *best_clock);
|
| A D | oaktrail_hdmi.c | 176 int refclk, struct oaktrail_hdmi_clock *best_clock) in oaktrail_hdmi_find_dpll() argument 204 best_clock->np = np; in oaktrail_hdmi_find_dpll() 205 best_clock->nr = nr - 1; in oaktrail_hdmi_find_dpll() 206 best_clock->nf = (nf << 14); in oaktrail_hdmi_find_dpll()
|
| A D | gma_display.c | 749 struct gma_clock_t *best_clock) in gma_find_best_pll() argument 777 memset(best_clock, 0, sizeof(*best_clock)); in gma_find_best_pll() 799 *best_clock = clock; in gma_find_best_pll()
|
| A D | cdv_intel_display.c | 24 int refclk, struct gma_clock_t *best_clock); 403 struct gma_clock_t *best_clock) in cdv_intel_find_dp_pll() argument 448 memcpy(best_clock, &clock, sizeof(struct gma_clock_t)); in cdv_intel_find_dp_pll()
|
| /linux/drivers/gpu/drm/i915/display/ |
| A D | intel_dpll.c | 442 memset(best_clock, 0, sizeof(*best_clock)); in i9xx_find_best_dpll() 469 *best_clock = clock; in i9xx_find_best_dpll() 501 memset(best_clock, 0, sizeof(*best_clock)); in pnv_find_best_dpll() 526 *best_clock = clock; in pnv_find_best_dpll() 561 memset(best_clock, 0, sizeof(*best_clock)); in g4x_find_best_dpll() 659 memset(best_clock, 0, sizeof(*best_clock)); in vlv_find_best_dpll() 683 best_clock, in vlv_find_best_dpll() 687 *best_clock = clock; in vlv_find_best_dpll() 717 memset(best_clock, 0, sizeof(*best_clock)); in chv_find_best_dpll() 754 *best_clock = clock; in chv_find_best_dpll() [all …]
|
| A D | intel_dpll.h | 36 struct dpll *best_clock);
|
| A D | intel_panel.c | 95 int best_clock = fixed_mode->clock; in intel_panel_edid_downclock_mode() local 106 scan->clock < best_clock) { in intel_panel_edid_downclock_mode() 111 best_clock = scan->clock; in intel_panel_edid_downclock_mode()
|
| A D | intel_dpll_mgr.c | 2083 struct dpll best_clock; in bxt_ddi_hdmi_pll_dividers() local 2090 if (!bxt_find_best_dpll(crtc_state, &best_clock)) { in bxt_ddi_hdmi_pll_dividers() 2097 clk_div->p1 = best_clock.p1; in bxt_ddi_hdmi_pll_dividers() 2098 clk_div->p2 = best_clock.p2; in bxt_ddi_hdmi_pll_dividers() 2099 drm_WARN_ON(&i915->drm, best_clock.m1 != 2); in bxt_ddi_hdmi_pll_dividers() 2100 clk_div->n = best_clock.n; in bxt_ddi_hdmi_pll_dividers() 2101 clk_div->m2_int = best_clock.m2 >> 22; in bxt_ddi_hdmi_pll_dividers() 2102 clk_div->m2_frac = best_clock.m2 & ((1 << 22) - 1); in bxt_ddi_hdmi_pll_dividers() 2105 clk_div->vco = best_clock.vco; in bxt_ddi_hdmi_pll_dividers()
|
Completed in 29 milliseconds