drm/i915: Update ADL-N PCI IDs
authorGustavo Sousa <gustavo.sousa@intel.com>
Wed, 14 Feb 2024 14:46:30 +0000 (11:46 -0300)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 14 Feb 2024 21:01:27 +0000 (13:01 -0800)
Extend the list of ADL-N PCI IDs to contain two new entries.

Bspec: 68397
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240214144629.106702-2-gustavo.sousa@intel.com
include/drm/i915_pciids.h

index 07779a11758e32fad383633cf3711f36198ac4ab..28a96aa1e08fb0b71fcf476bea68b70bd3ba54bf 100644 (file)
 #define INTEL_ADLN_IDS(info) \
        INTEL_VGA_DEVICE(0x46D0, info), \
        INTEL_VGA_DEVICE(0x46D1, info), \
-       INTEL_VGA_DEVICE(0x46D2, info)
+       INTEL_VGA_DEVICE(0x46D2, info), \
+       INTEL_VGA_DEVICE(0x46D3, info), \
+       INTEL_VGA_DEVICE(0x46D4, info)
 
 /* RPL-S */
 #define INTEL_RPLS_IDS(info) \