diff options
author | Jordan Justen <[email protected]> | 2018-07-30 21:52:02 -0700 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2020-06-22 11:42:00 -0700 |
commit | c323e0ddf3db8d1e38906fc4fa297bf6f26ec3cd (patch) | |
tree | 76196fec95e9c1cc85e6ffa706ed17c4444be50f /include/pci_ids | |
parent | 37a724e4ae0804745af3ad8954f7389f629c6785 (diff) |
intel/dev: Add device info for DG1
Reworks:
* Anuj: Set is_dg1
* Anuj: Add dg1 to gen_device_name_to_pci_device_id
* Anuj: Update simulator id
* Rafael: has_llc = false
Signed-off-by: Jordan Justen <[email protected]>
Signed-off-by: Anuj Phogat <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4956>
Diffstat (limited to 'include/pci_ids')
-rw-r--r-- | include/pci_ids/iris_pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index ed79c654944..d69fcb9c8d4 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -15,3 +15,5 @@ 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") CHIPSET(0x9AF8, tgl_gt2, "TGL GT2", "Intel(R) UHD Graphics") + +CHIPSET(0x4905, dg1, "DG1 GT2", "Intel(R) Graphics") |