mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-27 05:50:11 +01:00
intel: Add support for EHL
Add the PCI ID import for EHL. Cc: James Ausmus <james.ausmus@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
This commit is contained in:
parent
e4f164575c
commit
6652cf8673
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_TGL_12_IDS(12),
|
||||
INTEL_EHL_IDS(11),
|
||||
INTEL_ICL_11_IDS(11),
|
||||
INTEL_CNL_IDS(10),
|
||||
INTEL_CFL_IDS(9),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue