Searched refs:port_pll_type (Results 1 – 3 of 3) sorted by relevance
1247 enum icl_port_dpll_id port_pll_type) in tc_phy_is_connected() argument1256 is_connected = port_pll_type == ICL_PORT_DPLL_MG_PHY; in tc_phy_is_connected()1258 is_connected = port_pll_type == ICL_PORT_DPLL_DEFAULT; in tc_phy_is_connected()1266 port_pll_type == ICL_PORT_DPLL_DEFAULT ? "tbt" : "non-tbt"); in tc_phy_is_connected()
4304 if (!encoder->port_pll_type) in intel_ddi_port_pll_type()4307 return encoder->port_pll_type(encoder, crtc_state); in intel_ddi_port_pll_type()5224 encoder->port_pll_type = intel_mtl_port_pll_type; in intel_ddi_init()5250 encoder->port_pll_type = icl_ddi_tc_port_pll_type; in intel_ddi_init()5263 encoder->port_pll_type = icl_ddi_tc_port_pll_type; in intel_ddi_init()
280 enum icl_port_dpll_id (*port_pll_type)(struct intel_encoder *encoder, member