Searched refs:is_local_sink_detect_success (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c1283 bool is_local_sink_detect_success; local
1289 is_local_sink_detect_success = detect_link_and_local_sink(link, reason);
1291 if (is_local_sink_detect_success && link->local_sink)
1294 DC_LOG_DC("%s: link_index=%d is_local_sink_detect_success=%d pre_link_type=%d link_type=%d\n", __func__,
1295 link->link_index, is_local_sink_detect_success, pre_link_type, link->type);
1297 if (is_local_sink_detect_success && link->local_sink &&
1302 if (is_local_sink_detect_success &&
1307 return is_local_sink_detect_success && !is_delegated_to_mst_top_mgr;

Completed in 110 milliseconds