Home
last modified time | relevance | path

Searched refs:radeon_pci_ids (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/drm-shim/
H A Dradeon_noop_drm_shim.c147 static const struct radeon_pci_id radeon_pci_ids[] = { variable
165 for (int i = 0; i < ARRAY_SIZE(radeon_pci_ids); i++) { in radeon_get_device_id()
166 if (strcasecmp(gpu_id, radeon_pci_ids[i].name) == 0 || in radeon_get_device_id()
167 strcasecmp(gpu_id, radeon_pci_ids[i].family_name) == 0) { in radeon_get_device_id()
168 device_id = radeon_pci_ids[i].device_id; in radeon_get_device_id()

Completed in 1 milliseconds