Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/radeon/
Dradeon_atombios.c540 int i, j, k, path_size, device_support; in radeon_get_atom_connector_info_from_object_table() local
567 device_support = le16_to_cpu(obj_header->usDeviceSupport); in radeon_get_atom_connector_info_from_object_table()
577 if (device_support & le16_to_cpu(path->usDeviceTag)) { in radeon_get_atom_connector_info_from_object_table()
913 uint16_t device_support; in radeon_get_atom_connector_info_from_supported_devices_table() local
937 device_support = le16_to_cpu(supported_devices->info.usDeviceSupport); in radeon_get_atom_connector_info_from_supported_devices_table()
950 if (!(device_support & (1 << i))) { in radeon_get_atom_connector_info_from_supported_devices_table()