intel: sync ADL-S PCI IDs with kernel
authorTejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
Tue, 24 Aug 2021 07:19:19 +0000 (12:49 +0530)
committerTejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
Tue, 24 Aug 2021 07:19:19 +0000 (12:49 +0530)
Align with kernel commits:

c79b846f892d ("drm/i915/adl_s: Update ADL-S PCI IDs")
3f50033dd88a ("drm/i915/adl_s: ADL-S platform Update PCI ids for Mobile BGA")

Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
intel/i915_pciids.h

index 2448be8..cb45af9 100644 (file)
 /* ADL-S */
 #define INTEL_ADLS_IDS(info) \
        INTEL_VGA_DEVICE(0x4680, info), \
-       INTEL_VGA_DEVICE(0x4681, info), \
        INTEL_VGA_DEVICE(0x4682, info), \
-       INTEL_VGA_DEVICE(0x4683, info), \
+       INTEL_VGA_DEVICE(0x4688, info), \
+       INTEL_VGA_DEVICE(0x468A, info), \
        INTEL_VGA_DEVICE(0x4690, info), \
-       INTEL_VGA_DEVICE(0x4691, info), \
        INTEL_VGA_DEVICE(0x4692, info), \
        INTEL_VGA_DEVICE(0x4693, info)