Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_display.c6404 static uint32_t i9xx_dpll_compute_fp(struct dpll *dpll) in i9xx_dpll_compute_fp() function
6421 fp = i9xx_dpll_compute_fp(&crtc_state->dpll); in i9xx_update_pll_dividers()
6423 fp2 = i9xx_dpll_compute_fp(reduced_clock); in i9xx_update_pll_dividers()
8167 fp = i9xx_dpll_compute_fp(&crtc_state->dpll); in ironlake_compute_dpll()
8173 fp2 = i9xx_dpll_compute_fp(reduced_clock); in ironlake_compute_dpll()
14633 fp = i9xx_dpll_compute_fp(&clock); in i830_enable_pipe()