drm/i915: Add new PCI IDs to DG2 platform in driver
authorRavi Kumar Vodapalli <ravi.kumar.vodapalli@intel.com>
Tue, 26 Mar 2024 10:32:41 +0000 (16:02 +0530)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 27 Mar 2024 17:35:35 +0000 (10:35 -0700)
New PCI IDs are added in Bspec for DG2 platform, add them in driver

Bspec: 44477
Signed-off-by: Ravi Kumar Vodapalli <ravi.kumar.vodapalli@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240326103241.3832494-1-ravi.kumar.vodapalli@intel.com
include/drm/i915_pciids.h

index 28a96aa1e08fb0b71fcf476bea68b70bd3ba54bf..85ce33ad6e262afbd43ffd4a67b05369a6ac30ad 100644 (file)
        INTEL_VGA_DEVICE(0x5692, info), \
        INTEL_VGA_DEVICE(0x56A0, info), \
        INTEL_VGA_DEVICE(0x56A1, info), \
-       INTEL_VGA_DEVICE(0x56A2, info)
+       INTEL_VGA_DEVICE(0x56A2, info), \
+       INTEL_VGA_DEVICE(0x56BE, info), \
+       INTEL_VGA_DEVICE(0x56BF, info)
 
 #define INTEL_DG2_G11_IDS(info) \
        INTEL_VGA_DEVICE(0x5693, info), \