mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 04:40:09 +01:00
intel: add INTEL_DG1_IDS to the pciids list
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>
This commit is contained in:
parent
77687f8d6e
commit
bb7433c1c6
1 changed files with 1 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue