chv_dpll
static const struct dpll chv_dpll[] = {
return display->platform.cherryview ? &chv_dpll[0] : &vlv_dpll[0];
divisor = chv_dpll;
count = ARRAY_SIZE(chv_dpll);
hw_state->dpll = chv_dpll(crtc_state);