Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c1348 bool is_local_sink_detect_success; in dc_link_detect() local
1352 is_local_sink_detect_success = detect_link_and_local_sink(link, reason); in dc_link_detect()
1354 if (is_local_sink_detect_success && link->local_sink) in dc_link_detect()
1357 if (is_local_sink_detect_success && link->local_sink && in dc_link_detect()
1362 if (is_local_sink_detect_success && in dc_link_detect()
1367 return is_local_sink_detect_success && !is_delegated_to_mst_top_mgr; in dc_link_detect()