Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpll.h26 u32 i9xx_dpll_compute_fp(const struct dpll *dpll);
H A Dintel_dpll.c776 u32 i9xx_dpll_compute_fp(const struct dpll *dpll) in i9xx_dpll_compute_fp() function
798 fp = i9xx_dpll_compute_fp(clock); in i9xx_update_pll_dividers()
799 fp2 = i9xx_dpll_compute_fp(reduced_clock); in i9xx_update_pll_dividers()
1051 fp = i9xx_dpll_compute_fp(clock); in ilk_update_pll_dividers()
1055 fp2 = i9xx_dpll_compute_fp(reduced_clock); in ilk_update_pll_dividers()
H A Dintel_display.c7914 fp = i9xx_dpll_compute_fp(&clock); in i830_enable_pipe()