summaryrefslogtreecommitdiff
path: root/intel
diff options
context:
space:
mode:
authorRaviteja Goud Talla <ravitejax.goud.talla@intel.com>2021-12-16 16:26:24 +0530
committerRaviteja Goud Talla <ravitejax.goud.talla@intel.com>2021-12-16 18:20:31 +0530
commit3d8e59ce0199076e120d754b2fe9e7c71691a1d1 (patch)
treeb2bb46b2d7761540d1051539337136b686195603 /intel
parentd9188a7750c99ce9f3d9e0e2aea93f86491e0cb6 (diff)
downloaddrm-3d8e59ce0199076e120d754b2fe9e7c71691a1d1.tar.gz
intel: sync i915_pciids.h with kernel
Align with kernel commit: 52407c220c44c ("drm/i915/rpl-s: Add PCI IDS for Raptor Lake S") Cc: Anusha Srivatsa <anusha.srivatsa@intel.com> Signed-off-by: Raviteja Goud Talla <ravitejax.goud.talla@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Diffstat (limited to 'intel')
-rw-r--r--intel/i915_pciids.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/intel/i915_pciids.h b/intel/i915_pciids.h
index c00ac546..a1fb657a 100644
--- a/intel/i915_pciids.h
+++ b/intel/i915_pciids.h
@@ -666,4 +666,13 @@
INTEL_VGA_DEVICE(0x46C2, info), \
INTEL_VGA_DEVICE(0x46C3, info)
+/* RPL-S */
+#define INTEL_RPLS_IDS(info) \
+ INTEL_VGA_DEVICE(0xA780, info), \
+ INTEL_VGA_DEVICE(0xA781, info), \
+ INTEL_VGA_DEVICE(0xA782, info), \
+ INTEL_VGA_DEVICE(0xA783, info), \
+ INTEL_VGA_DEVICE(0xA788, info), \
+ INTEL_VGA_DEVICE(0xA789, info)
+
#endif /* _I915_PCIIDS_H */