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>main
parent
d9188a7750
commit
3d8e59ce01
|
@ -666,4 +666,13 @@
|
||||||
INTEL_VGA_DEVICE(0x46C2, info), \
|
INTEL_VGA_DEVICE(0x46C2, info), \
|
||||||
INTEL_VGA_DEVICE(0x46C3, 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 */
|
#endif /* _I915_PCIIDS_H */
|
||||||
|
|
Loading…
Reference in New Issue