Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm2/radeon/
H A Dradeon_atombios.c551 int i, j, k, path_size, device_support; in radeon_get_atom_connector_info_from_object_table() local
578 device_support = le16_to_cpu(obj_header->usDeviceSupport); in radeon_get_atom_connector_info_from_object_table()
588 if (device_support & le16_to_cpu(path->usDeviceTag)) { in radeon_get_atom_connector_info_from_object_table()
924 uint16_t device_support; in radeon_get_atom_connector_info_from_supported_devices_table() local
948 device_support = le16_to_cpu(supported_devices->info.usDeviceSupport); in radeon_get_atom_connector_info_from_supported_devices_table()
961 if (!(device_support & (1 << i))) { in radeon_get_atom_connector_info_from_supported_devices_table()