libhsakmt: Add new device id for virtualized function of gfx803

Signed-off-by: Shaoyun Liu <Shaoyun.liu@amd.com>
Change-Id: I90b0bdaeaed8e9e80375e5a7a142205f2a542289


[ROCm/ROCR-Runtime commit: 16d5aa0d83]
This commit is contained in:
shaoyunl
2016-05-09 16:02:00 -04:00
committed by Shaoyun Liu
parent a6b5c17133
commit 62d4e557ed
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -150,6 +150,7 @@ struct device_id supported_devices[] = {
{ 0x6938, &tonga_device_info },
{ 0x6939, &tonga_device_info },
{ 0x7300, &fiji_device_info },
{ 0x730f, &fiji_device_info },
{ 0, NULL }
};
+2 -1
View File
@@ -136,7 +136,8 @@ static struct hsa_gfxip_table {
{ 0x6938, 8, 0, 2, 1, "Tonga" },
{ 0x6939, 8, 0, 2, 1, "Tonga" },
/* Fiji */
{ 0x7300, 8, 0, 3, 1, "Fiji" }
{ 0x7300, 8, 0, 3, 1, "Fiji" },
{ 0x730f, 8, 0, 3, 1, "Fiji" }
};
enum cache_type {