diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2022-09-01 23:51:38 -0700 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-09-07 19:04:05 +0000 |
commit | b26980a4d40a9c04666d9ef1299c7c037cf15ede (patch) | |
tree | ea3a6653e4271c93ee7ee85a1d8ee310eb826f51 /include | |
parent | 4ae4e4362cfdab91be81c48195674d354ef45602 (diff) | |
download | mesa-b26980a4d40a9c04666d9ef1299c7c037cf15ede.tar.gz mesa-b26980a4d40a9c04666d9ef1299c7c037cf15ede.tar.bz2 mesa-b26980a4d40a9c04666d9ef1299c7c037cf15ede.zip |
intel/pci_ids: Drop non-upstream dg2 pci-ids
These pci-ids should be included in
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14523, since
these pci-ids will only be supported by kernels that support the
forked Linux uapi. (Note that !14523 will never be merged into
upstream Mesa.)
Ref: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/drm/i915_pciids.h?h=v6.0-rc3#n695
Fixes: 398a9be94b4 ("intel/dev: Enable remaining DG2 and ATS-M device IDs")
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18386>
Diffstat (limited to 'include')
-rw-r--r-- | include/pci_ids/iris_pci_ids.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index a71862f481b..8fdae147fd5 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -222,13 +222,6 @@ CHIPSET(0x4907, sg1, "SG1", "Intel(R) Graphics") CHIPSET(0x4908, dg1, "DG1", "Intel(R) Graphics") CHIPSET(0x4909, dg1, "DG1", "Intel(R) Graphics") -CHIPSET(0x4f80, dg2_g10, "DG2", "Intel(R) Graphics") -CHIPSET(0x4f81, dg2_g10, "DG2", "Intel(R) Graphics") -CHIPSET(0x4f82, dg2_g10, "DG2", "Intel(R) Graphics") -CHIPSET(0x4f83, dg2_g10, "DG2", "Intel(R) Graphics") -CHIPSET(0x4f84, dg2_g10, "DG2", "Intel(R) Graphics") -CHIPSET(0x4f87, dg2_g11, "DG2", "Intel(R) Graphics") -CHIPSET(0x4f88, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x5690, dg2_g10, "DG2", "Intel(R) Arc(tm) A770M Graphics") CHIPSET(0x5691, dg2_g10, "DG2", "Intel(R) Arc(tm) A730M Graphics") CHIPSET(0x5692, dg2_g10, "DG2", "Intel(R) Arc(tm) A550M Graphics") |