From bb7433c1c69b851903e28aecb26cc2615a87d1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tapani=20P=C3=A4lli?= Date: Fri, 25 Sep 2020 09:19:35 +0300 Subject: intel: add INTEL_DG1_IDS to the pciids list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Lucas De Marchi --- intel/intel_chipset.c | 1 + 1 file changed, 1 insertion(+) (limited to 'intel') diff --git a/intel/intel_chipset.c b/intel/intel_chipset.c index c3ce8f51..439db3e5 100644 --- a/intel/intel_chipset.c +++ b/intel/intel_chipset.c @@ -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), -- cgit v1.2.1