From: Rodrigo Vivi <[email protected]> Add the PCI ID import for EHL.
Cc: Rodrigo Vivi <[email protected]> Signed-off-by: James Ausmus <[email protected]> Signed-off-by: Lucas De Marchi <[email protected]> --- intel/intel_chipset.c | 1 + 1 file changed, 1 insertion(+) diff --git a/intel/intel_chipset.c b/intel/intel_chipset.c index 157c2c7d..f6e37ee7 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_TGL_12_IDS(12), + INTEL_EHL_IDS(11), INTEL_ICL_11_IDS(11), INTEL_CNL_IDS(10), INTEL_CFL_IDS(9), -- 2.21.0 _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
