diff options
author | José Roberto de Souza <jose.souza@intel.com> | 2023-04-25 12:26:24 -0700 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2023-12-19 18:33:13 -0500 |
commit | 4c69e4b4c60a855e6726034e68d0f23029c19301 (patch) | |
tree | 48eee9e7af8c1e9526f21c7776ea947edf742801 /drivers/gpu/drm/xe/xe_pci.c | |
parent | ad799e4ace0dd8b81ff698dc92d6f1419fc49d4f (diff) | |
download | lwn-4c69e4b4c60a855e6726034e68d0f23029c19301.tar.gz lwn-4c69e4b4c60a855e6726034e68d0f23029c19301.zip |
drm/xe: Enable Raptorlake-P
Raptorlake-P was tested and it is working as the same as Alderlake-P.
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_pci.c')
-rw-r--r-- | drivers/gpu/drm/xe/xe_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c index 473ee8df2db2..13a5ce18ee05 100644 --- a/drivers/gpu/drm/xe/xe_pci.c +++ b/drivers/gpu/drm/xe/xe_pci.c @@ -312,6 +312,7 @@ static const struct pci_device_id pciidlist[] = { XE_RKL_IDS(INTEL_VGA_DEVICE, &rkl_desc), XE_ADLS_IDS(INTEL_VGA_DEVICE, &adl_s_desc), XE_ADLP_IDS(INTEL_VGA_DEVICE, &adl_p_desc), + XE_RPLP_IDS(INTEL_VGA_DEVICE, &adl_p_desc), XE_DG1_IDS(INTEL_VGA_DEVICE, &dg1_desc), XE_ATS_M_IDS(INTEL_VGA_DEVICE, &ats_m_desc), XE_DG2_IDS(INTEL_VGA_DEVICE, &dg2_desc), |