Home
last modified time | relevance | path

Searched refs:RADEON_HPD_NONE (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_combios.c633 i2c.hpd = RADEON_HPD_NONE; in combios_setup_i2c_bus()
1543 hpd.hpd = RADEON_HPD_NONE; in radeon_get_legacy_connector_info_from_table()
1558 hpd.hpd = RADEON_HPD_NONE; in radeon_get_legacy_connector_info_from_table()
1573 hpd.hpd = RADEON_HPD_NONE; in radeon_get_legacy_connector_info_from_table()
1609 hpd.hpd = RADEON_HPD_NONE; in radeon_get_legacy_connector_info_from_table()
1626 hpd.hpd = RADEON_HPD_NONE; in radeon_get_legacy_connector_info_from_table()
1645 hpd.hpd = RADEON_HPD_NONE; in radeon_get_legacy_connector_info_from_table()
1657 hpd.hpd = RADEON_HPD_NONE; in radeon_get_legacy_connector_info_from_table()
1669 hpd.hpd = RADEON_HPD_NONE; in radeon_get_legacy_connector_info_from_table()
1686 hpd.hpd = RADEON_HPD_NONE; in radeon_get_legacy_connector_info_from_table()
[all …]
Dradeon_connectors.c68 if (radeon_connector->hpd.hpd == RADEON_HPD_NONE) in radeon_connector_hotplug()
1198 && radeon_connector->hpd.hpd != RADEON_HPD_NONE) { in radeon_check_hpd_status_unchanged()
2060 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_atom_connector()
2086 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_atom_connector()
2283 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_atom_connector()
2310 if (radeon_connector->hpd.hpd == RADEON_HPD_NONE) { in radeon_add_atom_connector()
2387 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_legacy_connector()
2405 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_legacy_connector()
2451 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_legacy_connector()
2472 if (radeon_connector->hpd.hpd == RADEON_HPD_NONE) { in radeon_add_legacy_connector()
Datombios_encoders.c851 int hpd_id = RADEON_HPD_NONE; in atombios_dig_encoder_setup2()
975 if (hpd_id == RADEON_HPD_NONE) in atombios_dig_encoder_setup2()
1026 int hpd_id = RADEON_HPD_NONE; in atombios_dig_transmitter_setup2()
1355 if (hpd_id == RADEON_HPD_NONE) in atombios_dig_transmitter_setup2()
Dradeon_mode.h86 RADEON_HPD_NONE = 0xff, enumerator
Dradeon_atombios.c274 hpd.hpd = RADEON_HPD_NONE; in radeon_atom_get_hpd_info_from_gpio()
278 hpd.hpd = RADEON_HPD_NONE; in radeon_atom_get_hpd_info_from_gpio()
761 hpd.hpd = RADEON_HPD_NONE; in radeon_get_atom_connector_info_from_object_table()
992 bios_connectors[i].hpd.hpd = RADEON_HPD_NONE; in radeon_get_atom_connector_info_from_supported_devices_table()
1001 bios_connectors[i].hpd.hpd = RADEON_HPD_NONE; in radeon_get_atom_connector_info_from_supported_devices_table()
Dradeon_display.c808 if (radeon_connector->hpd.hpd != RADEON_HPD_NONE) in radeon_print_display_setup()