Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_tc.c1161 enum icl_port_dpll_id port_pll_type) in tc_phy_is_connected() argument
1170 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()
Dintel_ddi.c3933 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()
Dintel_display_types.h268 enum icl_port_dpll_id (*port_pll_type)(struct intel_encoder *encoder, member