HomeSort by: relevance | last modified time | path
    Searched refs:new_connection_type (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 1624 enum dc_connection_type new_connection_type = dc_connection_none; local in function:dm_resume
1666 if (!dc_link_detect_sink(aconnector->dc_link, &new_connection_type))
1669 if (aconnector->base.force && new_connection_type == dc_connection_none)
1917 enum dc_connection_type new_connection_type = dc_connection_none; local in function:handle_hpd_irq
1935 if (!dc_link_detect_sink(aconnector->dc_link, &new_connection_type))
1938 if (aconnector->base.force && new_connection_type == dc_connection_none) {
2049 enum dc_connection_type new_connection_type = dc_connection_none; local in function:handle_hpd_rx_irq
2073 if (!dc_link_detect_sink(dc_link, &new_connection_type))
2076 if (aconnector->base.force && new_connection_type == dc_connection_none) {
2689 enum dc_connection_type new_connection_type = dc_connection_none local in function:amdgpu_dm_initialize_drm_device
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link.c 767 enum dc_connection_type new_connection_type = dc_connection_none; local in function:dc_link_detect_helper
780 if (false == dc_link_detect_sink(link, &new_connection_type)) {
792 if (new_connection_type != dc_connection_none) {
793 link->type = new_connection_type;

Completed in 15 milliseconds