Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dg4x_dp.c41 static const struct dpll vlv_dpll[] = { variable
54 return IS_CHERRYVIEW(i915) ? &chv_dpll[0] : &vlv_dpll[0]; in vlv_get_dpll()
74 divisor = vlv_dpll; in g4x_dp_set_clock()
75 count = ARRAY_SIZE(vlv_dpll); in g4x_dp_set_clock()
Dintel_dpll.c1423 static u32 vlv_dpll(const struct intel_crtc_state *crtc_state) in vlv_dpll() function
1445 hw_state->dpll = vlv_dpll(crtc_state); in vlv_compute_dpll()