Add all gfx802 device IDs to supported_devices

Without this, queue creation segfaults on unknown devices.

Change-Id: Ieea0bc4783e7313b3dcdabf03ab1269e3670b217


[ROCm/ROCR-Runtime commit: 7505893cc7]
This commit is contained in:
Felix Kuehling
2015-10-02 12:40:04 -04:00
rodzic 9dd2664db2
commit c3a1263604
+8 -1
Wyświetl plik
@@ -107,8 +107,15 @@ struct device_id supported_devices[] = {
{ 0x9875, &carrizo_device_info }, /* Carrizo */
{ 0x9876, &carrizo_device_info }, /* Carrizo */
{ 0x9877, &carrizo_device_info }, /* Carrizo */
{ 0x6939, &tonga_device_info },
{ 0x6920, &tonga_device_info },
{ 0x6921, &tonga_device_info },
{ 0x6928, &tonga_device_info },
{ 0x6929, &tonga_device_info },
{ 0x692b, &tonga_device_info },
{ 0x692f, &tonga_device_info },
{ 0x6930, &tonga_device_info },
{ 0x6938, &tonga_device_info },
{ 0x6939, &tonga_device_info },
{ 0, NULL }
};