Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/
Dlink_detection.c865 enum dc_connection_type new_connection_type = dc_connection_none; in detect_link_and_local_sink() local
888 if (!link_detect_connection_type(link, &new_connection_type)) { in detect_link_and_local_sink()
900 if (new_connection_type != dc_connection_none) { in detect_link_and_local_sink()
901 link->type = new_connection_type; in detect_link_and_local_sink()
/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1440 enum dc_connection_type new_connection_type = dc_connection_none; in dm_handle_hpd_rx_offload_work() local
1458 if (!dc_link_detect_connection_type(dc_link, &new_connection_type)) in dm_handle_hpd_rx_offload_work()
1462 if (new_connection_type == dc_connection_none) in dm_handle_hpd_rx_offload_work()
3143 enum dc_connection_type new_connection_type = dc_connection_none; in dm_resume() local
3265 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type)) in dm_resume()
3268 if (aconnector->base.force && new_connection_type == dc_connection_none) { in dm_resume()
3609 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_irq_helper() local
3633 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type)) in handle_hpd_irq_helper()
3636 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_irq_helper()
3700 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_rx_irq() local
[all …]
Damdgpu_dm_debugfs.c1415 enum dc_connection_type new_connection_type = dc_connection_none; in trigger_hotplug() local
1461 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type) && in trigger_hotplug()
1462 new_connection_type != dc_connection_none) in trigger_hotplug()