Searched refs:best_clock (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/gpu/drm/gma500/ |
| H A D | oaktrail_crtc.c | 41 int refclk, struct gma_clock_t *best_clock); 45 int refclk, struct gma_clock_t *best_clock); 128 int refclk, struct gma_clock_t *best_clock) in mrst_sdvo_find_best_pll() argument 134 memset(best_clock, 0, sizeof(*best_clock)); in mrst_sdvo_find_best_pll() 169 *best_clock = clock; in mrst_sdvo_find_best_pll() 186 int refclk, struct gma_clock_t *best_clock) in mrst_lvds_find_best_pll() argument 191 memset(best_clock, 0, sizeof(*best_clock)); in mrst_lvds_find_best_pll() 203 *best_clock = clock; in mrst_lvds_find_best_pll()
|
| H A D | gma_display.h | 45 struct gma_clock_t *best_clock); 89 struct gma_clock_t *best_clock);
|
| H A D | oaktrail_hdmi.c | 179 int refclk, struct oaktrail_hdmi_clock *best_clock) in oaktrail_hdmi_find_dpll() argument 207 best_clock->np = np; in oaktrail_hdmi_find_dpll() 208 best_clock->nr = nr - 1; in oaktrail_hdmi_find_dpll() 209 best_clock->nf = (nf << 14); in oaktrail_hdmi_find_dpll()
|
| H A D | gma_display.c | 752 struct gma_clock_t *best_clock) in gma_find_best_pll() argument 780 memset(best_clock, 0, sizeof(*best_clock)); in gma_find_best_pll() 802 *best_clock = clock; in gma_find_best_pll()
|
| H A D | cdv_intel_display.c | 25 int refclk, struct gma_clock_t *best_clock); 404 struct gma_clock_t *best_clock) in cdv_intel_find_dp_pll() argument 449 memcpy(best_clock, &clock, sizeof(struct gma_clock_t)); in cdv_intel_find_dp_pll()
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_dpll.c | 663 memset(best_clock, 0, sizeof(*best_clock)); in i9xx_find_best_dpll() 690 *best_clock = clock; in i9xx_find_best_dpll() 721 memset(best_clock, 0, sizeof(*best_clock)); in pnv_find_best_dpll() 746 *best_clock = clock; in pnv_find_best_dpll() 780 memset(best_clock, 0, sizeof(*best_clock)); in g4x_find_best_dpll() 875 memset(best_clock, 0, sizeof(*best_clock)); in vlv_find_best_dpll() 899 best_clock, in vlv_find_best_dpll() 903 *best_clock = clock; in vlv_find_best_dpll() 932 memset(best_clock, 0, sizeof(*best_clock)); in chv_find_best_dpll() 968 *best_clock = clock; in chv_find_best_dpll() [all …]
|
| H A D | intel_dpll.h | 43 struct dpll *best_clock);
|