mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 08:10:11 +01:00
intel: Add support for RPLS platform
Fixes: 3d8e59ce01 ("intel: sync i915_pciids.h with kernel")
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
This commit is contained in:
parent
3d8e59ce01
commit
0c620c5766
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ static const struct pci_device {
|
||||||
uint16_t gen;
|
uint16_t gen;
|
||||||
} pciids[] = {
|
} pciids[] = {
|
||||||
/* Keep ids sorted by gen; latest gen first */
|
/* Keep ids sorted by gen; latest gen first */
|
||||||
|
INTEL_RPLS_IDS(12),
|
||||||
INTEL_ADLP_IDS(12),
|
INTEL_ADLP_IDS(12),
|
||||||
INTEL_ADLS_IDS(12),
|
INTEL_ADLS_IDS(12),
|
||||||
INTEL_RKL_IDS(12),
|
INTEL_RKL_IDS(12),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue