Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_dpll.h26 u32 i9xx_dpll_compute_fp(const struct dpll *dpll);
Dintel_dpll.c773 u32 i9xx_dpll_compute_fp(const struct dpll *dpll) in i9xx_dpll_compute_fp() function
795 fp = i9xx_dpll_compute_fp(clock); in i9xx_update_pll_dividers()
796 fp2 = i9xx_dpll_compute_fp(reduced_clock); in i9xx_update_pll_dividers()
1022 fp = i9xx_dpll_compute_fp(clock); in ilk_update_pll_dividers()
1026 fp2 = i9xx_dpll_compute_fp(reduced_clock); in ilk_update_pll_dividers()
Dintel_display.c8840 fp = i9xx_dpll_compute_fp(&clock); in i830_enable_pipe()