Home
last modified time | relevance | path

Searched refs:CONNECTOR_OBJECT_ID_DISPLAYPORT (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/include/
Ddisplayobject.h68 CONNECTOR_OBJECT_ID_DISPLAYPORT =0x05, enumerator
185CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT),
189CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT),
193CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT),
197CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT),
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
DObjectID.h118 #define CONNECTOR_OBJECT_ID_DISPLAYPORT 0x13 macro
628 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
632 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
636 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
640 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
644 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
648 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
Damdgpu_connectors.c66 if (dig_connector->dp_sink_type != CONNECTOR_OBJECT_ID_DISPLAYPORT) in amdgpu_connector_hotplug()
74 if (dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT && in amdgpu_connector_hotplug()
126 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in amdgpu_connector_get_monitor_bpc()
302 if ((dig->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT || in amdgpu_connector_get_edid()
1362 amdgpu_dig_connector->dp_sink_type = CONNECTOR_OBJECT_ID_DISPLAYPORT; in amdgpu_connector_dp_detect()
1374 amdgpu_dig_connector->dp_sink_type = CONNECTOR_OBJECT_ID_DISPLAYPORT; in amdgpu_connector_dp_detect()
1395 if (amdgpu_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) in amdgpu_connector_dp_detect()
1398 if (amdgpu_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) { in amdgpu_connector_dp_detect()
1461 if ((amdgpu_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in amdgpu_connector_dp_mode_valid()
Damdgpu_encoders.c242 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in amdgpu_dig_monitor_is_duallink()
Datombios_dp.c418 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in amdgpu_atombios_dp_set_link_config()
738 if ((dig_connector->dp_sink_type != CONNECTOR_OBJECT_ID_DISPLAYPORT) && in amdgpu_atombios_dp_link_train()
Datombios_encoders.c503 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in amdgpu_atombios_encoder_get_encoder_mode()
/Linux-v5.15/drivers/gpu/drm/radeon/
DObjectID.h118 #define CONNECTOR_OBJECT_ID_DISPLAYPORT 0x13 macro
627 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
631 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
635 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
639 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
643 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
647 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
Dradeon_connectors.c86 if (dig_connector->dp_sink_type != CONNECTOR_OBJECT_ID_DISPLAYPORT) in radeon_connector_hotplug()
94 if (dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT && in radeon_connector_hotplug()
148 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in radeon_get_monitor_bpc()
317 if ((dig->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT || in radeon_connector_get_edid()
1697 radeon_dig_connector->dp_sink_type = CONNECTOR_OBJECT_ID_DISPLAYPORT; in radeon_dp_detect()
1709 radeon_dig_connector->dp_sink_type = CONNECTOR_OBJECT_ID_DISPLAYPORT; in radeon_dp_detect()
1728 if (radeon_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) { in radeon_dp_detect()
1735 if (radeon_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) { in radeon_dp_detect()
1803 if ((radeon_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in radeon_dp_mode_valid()
Datombios_dp.c461 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in radeon_dp_set_link_config()
806 if ((dig_connector->dp_sink_type != CONNECTOR_OBJECT_ID_DISPLAYPORT) && in radeon_dp_link_train()
Dradeon_encoders.c406 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in radeon_dig_monitor_is_duallink()
Dradeon_audio.c398 CONNECTOR_OBJECT_ID_DISPLAYPORT) in radeon_audio_detect()
Datombios_encoders.c749 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in atombios_get_encoder_mode()
Dradeon_atombios.c485 CONNECTOR_OBJECT_ID_DISPLAYPORT,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/bios/
Dbios_parser_common.c207 case CONNECTOR_OBJECT_ID_DISPLAYPORT: in connector_id_from_bios_object_id()