Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c1346 bool is_local_sink_detect_success; in dc_link_detect() local
1350 is_local_sink_detect_success = detect_link_and_local_sink(link, reason); in dc_link_detect()
1352 if (is_local_sink_detect_success && link->local_sink) in dc_link_detect()
1355 if (is_local_sink_detect_success && link->local_sink && in dc_link_detect()
1360 if (is_local_sink_detect_success && in dc_link_detect()
1365 return is_local_sink_detect_success && !is_delegated_to_mst_top_mgr; in dc_link_detect()