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.c712 i2c.hpd = RADEON_HPD_NONE; in combios_setup_i2c_bus()
1611 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()
1641 hpd.hpd = RADEON_HPD_NONE; in radeon_get_legacy_connector_info_from_table()
1677 hpd.hpd = RADEON_HPD_NONE; in radeon_get_legacy_connector_info_from_table()
1694 hpd.hpd = RADEON_HPD_NONE; in radeon_get_legacy_connector_info_from_table()
1713 hpd.hpd = RADEON_HPD_NONE; in radeon_get_legacy_connector_info_from_table()
1725 hpd.hpd = RADEON_HPD_NONE; in radeon_get_legacy_connector_info_from_table()
1737 hpd.hpd = RADEON_HPD_NONE; in radeon_get_legacy_connector_info_from_table()
1754 hpd.hpd = RADEON_HPD_NONE; in radeon_get_legacy_connector_info_from_table()
[all …]
Dradeon_connectors.c52 if (radeon_connector->hpd.hpd == RADEON_HPD_NONE) in radeon_connector_hotplug()
910 && radeon_connector->hpd.hpd != RADEON_HPD_NONE) { in radeon_check_hpd_status_unchanged()
1660 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_atom_connector()
1678 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_atom_connector()
1831 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_atom_connector()
1858 if (radeon_connector->hpd.hpd == RADEON_HPD_NONE) { in radeon_add_atom_connector()
1931 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_legacy_connector()
1949 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_legacy_connector()
1995 radeon_connector->hpd.hpd = RADEON_HPD_NONE; in radeon_add_legacy_connector()
2016 if (radeon_connector->hpd.hpd == RADEON_HPD_NONE) { in radeon_add_legacy_connector()
Datombios_encoders.c814 int hpd_id = RADEON_HPD_NONE; in atombios_dig_encoder_setup()
925 if (hpd_id == RADEON_HPD_NONE) in atombios_dig_encoder_setup()
970 int hpd_id = RADEON_HPD_NONE; in atombios_dig_transmitter_setup()
1295 if (hpd_id == RADEON_HPD_NONE) in atombios_dig_transmitter_setup()
Dradeon_mode.h81 RADEON_HPD_NONE = 0xff, enumerator
Dradeon_atombios.c289 hpd.hpd = RADEON_HPD_NONE; in radeon_atom_get_hpd_info_from_gpio()
293 hpd.hpd = RADEON_HPD_NONE; in radeon_atom_get_hpd_info_from_gpio()
772 hpd.hpd = RADEON_HPD_NONE; in radeon_get_atom_connector_info_from_object_table()
1002 bios_connectors[i].hpd.hpd = RADEON_HPD_NONE; in radeon_get_atom_connector_info_from_supported_devices_table()
1011 bios_connectors[i].hpd.hpd = RADEON_HPD_NONE; in radeon_get_atom_connector_info_from_supported_devices_table()
Dradeon_display.c596 if (radeon_connector->hpd.hpd != RADEON_HPD_NONE) in radeon_print_display_setup()