drm/i915/rpl: Update pci ids for RPL P/U
authorDnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Thu, 24 Aug 2023 06:28:40 +0000 (11:58 +0530)
committerMatt Roper <matthew.d.roper@intel.com>
Thu, 24 Aug 2023 15:37:55 +0000 (08:37 -0700)
Update pci device ids as per bspec for
RPL P/U.

v2:
- Append new id's instead of replacing the existing in device
id list define

v3:
- Fixed the commit messege with revision details.

Bpsec: 55376
Signed-off-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@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/20230824062840.2372872-1-dnyaneshwar.bhadane@intel.com
include/drm/i915_pciids.h

index e1e10dfbb661324a435d33f7600717c83d2c6a84..21faa73db7ece8686639554579ca0bc067fdc2df 100644 (file)
 #define INTEL_RPLU_IDS(info) \
        INTEL_VGA_DEVICE(0xA721, info), \
        INTEL_VGA_DEVICE(0xA7A1, info), \
-       INTEL_VGA_DEVICE(0xA7A9, info)
+       INTEL_VGA_DEVICE(0xA7A9, info), \
+       INTEL_VGA_DEVICE(0xA7AC, info), \
+       INTEL_VGA_DEVICE(0xA7AD, info)
 
 /* RPL-P */
 #define INTEL_RPLP_IDS(info) \
        INTEL_RPLU_IDS(info), \
        INTEL_VGA_DEVICE(0xA720, info), \
        INTEL_VGA_DEVICE(0xA7A0, info), \
-       INTEL_VGA_DEVICE(0xA7A8, info)
+       INTEL_VGA_DEVICE(0xA7A8, info), \
+       INTEL_VGA_DEVICE(0xA7AA, info), \
+       INTEL_VGA_DEVICE(0xA7AB, info)
 
 /* DG2 */
 #define INTEL_DG2_G10_IDS(info) \