Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_tc.c73 static enum tc_port_mode tc_phy_get_current_mode(struct intel_tc_port *tc);
599 tc->mode = tc_phy_get_current_mode(tc); in icl_tc_phy_get_hw_state()
861 tc->mode = tc_phy_get_current_mode(tc); in adlp_tc_phy_get_hw_state()
1096 tc->mode = tc_phy_get_current_mode(tc); in xelpdp_tc_phy_get_hw_state()
1307 tc_phy_get_current_mode(struct intel_tc_port *tc) in tc_phy_get_current_mode() function