Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_tc.c73 static enum tc_port_mode tc_phy_get_current_mode(struct intel_tc_port *tc);
601 tc->mode = tc_phy_get_current_mode(tc); in icl_tc_phy_get_hw_state()
865 tc->mode = tc_phy_get_current_mode(tc); in adlp_tc_phy_get_hw_state()
1133 tc->mode = tc_phy_get_current_mode(tc); in xelpdp_tc_phy_get_hw_state()
1344 tc_phy_get_current_mode(struct intel_tc_port *tc) in tc_phy_get_current_mode() function