Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1305 enum dc_connection_type new_connection_type = dc_connection_none; in dm_handle_hpd_rx_offload_work() local
1320 if (!dc_link_detect_sink(dc_link, &new_connection_type)) in dm_handle_hpd_rx_offload_work()
1324 if (new_connection_type == dc_connection_none) in dm_handle_hpd_rx_offload_work()
2666 enum dc_connection_type new_connection_type = dc_connection_none; in dm_resume() local
2771 if (!dc_link_detect_sink(aconnector->dc_link, &new_connection_type)) in dm_resume()
2774 if (aconnector->base.force && new_connection_type == dc_connection_none) in dm_resume()
3103 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_irq_helper() local
3130 if (!dc_link_detect_sink(aconnector->dc_link, &new_connection_type)) in handle_hpd_irq_helper()
3133 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_irq_helper()
3144 if (new_connection_type == dc_connection_none && in handle_hpd_irq_helper()
[all …]
Damdgpu_dm_debugfs.c1242 enum dc_connection_type new_connection_type = dc_connection_none; in trigger_hotplug() local
1279 if (!dc_link_detect_sink(aconnector->dc_link, &new_connection_type) && in trigger_hotplug()
1280 new_connection_type != dc_connection_none) in trigger_hotplug()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c1024 enum dc_connection_type new_connection_type = dc_connection_none; in detect_link_and_local_sink() local
1049 if (!dc_link_detect_sink(link, &new_connection_type)) { in detect_link_and_local_sink()
1061 if (new_connection_type != dc_connection_none) { in detect_link_and_local_sink()
1063 link->type = new_connection_type; in detect_link_and_local_sink()