Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/
Ddc_types.h368 dc_connection_none, enumerator
/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1086 link->type = dc_connection_none; in emulated_link_detect()
1173 enum dc_connection_type new_connection_type = dc_connection_none; in dm_resume()
1212 if (aconnector->base.force && new_connection_type == dc_connection_none) in dm_resume()
1454 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_irq()
1468 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_irq()
1579 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_rx_irq()
1595 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_rx_irq()
2198 link->type != dc_connection_none) { in register_backlight_device()
2230 enum dc_connection_type new_connection_type = dc_connection_none; in amdgpu_dm_initialize_drm_device()
2330 if (aconnector->base.force && new_connection_type == dc_connection_none) { in amdgpu_dm_initialize_drm_device()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c242 *type = dc_connection_none; in dc_link_detect_sink()
755 enum dc_connection_type new_connection_type = dc_connection_none; in dc_link_detect()
778 if (new_connection_type != dc_connection_none) { in dc_link_detect()
1030 link->type = dc_connection_none; in dc_link_detect()
Ddc.c192 if (type == dc_connection_none) in create_links()