Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dg4x_dp.c45 static const struct dpll chv_dpll[] = { variable
53 return IS_CHERRYVIEW(i915) ? &chv_dpll[0] : &vlv_dpll[0]; in vlv_get_dpll()
70 divisor = chv_dpll; in g4x_dp_set_clock()
71 count = ARRAY_SIZE(chv_dpll); in g4x_dp_set_clock()