Skip to content

intel: Hook up new platforms IDs

Matt Roper requested to merge mattrope/drm:hookup_new_platforms into main

In commit 98794e2a ("lib: sync i915_pciids.h with kernel") we resynchronized the PCI header with the kernel to bring in the definitions for several new platforms. But before those IDs will be recognized, we still need to hook them up in the libdrm chipset code as well.

References: drm/intel#5416 Signed-off-by: Matt Roper matthew.d.roper@intel.com

Merge request reports