Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_device.c377 static const struct kfd_deviceid supported_devices[] = { variable
511 for (i = 0; i < ARRAY_SIZE(supported_devices); i++) { in lookup_device_info()
512 if (supported_devices[i].did == did) { in lookup_device_info()
513 WARN_ON(!supported_devices[i].device_info); in lookup_device_info()
514 return supported_devices[i].device_info; in lookup_device_info()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_atombios.c913 union atom_supported_devices *supported_devices; in radeon_get_atom_connector_info_from_supported_devices_table() local
932 supported_devices = in radeon_get_atom_connector_info_from_supported_devices_table()
935 device_support = le16_to_cpu(supported_devices->info.usDeviceSupport); in radeon_get_atom_connector_info_from_supported_devices_table()
944 supported_devices->info.asConnInfo[i]; in radeon_get_atom_connector_info_from_supported_devices_table()
987 u8 isb = supported_devices->info_2d1.asIntSrcInfo[i].ucIntSrcBitmap; in radeon_get_atom_connector_info_from_supported_devices_table()