diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-05-05 00:12:44 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-05-05 00:12:44 +0000 |
commit | 53e7743d44f1212d9a4ccc5db7333ed7b42c7e1b (patch) | |
tree | 0cfc682c84dce118ae99194f70ba92a0fe3189b7 /lib | |
parent | bcee9361cb20d8222aa06a9d5ffd018a96e2cb8c (diff) |
intel/dev: sync ADL-S pci ids with linux
0cfc01fe835fe727e9ff7485fd6b5c8180bfd7b7 in mainline Mesa
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mesa/include/pci_ids/iris_pci_ids.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/mesa/include/pci_ids/iris_pci_ids.h b/lib/mesa/include/pci_ids/iris_pci_ids.h index c76187eb7..2342ad3ef 100644 --- a/lib/mesa/include/pci_ids/iris_pci_ids.h +++ b/lib/mesa/include/pci_ids/iris_pci_ids.h @@ -5,13 +5,10 @@ CHIPSET(0x4c90, rkl_gt1, "RKL GT1", "Intel(R) Graphics") CHIPSET(0x4c9a, rkl_gt1, "RKL GT1", "Intel(R) Graphics") CHIPSET(0x4680, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") -CHIPSET(0x4681, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") CHIPSET(0x4682, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") -CHIPSET(0x4683, adl_gt05, "ADL-S GT0.5", "Intel(R) Graphics") CHIPSET(0x4688, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") -CHIPSET(0x4689, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") +CHIPSET(0x468a, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") CHIPSET(0x4690, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") -CHIPSET(0x4691, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") CHIPSET(0x4692, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") CHIPSET(0x4693, adl_gt05, "ADL-S GT0.5", "Intel(R) Graphics") |