Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/
Ddc_types.h368 dc_connection_none, enumerator
/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1091 link->type = dc_connection_none; in emulated_link_detect()
1178 enum dc_connection_type new_connection_type = dc_connection_none; in dm_resume()
1217 if (aconnector->base.force && new_connection_type == dc_connection_none) in dm_resume()
1459 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_irq()
1473 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_irq()
1584 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_rx_irq()
1600 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_rx_irq()
2203 link->type != dc_connection_none) { in register_backlight_device()
2235 enum dc_connection_type new_connection_type = dc_connection_none; in amdgpu_dm_initialize_drm_device()
2335 if (aconnector->base.force && new_connection_type == dc_connection_none) { in amdgpu_dm_initialize_drm_device()
[all …]
/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()