Home
last modified time | relevance | path

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

/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.c45 if (radeon_connector->hpd.hpd == RADEON_HPD_NONE) in radeon_connector_hotplug()
1151 && radeon_connector->hpd.hpd != RADEON_HPD_NONE) { in radeon_check_hpd_status_unchanged()
1951 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_atom_connector()
1972 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_atom_connector()
2154 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_atom_connector()
2181 if (radeon_connector->hpd.hpd == RADEON_HPD_NONE) { in radeon_add_atom_connector()
2260 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_legacy_connector()
2277 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_legacy_connector()
2323 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_legacy_connector()
2344 if (radeon_connector->hpd.hpd == RADEON_HPD_NONE) { in radeon_add_legacy_connector()
Datombios_encoders.c832 int hpd_id = RADEON_HPD_NONE; in atombios_dig_encoder_setup()
949 if (hpd_id == RADEON_HPD_NONE) in atombios_dig_encoder_setup()
994 int hpd_id = RADEON_HPD_NONE; in atombios_dig_transmitter_setup()
1323 if (hpd_id == RADEON_HPD_NONE) in atombios_dig_transmitter_setup()
Dradeon_mode.h85 RADEON_HPD_NONE = 0xff, enumerator
Dradeon_atombios.c273 hpd.hpd = RADEON_HPD_NONE; in radeon_atom_get_hpd_info_from_gpio()
277 hpd.hpd = RADEON_HPD_NONE; in radeon_atom_get_hpd_info_from_gpio()
760 hpd.hpd = RADEON_HPD_NONE; in radeon_get_atom_connector_info_from_object_table()
990 bios_connectors[i].hpd.hpd = RADEON_HPD_NONE; in radeon_get_atom_connector_info_from_supported_devices_table()
999 bios_connectors[i].hpd.hpd = RADEON_HPD_NONE; in radeon_get_atom_connector_info_from_supported_devices_table()
Dradeon_display.c754 if (radeon_connector->hpd.hpd != RADEON_HPD_NONE) in radeon_print_display_setup()