Home
last modified time | relevance | path

Searched refs:dc_connection_none (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/
Ddc_types.h401 dc_connection_none, enumerator
/Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_debugfs.c1073 enum dc_connection_type new_connection_type = dc_connection_none; in dp_trigger_hotplug()
1111 new_connection_type != dc_connection_none) in dp_trigger_hotplug()
1136 link->type = dc_connection_none; in dp_trigger_hotplug()
Damdgpu_dm.c1792 link->type = dc_connection_none; in emulated_link_detect()
1920 enum dc_connection_type new_connection_type = dc_connection_none; in dm_resume()
2001 if (aconnector->base.force && new_connection_type == dc_connection_none) in dm_resume()
2318 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_irq()
2339 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_irq()
2450 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_rx_irq()
2477 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_rx_irq()
3216 link->type != dc_connection_none) { in register_backlight_device()
3248 enum dc_connection_type new_connection_type = dc_connection_none; in amdgpu_dm_initialize_drm_device()
3350 if (aconnector->base.force && new_connection_type == dc_connection_none) { in amdgpu_dm_initialize_drm_device()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c244 *type = dc_connection_none; in dc_link_detect_sink()
856 enum dc_connection_type new_connection_type = dc_connection_none; in dc_link_detect_helper()
891 if (new_connection_type != dc_connection_none) { in dc_link_detect_helper()
1158 link->type = dc_connection_none; in dc_link_detect_helper()
Ddc_link_dp.c2101 enum dc_connection_type type = dc_connection_none; in dp_verify_link_cap_with_retries()
2105 if (!dc_link_detect_sink(link, &type) || type == dc_connection_none) { in dp_verify_link_cap_with_retries()
Ddc.c197 if (type == dc_connection_none) in create_links()