Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/
Ddc_link.h367 bool dc_link_detect_sink(struct dc_link *link, enum dc_connection_type *type);
/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c222 bool dc_link_detect_sink(struct dc_link *link, enum dc_connection_type *type) in dc_link_detect_sink() function
860 if (!dc_link_detect_sink(link, &new_connection_type)) { in dc_link_detect_helper()
Ddc_link_dp.c1861 dc_link_detect_sink(link, &type); in perform_link_training_with_retries()
2330 if (!dc_link_detect_sink(link, &type) || type == dc_connection_none) { in dp_verify_link_cap_with_retries()
Ddc.c1169 dc_link_detect_sink(edp_link, &type); in detect_edp_presence()
/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1297 if (!dc_link_detect_sink(dc_link, &new_connection_type)) in dm_handle_hpd_rx_offload_work()
2740 if (!dc_link_detect_sink(aconnector->dc_link, &new_connection_type)) in dm_resume()
3096 if (!dc_link_detect_sink(aconnector->dc_link, &new_connection_type)) in handle_hpd_irq_helper()
3300 if (!dc_link_detect_sink(dc_link, &new_connection_type)) in handle_hpd_rx_irq()
4313 if (!dc_link_detect_sink(link, &new_connection_type)) in amdgpu_dm_initialize_drm_device()
Damdgpu_dm_debugfs.c1236 if (!dc_link_detect_sink(aconnector->dc_link, &new_connection_type) && in trigger_hotplug()