Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_tc.c73 static enum tc_port_mode tc_phy_get_current_mode(struct intel_tc_port *tc);
561 tc->mode = tc_phy_get_current_mode(tc); in icl_tc_phy_get_hw_state()
823 tc->mode = tc_phy_get_current_mode(tc); in adlp_tc_phy_get_hw_state()
1047 tc->mode = tc_phy_get_current_mode(tc); in xelpdp_tc_phy_get_hw_state()
1258 tc_phy_get_current_mode(struct intel_tc_port *tc) in tc_phy_get_current_mode() function