OSDN Git Service

intel: add INTEL_ADLS_IDS to the pciids list
authorTejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
Thu, 18 Feb 2021 10:39:49 +0000 (10:39 +0000)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Thu, 18 Feb 2021 10:44:10 +0000 (10:44 +0000)
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>
intel/intel_chipset.c

index 439db3e..8ec36f8 100644 (file)
@@ -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),