drm/i915/tgl: Add new PCI IDs to TGL
authorSwathi Dhanavanthri <swathi.dhanavanthri@intel.com>
Wed, 18 Mar 2020 22:12:40 +0000 (15:12 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Thu, 19 Mar 2020 04:38:36 +0000 (21:38 -0700)
Adding 4 new PCI IDs to TGL
Bspec: 44455

Signed-off-by: Swathi Dhanavanthri <swathi.dhanavanthri@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200318221240.8180-1-swathi.dhanavanthri@intel.com
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
include/drm/i915_pciids.h

index 1d2c122..662d835 100644 (file)
 
 /* TGL */
 #define INTEL_TGL_12_IDS(info) \
-       INTEL_VGA_DEVICE(0x9A49, info), \
        INTEL_VGA_DEVICE(0x9A40, info), \
+       INTEL_VGA_DEVICE(0x9A49, info), \
        INTEL_VGA_DEVICE(0x9A59, info), \
        INTEL_VGA_DEVICE(0x9A60, info), \
        INTEL_VGA_DEVICE(0x9A68, info), \
        INTEL_VGA_DEVICE(0x9A70, info), \
-       INTEL_VGA_DEVICE(0x9A78, info)
+       INTEL_VGA_DEVICE(0x9A78, info), \
+       INTEL_VGA_DEVICE(0x9AC0, info), \
+       INTEL_VGA_DEVICE(0x9AC9, info), \
+       INTEL_VGA_DEVICE(0x9AD9, info), \
+       INTEL_VGA_DEVICE(0x9AF8, info)
 
 #endif /* _I915_PCIIDS_H */