diff options
author | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2018-09-05 21:29:49 -0700 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2019-07-29 17:00:12 -0700 |
commit | 6652cf86737d178edb669652e1fa75d37ffcd7c2 (patch) | |
tree | a0b1cfe8b033097b6225bc26a0bed780a192f361 | |
parent | e4f164575ca57317c9ea4b948d2cfa93d1821016 (diff) | |
download | libdrm-6652cf86737d178edb669652e1fa75d37ffcd7c2.tar.gz libdrm-6652cf86737d178edb669652e1fa75d37ffcd7c2.tar.bz2 libdrm-6652cf86737d178edb669652e1fa75d37ffcd7c2.zip |
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>
-rw-r--r-- | intel/intel_chipset.c | 1 |
1 files changed, 1 insertions, 0 deletions
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), |