Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c981 enum dc_connection_type new_connection_type = dc_connection_none; in detect_link_and_local_sink() local
1004 if (!link_detect_connection_type(link, &new_connection_type)) { in detect_link_and_local_sink()
1016 if (new_connection_type != dc_connection_none) { in detect_link_and_local_sink()
1017 link->type = new_connection_type; in detect_link_and_local_sink()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1558 enum dc_connection_type new_connection_type = dc_connection_none; in dm_handle_hpd_rx_offload_work() local
1576 if (!dc_link_detect_connection_type(dc_link, &new_connection_type)) in dm_handle_hpd_rx_offload_work()
1580 if (new_connection_type == dc_connection_none) in dm_handle_hpd_rx_offload_work()
3478 enum dc_connection_type new_connection_type = dc_connection_none; in dm_resume() local
3625 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type)) in dm_resume()
3628 if (aconnector->base.force && new_connection_type == dc_connection_none) { in dm_resume()
4059 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_irq_helper()
4084 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type)) in handle_hpd_irq_helper()
4092 new_connection_type == dc_connection_none && in handle_hpd_irq_helper()
4095 if (aconnector->base.force && new_connection_type in handle_hpd_irq_helper()
4058 enum dc_connection_type new_connection_type = dc_connection_none; handle_hpd_irq_helper() local
4185 enum dc_connection_type new_connection_type = dc_connection_none; handle_hpd_rx_irq() local
5450 enum dc_connection_type new_connection_type = dc_connection_none; amdgpu_dm_initialize_drm_device() local
[all...]
H A Damdgpu_dm_debugfs.c1446 enum dc_connection_type new_connection_type = dc_connection_none; in trigger_hotplug() local
1492 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type) && in trigger_hotplug()
1493 new_connection_type != dc_connection_none) in trigger_hotplug()