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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_link.h 273 bool dc_link_detect_sink(struct dc_link *link, enum dc_connection_type *type);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link.c 211 * dc_link_detect_sink() - Determine if there is a sink connected
217 bool dc_link_detect_sink(struct dc_link *link, enum dc_connection_type *type) function in typeref:typename:bool
780 if (false == dc_link_detect_sink(link, &new_connection_type)) {
amdgpu_dc.c 196 dc_link_detect_sink(link, &type);
amdgpu_dc_link_dp.c 1994 if (!dc_link_detect_sink(link, &type) || type == dc_connection_none) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 1666 if (!dc_link_detect_sink(aconnector->dc_link, &new_connection_type))
1935 if (!dc_link_detect_sink(aconnector->dc_link, &new_connection_type))
2073 if (!dc_link_detect_sink(dc_link, &new_connection_type))
2786 if (!dc_link_detect_sink(link, &new_connection_type))

Completed in 24 milliseconds