Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/
A Dlink_detection.c1243 bool is_local_sink_detect_success; in link_detect() local
1247 is_local_sink_detect_success = detect_link_and_local_sink(link, reason); in link_detect()
1249 if (is_local_sink_detect_success && link->local_sink) in link_detect()
1252 if (is_local_sink_detect_success && link->local_sink && in link_detect()
1257 if (is_local_sink_detect_success && in link_detect()
1262 return is_local_sink_detect_success && !is_delegated_to_mst_top_mgr; in link_detect()

Completed in 4 milliseconds