diff options
author | Matt Atwood <matthew.s.atwood@intel.com> | 2022-04-18 11:51:57 +0530 |
---|---|---|
committer | Matt Roper <matthew.d.roper@intel.com> | 2022-04-19 17:14:09 -0700 |
commit | 72c3c8d6e5275b19fd2d32ec787e8135a421c7ec (patch) | |
tree | ca4d2716109f38eb2d9398b7296c2f79c08b8b11 /include/drm | |
parent | c837e027436df69d20474bd3fdea2c6b3971aa6f (diff) | |
download | linux-rpi-72c3c8d6e5275b19fd2d32ec787e8135a421c7ec.tar.gz linux-rpi-72c3c8d6e5275b19fd2d32ec787e8135a421c7ec.tar.bz2 linux-rpi-72c3c8d6e5275b19fd2d32ec787e8135a421c7ec.zip |
drm/i915/rpl-p: Add PCI IDs
Adding initial PCI ids for RPL-P.
RPL-P behaves identically to ADL-P from i915's point of view.
Changes since V1 :
- SUBPLATFORM ADL_N and RPL_P clash as both are ADLP
based - Matthew R
Bspec: 55376
Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
Signed-off-by: Madhumitha Tolakanahalli Pradeep <madhumitha.tolakanahalli.pradeep@intel.com>
Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
[mattrope: Corrected comment formatting to match coding style]
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220418062157.2974665-1-tejaskumarx.surendrakumar.upadhyay@intel.com
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/i915_pciids.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index 0800dc8b98b3..a7b5eea7ffaa 100644 --- a/include/drm/i915_pciids.h +++ b/include/drm/i915_pciids.h @@ -683,4 +683,13 @@ INTEL_VGA_DEVICE(0xA78A, info), \ INTEL_VGA_DEVICE(0xA78B, info) +/* RPL-P */ +#define INTEL_RPLP_IDS(info) \ + INTEL_VGA_DEVICE(0xA720, info), \ + INTEL_VGA_DEVICE(0xA721, info), \ + INTEL_VGA_DEVICE(0xA7A0, info), \ + INTEL_VGA_DEVICE(0xA7A1, info), \ + INTEL_VGA_DEVICE(0xA7A8, info), \ + INTEL_VGA_DEVICE(0xA7A9, info) + #endif /* _I915_PCIIDS_H */ |