mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 12:50:11 +01:00
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>
This commit is contained in:
parent
d9188a7750
commit
3d8e59ce01
1 changed files with 9 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue