Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_psr.c68 if (link->type == dc_connection_none) { in amdgpu_dm_set_psr_caps()
Damdgpu_dm_debugfs.c861 if (link->type == dc_connection_none) in psr_capability_show()
1237 enum dc_connection_type new_connection_type = dc_connection_none; in trigger_hotplug()
1284 new_connection_type != dc_connection_none) in trigger_hotplug()
1313 link->type = dc_connection_none; in trigger_hotplug()
Damdgpu_dm.c1247 enum dc_connection_type new_connection_type = dc_connection_none; in dm_handle_hpd_rx_offload_work()
1266 if (new_connection_type == dc_connection_none) in dm_handle_hpd_rx_offload_work()
2515 link->type = dc_connection_none; in emulated_link_detect()
2643 enum dc_connection_type new_connection_type = dc_connection_none; in dm_resume()
2751 if (aconnector->base.force && new_connection_type == dc_connection_none) { in dm_resume()
3057 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_irq_helper()
3085 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_irq_helper()
3226 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_rx_irq()
3288 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_rx_irq()
4158 link->type != dc_connection_none) { in register_backlight_device()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c246 *type = dc_connection_none; in dc_link_detect_sink()
268 *type = dc_connection_none; in dc_link_detect_sink()
1018 enum dc_connection_type new_connection_type = dc_connection_none; in detect_link_and_local_sink()
1054 if (new_connection_type != dc_connection_none) { in detect_link_and_local_sink()
1321 link->type = dc_connection_none; in detect_link_and_local_sink()
3149 if ((allow_active != NULL) && (*allow_active == true) && (link->type == dc_connection_none)) { in dc_link_set_psr_allow_active()
4944 if (link->type != dc_connection_none && in dc_restore_link_res_map()
4958 if (link->type != dc_connection_none && in dc_restore_link_res_map()
Ddc_link_dp.c2809 enum dc_connection_type type = dc_connection_none; in perform_link_training_with_retries()
2812 if (type == dc_connection_none) { in perform_link_training_with_retries()
3330 enum dc_connection_type type = dc_connection_none; in dp_verify_link_cap_with_retries()
3334 if (!dc_link_detect_sink(link, &type) || type == dc_connection_none) { in dp_verify_link_cap_with_retries()
5240 enum dc_connection_type type = dc_connection_none; in wa_try_to_wake_dprx()
5271 if (!dc_link_detect_sink(link, &type) || type == dc_connection_none) in wa_try_to_wake_dprx()
5296 (type == dc_connection_none) ? ". Unplugged." : "."); in wa_try_to_wake_dprx()
Ddc.c1309 edp_link->edp_sink_present = (type != dc_connection_none); in detect_edp_presence()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc_types.h364 dc_connection_none, enumerator