Home
last modified time | relevance | path

Searched refs:i9xx_dpll_compute_fp (Results 1 – 2 of 2) 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.c988 u32 i9xx_dpll_compute_fp(const struct dpll *dpll) in i9xx_dpll_compute_fp() function
1086 hw_state->fp0 = i9xx_dpll_compute_fp(clock); in i9xx_compute_dpll()
1087 hw_state->fp1 = i9xx_dpll_compute_fp(reduced_clock); in i9xx_compute_dpll()
1151 hw_state->fp0 = i9xx_dpll_compute_fp(clock); in i8xx_compute_dpll()
1152 hw_state->fp1 = i9xx_dpll_compute_fp(reduced_clock); in i8xx_compute_dpll()
1267 fp = i9xx_dpll_compute_fp(clock); in ilk_dpll_compute_fp()