Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpll.h25 u32 i9xx_dpll_compute_fp(const struct dpll *dpll);
H A Dintel_dpll.c984 u32 i9xx_dpll_compute_fp(const struct dpll *dpll) in i9xx_dpll_compute_fp() function
1081 hw_state->fp0 = i9xx_dpll_compute_fp(clock); in i9xx_compute_dpll()
1082 hw_state->fp1 = i9xx_dpll_compute_fp(reduced_clock); in i9xx_compute_dpll()
1145 hw_state->fp0 = i9xx_dpll_compute_fp(clock); in i8xx_compute_dpll()
1146 hw_state->fp1 = i9xx_dpll_compute_fp(reduced_clock); in i8xx_compute_dpll()
1260 fp = i9xx_dpll_compute_fp(clock); in ilk_dpll_compute_fp()
H A Dintel_display.c8280 fp = i9xx_dpll_compute_fp(&clock); in i830_enable_pipe()