Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c1117 u64 central_freq; /* chosen central freq */ member
1134 u64 central_freq, in skl_wrpll_try_divider() argument
1140 deviation = div64_u64(10000 * abs_diff(dco_freq, central_freq), in skl_wrpll_try_divider()
1141 central_freq); in skl_wrpll_try_divider()
1144 if (dco_freq >= central_freq) { in skl_wrpll_try_divider()
1148 ctx->central_freq = central_freq; in skl_wrpll_try_divider()
1156 ctx->central_freq = central_freq; in skl_wrpll_try_divider()
1218 u32 central_freq; member
1223 u64 central_freq, in skl_wrpll_params_populate() argument
1228 switch (central_freq) { in skl_wrpll_params_populate()
[all …]