Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpll_mgr.c1498 u64 central_freq; /* chosen central freq */ member
1508 u64 central_freq, in skl_wrpll_try_divider() argument
1514 deviation = div64_u64(10000 * abs_diff(dco_freq, central_freq), in skl_wrpll_try_divider()
1515 central_freq); in skl_wrpll_try_divider()
1518 if (dco_freq >= central_freq) { in skl_wrpll_try_divider()
1522 ctx->central_freq = central_freq; in skl_wrpll_try_divider()
1530 ctx->central_freq = central_freq; in skl_wrpll_try_divider()
1592 u32 central_freq; member
1598 u64 central_freq, in skl_wrpll_params_populate() argument
1603 switch (central_freq) { in skl_wrpll_params_populate()
[all …]