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 /arch/x86/kernel/early-quirks.c | |
parent | c837e027436df69d20474bd3fdea2c6b3971aa6f (diff) | |
download | linux-72c3c8d6e5275b19fd2d32ec787e8135a421c7ec.tar.gz linux-72c3c8d6e5275b19fd2d32ec787e8135a421c7ec.tar.bz2 linux-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 'arch/x86/kernel/early-quirks.c')
-rw-r--r-- | arch/x86/kernel/early-quirks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/early-quirks.c b/arch/x86/kernel/early-quirks.c index 805596736e20..a6c1867fc7aa 100644 --- a/arch/x86/kernel/early-quirks.c +++ b/arch/x86/kernel/early-quirks.c @@ -558,6 +558,7 @@ static const struct pci_device_id intel_early_ids[] __initconst = { INTEL_ADLP_IDS(&gen11_early_ops), INTEL_ADLN_IDS(&gen11_early_ops), INTEL_RPLS_IDS(&gen11_early_ops), + INTEL_RPLP_IDS(&gen11_early_ops), }; struct resource intel_graphics_stolen_res __ro_after_init = DEFINE_RES_MEM(0, 0); |