intel: add INTEL_DG1_IDS to the pciids list
authorTapani Pälli <tapani.palli@intel.com>
Fri, 25 Sep 2020 06:19:35 +0000 (09:19 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Wed, 30 Sep 2020 10:37:48 +0000 (13:37 +0300)
This enables drm_intel_bufmgr on DG1 and allows us to pass dmabuf
import/export related tests with Piglit.

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
intel/intel_chipset.c

index c3ce8f5..439db3e 100644 (file)
@@ -36,6 +36,7 @@ static const struct pci_device {
 } pciids[] = {
        /* Keep ids sorted by gen; latest gen first */
        INTEL_RKL_IDS(12),
+       INTEL_DG1_IDS(12),
        INTEL_TGL_12_IDS(12),
        INTEL_EHL_IDS(11),
        INTEL_ICL_11_IDS(11),