Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_tc.c71 static bool tc_phy_is_ready(struct intel_tc_port *tc);
625 if ((!tc_phy_is_ready(tc) || in icl_tc_phy_connect()
630 str_yes_no(tc_phy_is_ready(tc))); in icl_tc_phy_connect()
851 if (!tc_phy_is_ready(tc) && in adlp_tc_phy_connect()
1135 static bool tc_phy_is_ready(struct intel_tc_port *tc) in tc_phy_is_ready() function
1165 bool phy_is_ready = tc_phy_is_ready(tc); in tc_phy_is_connected()
1189 if (wait_for(tc_phy_is_ready(tc), 500)) { in tc_phy_wait_for_ready()
1274 phy_is_ready = tc_phy_is_ready(tc); in tc_phy_get_current_mode()