Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_tc.c1237 bool phy_is_ready, bool phy_is_owned) in tc_phy_is_ready_and_owned() argument
1241 drm_WARN_ON(&i915->drm, phy_is_owned && !phy_is_ready); in tc_phy_is_ready_and_owned()
1243 return phy_is_ready && phy_is_owned; in tc_phy_is_ready_and_owned()
1252 bool phy_is_owned = tc_phy_is_owned(tc); in tc_phy_is_connected() local
1255 if (tc_phy_is_ready_and_owned(tc, phy_is_ready, phy_is_owned)) in tc_phy_is_connected()
1265 str_yes_no(phy_is_owned), in tc_phy_is_connected()
1349 bool phy_is_owned; in tc_phy_get_current_mode() local
1361 phy_is_owned = tc_phy_is_owned(tc); in tc_phy_get_current_mode()
1363 if (!tc_phy_is_ready_and_owned(tc, phy_is_ready, phy_is_owned)) { in tc_phy_get_current_mode()
1375 str_yes_no(phy_is_owned), in tc_phy_get_current_mode()