Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c971 enum dc_connection_type new_connection_type = dc_connection_none; in detect_link_and_local_sink() local
992 if (!link_detect_connection_type(link, &new_connection_type)) { in detect_link_and_local_sink()
1004 if (new_connection_type != dc_connection_none) { in detect_link_and_local_sink()
1005 link->type = new_connection_type; in detect_link_and_local_sink()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1564 enum dc_connection_type new_connection_type = dc_connection_none; in dm_handle_hpd_rx_offload_work() local
1582 if (!dc_link_detect_connection_type(dc_link, &new_connection_type)) in dm_handle_hpd_rx_offload_work()
1586 if (new_connection_type == dc_connection_none) in dm_handle_hpd_rx_offload_work()
3572 enum dc_connection_type new_connection_type = dc_connection_none; in dm_resume() local
3723 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type)) in dm_resume()
3726 if (aconnector->base.force && new_connection_type == dc_connection_none) { in dm_resume()
4218 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_irq_helper() local
4243 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type)) in handle_hpd_irq_helper()
4251 new_connection_type == dc_connection_none && in handle_hpd_irq_helper()
4254 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_irq_helper()
[all …]