Home
last modified time | relevance | path

Searched refs:dp_sink_type (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/gpu/drm/radeon/
Dradeon_connectors.c1085 radeon_dig_connector->dp_sink_type = CONNECTOR_OBJECT_ID_DISPLAYPORT; in radeon_dp_detect()
1095 radeon_dig_connector->dp_sink_type = radeon_dp_getsinktype(radeon_connector); in radeon_dp_detect()
1096 if (radeon_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) { in radeon_dp_detect()
1117 if ((radeon_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in radeon_dp_mode_valid()
1118 (radeon_dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_eDP)) in radeon_dp_mode_valid()
Dradeon_mode.h399 u8 dp_sink_type; member
Dradeon_display.c735 if ((dig->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT || in radeon_ddc_get_modes()
736 dig->dp_sink_type == CONNECTOR_OBJECT_ID_eDP) && dig->dp_i2c_bus) in radeon_ddc_get_modes()
Dradeon_encoders.c673 if ((dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_DISPLAYPORT) || in atombios_get_encoder_mode()
674 (dig_connector->dp_sink_type == CONNECTOR_OBJECT_ID_eDP)) in atombios_get_encoder_mode()