Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/ !
H A Dintel_tc.c1310 enum icl_port_dpll_id port_pll_type) in tc_phy_is_connected() argument
1318 is_connected = port_pll_type == ICL_PORT_DPLL_MG_PHY; in tc_phy_is_connected()
1320 is_connected = port_pll_type == ICL_PORT_DPLL_DEFAULT; in tc_phy_is_connected()
1328 port_pll_type == ICL_PORT_DPLL_DEFAULT ? "tbt" : "non-tbt"); in tc_phy_is_connected()
H A Dintel_display_types.h287 enum icl_port_dpll_id (*port_pll_type)(struct intel_encoder *encoder, member