Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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),
/OK3568_Linux_fs/kernel/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.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()
1701 radeon_dig_connector->dp_sink_type = CONNECTOR_OBJECT_ID_DISPLAYPORT; in radeon_dp_detect()
1713 radeon_dig_connector->dp_sink_type = CONNECTOR_OBJECT_ID_DISPLAYPORT; in radeon_dp_detect()
1732 if (radeon_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) { in radeon_dp_detect()
1739 if (radeon_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) { in radeon_dp_detect()
1807 if ((radeon_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in radeon_dp_mode_valid()
H A Datombios_dp.c460 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in radeon_dp_set_link_config()
805 if ((dig_connector->dp_sink_type != CONNECTOR_OBJECT_ID_DISPLAYPORT) && in radeon_dp_link_train()
H A Dradeon_encoders.c412 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in radeon_dig_monitor_is_duallink()
H A Dradeon_audio.c460 CONNECTOR_OBJECT_ID_DISPLAYPORT) in radeon_audio_detect()
H A Datombios_encoders.c753 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in atombios_get_encoder_mode()
H A Dradeon_atombios.c491 CONNECTOR_OBJECT_ID_DISPLAYPORT,
/OK3568_Linux_fs/kernel/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.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()
1371 amdgpu_dig_connector->dp_sink_type = CONNECTOR_OBJECT_ID_DISPLAYPORT; in amdgpu_connector_dp_detect()
1383 amdgpu_dig_connector->dp_sink_type = CONNECTOR_OBJECT_ID_DISPLAYPORT; in amdgpu_connector_dp_detect()
1404 if (amdgpu_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) in amdgpu_connector_dp_detect()
1407 if (amdgpu_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) { in amdgpu_connector_dp_detect()
1470 if ((amdgpu_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in amdgpu_connector_dp_mode_valid()
H A Datombios_dp.c416 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in amdgpu_atombios_dp_set_link_config()
736 if ((dig_connector->dp_sink_type != CONNECTOR_OBJECT_ID_DISPLAYPORT) && in amdgpu_atombios_dp_link_train()
H A Damdgpu_encoders.c242 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in amdgpu_dig_monitor_is_duallink()
H A Datombios_encoders.c508 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in amdgpu_atombios_encoder_get_encoder_mode()
/OK3568_Linux_fs/kernel/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()