Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdkfd/
Dkfd_device.c61 static const struct kfd_deviceid supported_devices[] = { variable
99 for (i = 0; i < ARRAY_SIZE(supported_devices); i++) { in lookup_device_info()
100 if (supported_devices[i].did == did) { in lookup_device_info()
101 BUG_ON(supported_devices[i].device_info == NULL); in lookup_device_info()
102 return supported_devices[i].device_info; in lookup_device_info()
/drivers/gpu/drm/radeon/
Dradeon_atombios.c909 union atom_supported_devices *supported_devices; in radeon_get_atom_connector_info_from_supported_devices_table() local
928 supported_devices = in radeon_get_atom_connector_info_from_supported_devices_table()
931 device_support = le16_to_cpu(supported_devices->info.usDeviceSupport); in radeon_get_atom_connector_info_from_supported_devices_table()
940 supported_devices->info.asConnInfo[i]; in radeon_get_atom_connector_info_from_supported_devices_table()
983 u8 isb = supported_devices->info_2d1.asIntSrcInfo[i].ucIntSrcBitmap; in radeon_get_atom_connector_info_from_supported_devices_table()