Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_tc.c71 static bool tc_phy_is_ready(struct intel_tc_port *tc);
663 if ((!tc_phy_is_ready(tc) || in icl_tc_phy_connect()
668 str_yes_no(tc_phy_is_ready(tc))); in icl_tc_phy_connect()
889 if (!tc_phy_is_ready(tc) && in adlp_tc_phy_connect()
1184 static bool tc_phy_is_ready(struct intel_tc_port *tc) in tc_phy_is_ready() function
1214 bool phy_is_ready = tc_phy_is_ready(tc); in tc_phy_is_connected()
1238 if (wait_for(tc_phy_is_ready(tc), 500)) { in tc_phy_wait_for_ready()
1323 phy_is_ready = tc_phy_is_ready(tc); in tc_phy_get_current_mode()