Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_dpll.c1563 u32 bestn, bestm1, bestm2, bestp1, bestp2; in vlv_prepare_pll() local
1578 bestm2 = pipe_config->dpll.m2; in vlv_prepare_pll()
1600 mdiv = ((bestm1 << DPIO_M1DIV_SHIFT) | (bestm2 & DPIO_M2DIV_MASK)); in vlv_prepare_pll()
1663 u32 bestn, bestm1, bestm2, bestp1, bestp2, bestm2_frac; in chv_prepare_pll() local
1678 bestm2 = pipe_config->dpll.m2 >> 22; in chv_prepare_pll()
1695 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW0(port), bestm2); in chv_prepare_pll()