Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_lt_phy.c1181 static bool intel_lt_phy_is_hdmi(const struct intel_lt_phy_pll_state *ltpll) in intel_lt_phy_is_hdmi() argument
1183 u8 mode = REG_FIELD_GET8(LT_PHY_VDR_MODE_ENCODING_MASK, ltpll->config[0]); in intel_lt_phy_is_hdmi()
1191 static bool intel_lt_phy_is_dp(const struct intel_lt_phy_pll_state *ltpll) in intel_lt_phy_is_dp() argument
1193 u8 mode = REG_FIELD_GET8(LT_PHY_VDR_MODE_ENCODING_MASK, ltpll->config[0]); in intel_lt_phy_is_dp()
1203 const struct intel_lt_phy_pll_state *ltpll, in intel_lt_phy_program_port_clock_ctl() argument
1221 if (intel_lt_phy_is_hdmi(ltpll) && intel_hdmi_is_frl(port_clock)) in intel_lt_phy_program_port_clock_ctl()
1226 val |= ltpll->ssc_enabled ? XELPDP_SSC_ENABLE_PLLA : 0; in intel_lt_phy_program_port_clock_ctl()
1269 const struct intel_lt_phy_pll_state *ltpll, in intel_lt_phy_config_changed() argument
1284 if (intel_lt_phy_is_dp(ltpll)) { in intel_lt_phy_config_changed()
1763 hw_state->ltpll = *tables[i].state; in intel_lt_phy_pll_calc_state()
[all …]