Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dg4x_dp.c48 static const struct dpll chv_dpll[] = { variable
56 return display->platform.cherryview ? &chv_dpll[0] : &vlv_dpll[0]; in vlv_get_dpll()
74 divisor = chv_dpll; in g4x_dp_set_clock()
75 count = ARRAY_SIZE(chv_dpll); in g4x_dp_set_clock()
H A Dintel_dpll.c1458 static u32 chv_dpll(const struct intel_crtc_state *crtc_state) in chv_dpll() function
1480 hw_state->dpll = chv_dpll(crtc_state); in chv_compute_dpll()