Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/include/
H A 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),
/openbmc/linux/drivers/gpu/drm/radeon/
H A 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)
H A Dradeon_connectors.c65 if (dig_connector->dp_sink_type != CONNECTOR_OBJECT_ID_DISPLAYPORT) in radeon_connector_hotplug()
73 if (dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT && in radeon_connector_hotplug()
127 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in radeon_get_monitor_bpc()
295 if ((dig->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT || in radeon_connector_get_edid()
1676 radeon_dig_connector->dp_sink_type = CONNECTOR_OBJECT_ID_DISPLAYPORT; in radeon_dp_detect()
1688 radeon_dig_connector->dp_sink_type = CONNECTOR_OBJECT_ID_DISPLAYPORT; in radeon_dp_detect()
1707 if (radeon_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) in radeon_dp_detect()
1710 if (radeon_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) { in radeon_dp_detect()
1773 if ((radeon_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in radeon_dp_mode_valid()
H A 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()
H A Dradeon_encoders.c405 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in radeon_dig_monitor_is_duallink()
H A Dradeon_audio.c403 CONNECTOR_OBJECT_ID_DISPLAYPORT) in radeon_audio_detect()
H A Datombios_encoders.c736 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in atombios_get_encoder_mode()
H A Dradeon_atombios.c485 CONNECTOR_OBJECT_ID_DISPLAYPORT,
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A DObjectID.h118 #define CONNECTOR_OBJECT_ID_DISPLAYPORT 0x13 macro
629 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
633 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
637 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
641 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
645 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
649 CONNECTOR_OBJECT_ID_DISPLAYPORT << OBJECT_ID_SHIFT)
H A Damdgpu_connectors.c67 if (dig_connector->dp_sink_type != CONNECTOR_OBJECT_ID_DISPLAYPORT) in amdgpu_connector_hotplug()
75 if (dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT && in amdgpu_connector_hotplug()
127 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in amdgpu_connector_get_monitor_bpc()
303 if ((dig->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT || in amdgpu_connector_get_edid()
1411 amdgpu_dig_connector->dp_sink_type = CONNECTOR_OBJECT_ID_DISPLAYPORT; in amdgpu_connector_dp_detect()
1423 amdgpu_dig_connector->dp_sink_type = CONNECTOR_OBJECT_ID_DISPLAYPORT; in amdgpu_connector_dp_detect()
1444 if (amdgpu_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) in amdgpu_connector_dp_detect()
1447 if (amdgpu_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) { in amdgpu_connector_dp_detect()
1510 if ((amdgpu_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in amdgpu_connector_dp_mode_valid()
H A Damdgpu_encoders.c242 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in amdgpu_dig_monitor_is_duallink()
H A Datombios_dp.c419 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in amdgpu_atombios_dp_set_link_config()
739 if ((dig_connector->dp_sink_type != CONNECTOR_OBJECT_ID_DISPLAYPORT) && in amdgpu_atombios_dp_link_train()
H A Datombios_encoders.c500 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in amdgpu_atombios_encoder_get_encoder_mode()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser_common.c207 case CONNECTOR_OBJECT_ID_DISPLAYPORT: in connector_id_from_bios_object_id()