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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_types.h 397 dc_connection_none, enumerator in enum:dc_connection_type
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 1536 link->type = dc_connection_none;
1624 enum dc_connection_type new_connection_type = dc_connection_none;
1669 if (aconnector->base.force && new_connection_type == dc_connection_none)
1917 enum dc_connection_type new_connection_type = dc_connection_none;
1938 if (aconnector->base.force && new_connection_type == dc_connection_none) {
2049 enum dc_connection_type new_connection_type = dc_connection_none;
2076 if (aconnector->base.force && new_connection_type == dc_connection_none) {
2657 link->type != dc_connection_none) {
2689 enum dc_connection_type new_connection_type = dc_connection_none;
2789 if (aconnector->base.force && new_connection_type == dc_connection_none) {
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link.c 247 *type = dc_connection_none;
767 enum dc_connection_type new_connection_type = dc_connection_none;
792 if (new_connection_type != dc_connection_none) {
1050 link->type = dc_connection_none;
amdgpu_dc_link_dp.c 1990 enum dc_connection_type type = dc_connection_none;
1994 if (!dc_link_detect_sink(link, &type) || type == dc_connection_none) {
amdgpu_dc.c 197 if (type == dc_connection_none)

Completed in 21 milliseconds