]> www.infradead.org Git - nvme.git/commitdiff
drm/i915: Add additional ARL PCI IDs
authorMatt Roper <matthew.d.roper@intel.com>
Mon, 8 Jan 2024 12:27:36 +0000 (17:57 +0530)
committerMatt Roper <matthew.d.roper@intel.com>
Thu, 18 Jan 2024 23:24:32 +0000 (15:24 -0800)
Our existing MTL driver handling is also sufficient to handle ARL, so
these IDs are simply added to the MTL ID list.

Bspec: 55420
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Haridhar Kalvala <haridhar.kalvala@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240108122738.14399-2-haridhar.kalvala@intel.com
include/drm/i915_pciids.h

index fcf1849aa47ca519c5ebda4720a6130ae7aeb710..07779a11758e32fad383633cf3711f36198ac4ab 100644 (file)
 /* MTL */
 #define INTEL_MTL_IDS(info) \
        INTEL_VGA_DEVICE(0x7D40, info), \
+       INTEL_VGA_DEVICE(0x7D41, info), \
        INTEL_VGA_DEVICE(0x7D45, info), \
+       INTEL_VGA_DEVICE(0x7D51, info), \
        INTEL_VGA_DEVICE(0x7D55, info), \
        INTEL_VGA_DEVICE(0x7D60, info), \
        INTEL_VGA_DEVICE(0x7D67, info), \
+       INTEL_VGA_DEVICE(0x7DD1, info), \
        INTEL_VGA_DEVICE(0x7DD5, info)
 
 #endif /* _I915_PCIIDS_H */