mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 04:40:09 +01:00
intel: add INTEL_ADLS_IDS to the pciids list
This enables drm_intel_bufmgr on ADLS Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
parent
9086ff9daf
commit
3b6cfb20fb
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ static const struct pci_device {
|
|||
uint16_t gen;
|
||||
} pciids[] = {
|
||||
/* Keep ids sorted by gen; latest gen first */
|
||||
INTEL_ADLS_IDS(12),
|
||||
INTEL_RKL_IDS(12),
|
||||
INTEL_DG1_IDS(12),
|
||||
INTEL_TGL_12_IDS(12),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue