Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c1262 bool is_local_sink_detect_success; in link_detect() local
1268 is_local_sink_detect_success = detect_link_and_local_sink(link, reason); in link_detect()
1270 if (is_local_sink_detect_success && link->local_sink) in link_detect()
1273 DC_LOG_DC("%s: link_index=%d is_local_sink_detect_success=%d pre_link_type=%d link_type=%d\n", __func__, in link_detect()
1274 link->link_index, is_local_sink_detect_success, pre_link_type, link->type); in link_detect()
1276 if (is_local_sink_detect_success && link->local_sink && in link_detect()
1281 if (is_local_sink_detect_success && in link_detect()
1286 return is_local_sink_detect_success && !is_delegated_to_mst_top_mgr; in link_detect()

Completed in 2 milliseconds