diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2018-11-01 08:22:57 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2018-11-01 08:22:57 +0000 |
commit | e1509f6132b862e9d0b87af09944b576694d29d6 (patch) | |
tree | cf78a5e7b4bb99d4db2b9f4bbf4cdf0c64f3e825 /lib | |
parent | 5436c2954fa33644094c195150426e3d21d49c3c (diff) |
Import libdrm 2.4.96
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libdrm/intel/intel_chipset.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/libdrm/intel/intel_chipset.c b/lib/libdrm/intel/intel_chipset.c index 76b194034..5aa4a2f25 100644 --- a/lib/libdrm/intel/intel_chipset.c +++ b/lib/libdrm/intel/intel_chipset.c @@ -35,19 +35,6 @@ static const struct pci_device { uint16_t gen; } pciids[] = { /* Keep ids sorted by gen; latest gen first */ - INTEL_MTL_IDS(12), - INTEL_ATS_M_IDS(12), - INTEL_DG2_IDS(12), - INTEL_ADLN_IDS(12), - INTEL_RPLP_IDS(12), - INTEL_ADLP_IDS(12), - INTEL_RPLS_IDS(12), - INTEL_ADLS_IDS(12), - INTEL_RKL_IDS(12), - INTEL_DG1_IDS(12), - INTEL_TGL_12_IDS(12), - INTEL_JSL_IDS(11), - INTEL_EHL_IDS(11), INTEL_ICL_11_IDS(11), INTEL_CNL_IDS(10), INTEL_CFL_IDS(9), |