Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/
Ddc_link.h467 bool dc_link_detect_sink(struct dc_link *link, enum dc_connection_type *type);
/Linux-v6.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1262 if (!dc_link_detect_sink(dc_link, &new_connection_type)) in dm_handle_hpd_rx_offload_work()
2753 if (!dc_link_detect_sink(aconnector->dc_link, &new_connection_type)) in dm_resume()
3087 if (!dc_link_detect_sink(aconnector->dc_link, &new_connection_type)) in handle_hpd_irq_helper()
3290 if (!dc_link_detect_sink(dc_link, &new_connection_type)) in handle_hpd_rx_irq()
4341 if (!dc_link_detect_sink(link, &new_connection_type)) in amdgpu_dm_initialize_drm_device()
Damdgpu_dm_debugfs.c1283 if (!dc_link_detect_sink(aconnector->dc_link, &new_connection_type) && in trigger_hotplug()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_dp.c2811 dc_link_detect_sink(link, &type); in perform_link_training_with_retries()
3334 if (!dc_link_detect_sink(link, &type) || type == dc_connection_none) { in dp_verify_link_cap_with_retries()
5271 if (!dc_link_detect_sink(link, &type) || type == dc_connection_none) in wa_try_to_wake_dprx()
Ddc_link.c226 bool dc_link_detect_sink(struct dc_link *link, enum dc_connection_type *type) in dc_link_detect_sink() function
1042 if (!dc_link_detect_sink(link, &new_connection_type)) { in detect_link_and_local_sink()
Ddc.c1297 dc_link_detect_sink(edp_link, &type); in detect_edp_presence()