Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1624 enum dc_connection_type new_connection_type = dc_connection_none; in dm_resume() local
1666 if (!dc_link_detect_sink(aconnector->dc_link, &new_connection_type)) in dm_resume()
1669 if (aconnector->base.force && new_connection_type == dc_connection_none) in dm_resume()
1917 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_irq() local
1935 if (!dc_link_detect_sink(aconnector->dc_link, &new_connection_type)) in handle_hpd_irq()
1938 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_irq()
2049 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_rx_irq() local
2073 if (!dc_link_detect_sink(dc_link, &new_connection_type)) in handle_hpd_rx_irq()
2076 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_rx_irq()
2689 enum dc_connection_type new_connection_type = dc_connection_none; in amdgpu_dm_initialize_drm_device() local
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_link.c767 enum dc_connection_type new_connection_type = dc_connection_none; in dc_link_detect_helper() local
780 if (false == dc_link_detect_sink(link, &new_connection_type)) { in dc_link_detect_helper()
792 if (new_connection_type != dc_connection_none) { in dc_link_detect_helper()
793 link->type = new_connection_type; in dc_link_detect_helper()