diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2020-03-20 15:10:09 -0700 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2020-03-21 23:49:38 -0700 |
commit | f02ae6986740813bf79bde8aad1a0ac5dd7e4d7c (patch) | |
tree | 3d5e6353e1bcfcb219af61b33efab70a90c6a5f0 /include | |
parent | 1c6ef0165f03a8e8c20a2c33a78584166a73487c (diff) |
intel: Add TGL PCI ID
Ref: Bspec 44455
Cc: <mesa-stable@lists.freedesktop.org>
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/pci_ids/iris_pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 863a8f429a0..a8dee3ddb3a 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -4,6 +4,7 @@ CHIPSET(0x9A59, tgl_gt2, "TGL GT2", "Intel(R) Graphics") CHIPSET(0x9A60, tgl_gt1, "TGL GT1", "Intel(R) UHD Graphics") CHIPSET(0x9A68, tgl_gt1, "TGL GT1", "Intel(R) UHD Graphics") CHIPSET(0x9A70, tgl_gt1, "TGL GT1", "Intel(R) UHD Graphics") +CHIPSET(0x9A78, tgl_gt2, "TGL GT2", "Intel(R) UHD Graphics") CHIPSET(0x9AC0, tgl_gt2, "TGL GT2", "Intel(R) UHD Graphics") CHIPSET(0x9AC9, tgl_gt2, "TGL GT2", "Intel(R) UHD Graphics") CHIPSET(0x9AD9, tgl_gt2, "TGL GT2", "Intel(R) UHD Graphics") |