Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc_types.h358 dc_connection_none, enumerator
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c653 link->type = dc_connection_none; in emulated_link_detect()
738 enum dc_connection_type new_connection_type = dc_connection_none; in dm_resume()
772 if (aconnector->base.force && new_connection_type == dc_connection_none) in dm_resume()
1013 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_irq()
1026 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_irq()
1137 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_rx_irq()
1152 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_rx_irq()
1527 link->type != dc_connection_none) { in register_backlight_device()
1557 enum dc_connection_type new_connection_type = dc_connection_none; in amdgpu_dm_initialize_drm_device()
1627 if (aconnector->base.force && new_connection_type == dc_connection_none) { in amdgpu_dm_initialize_drm_device()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c217 *type = dc_connection_none; in dc_link_detect_sink()
602 enum dc_connection_type new_connection_type = dc_connection_none; in dc_link_detect()
623 if (new_connection_type != dc_connection_none) { in dc_link_detect()
859 link->type = dc_connection_none; in dc_link_detect()