Module: Mesa Branch: staging/22.1 Commit: 39636a083e84264c626b667204171f44de835968 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39636a083e84264c626b667204171f44de835968
Author: Jonathan Gray <[email protected]> Date: Wed May 4 16:52:08 2022 +1000 intel/dev: sync ADL-S pci ids with linux sync ADL-S pci ids with linux c79b846f892d ("drm/i915/adl_s: Update ADL-S PCI IDs") Reviewed-by: Lionel Landwerlin <[email protected]> (cherry picked from commit 3cc1efee6f9be11a2243ec4929ac8362197e26d6) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16337> --- include/pci_ids/iris_pci_ids.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 731a8fedabb..7fbc8a2cab1 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -157,13 +157,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")
