Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1829 link->type = dc_connection_none; in emulated_link_detect()
1984 enum dc_connection_type new_connection_type = dc_connection_none; in dm_resume()
2066 if (aconnector->base.force && new_connection_type == dc_connection_none) in dm_resume()
2387 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_irq()
2408 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_irq()
2420 if (new_connection_type == dc_connection_none && in handle_hpd_irq()
2421 aconnector->dc_link->type == dc_connection_none) in handle_hpd_irq()
2522 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_rx_irq()
2549 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_rx_irq()
3292 link->type != dc_connection_none) { in register_backlight_device()
[all …]
H A Damdgpu_dm_debugfs.c1074 enum dc_connection_type new_connection_type = dc_connection_none; in dp_trigger_hotplug()
1112 new_connection_type != dc_connection_none) in dp_trigger_hotplug()
1137 link->type = dc_connection_none; in dp_trigger_hotplug()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h401 dc_connection_none, enumerator
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A 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()
1176 link->type = dc_connection_none; in dc_link_detect_helper()
H A Ddc_link_dp.c2103 enum dc_connection_type type = dc_connection_none; in dp_verify_link_cap_with_retries()
2107 if (!dc_link_detect_sink(link, &type) || type == dc_connection_none) { in dp_verify_link_cap_with_retries()
H A Ddc.c197 if (type == dc_connection_none) in create_links()