Searched refs:port_pll_type (Results 1 – 3 of 3) sorted by relevance
1161 enum icl_port_dpll_id port_pll_type) in tc_phy_is_connected() argument1170 is_connected = port_pll_type == ICL_PORT_DPLL_MG_PHY; in tc_phy_is_connected()1172 is_connected = port_pll_type == ICL_PORT_DPLL_DEFAULT; in tc_phy_is_connected()1180 port_pll_type == ICL_PORT_DPLL_DEFAULT ? "tbt" : "non-tbt"); in tc_phy_is_connected()
3933 if (!encoder->port_pll_type) in intel_ddi_port_pll_type()3936 return encoder->port_pll_type(encoder, crtc_state); in intel_ddi_port_pll_type()4861 encoder->port_pll_type = intel_mtl_port_pll_type; in intel_ddi_init()4887 encoder->port_pll_type = icl_ddi_tc_port_pll_type; in intel_ddi_init()4900 encoder->port_pll_type = icl_ddi_tc_port_pll_type; in intel_ddi_init()
268 enum icl_port_dpll_id (*port_pll_type)(struct intel_encoder *encoder, member