diff options
author | Jordan Justen <[email protected]> | 2020-01-14 14:36:25 -0800 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-05-09 01:39:43 +0000 |
commit | 45c33313e6ee5ec85e585b512270c3f668eb149e (patch) | |
tree | 096e069c94515970c3d3af537bec1d56475ea015 /include/pci_ids | |
parent | 54996ad49273641e20dbb2d7aff382199e27cd10 (diff) |
intel/dev: Add device info for RKL
Cc: 20.1 <[email protected]>
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by : Lionel Landwerlin <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4955>
Diffstat (limited to 'include/pci_ids')
-rw-r--r-- | include/pci_ids/iris_pci_ids.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index a8dee3ddb3a..ed79c654944 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -1,3 +1,9 @@ +CHIPSET(0x4c8a, rkl_gt1, "RKL GT1", "Intel(R) Graphics") +CHIPSET(0x4c8b, rkl_gt1, "RKL GT1", "Intel(R) Graphics") +CHIPSET(0x4c8c, rkl_gt05, "RKL GT0.5", "Intel(R) Graphics") +CHIPSET(0x4c90, rkl_gt1, "RKL GT1", "Intel(R) Graphics") +CHIPSET(0x4c9a, rkl_gt1, "RKL GT1", "Intel(R) Graphics") + CHIPSET(0x9A40, tgl_gt2, "TGL GT2", "Intel(R) Xe Graphics") CHIPSET(0x9A49, tgl_gt2, "TGL GT2", "Intel(R) Xe Graphics") CHIPSET(0x9A59, tgl_gt2, "TGL GT2", "Intel(R) Graphics") |