[Intel-gfx] [PATCH xf86-video-intel 1/2] Add Coffeelake PCI IDs for H Skus
Liwei Song
liwei.song at windriver.com
Fri Mar 16 03:14:17 UTC 2018
Add the Coffeelake PCI IDs based on the following kernel patches:
commit ccfd13215fd25a0e8c28221f3acc0dcaec11cd15
Author: Anusha Srivatsa <anusha.srivatsa at intel.com>
Date: Thu Jun 8 16:41:06 2017 -0700
drm/i915/cfl: Add Coffee Lake PCI IDs for H Sku.
Signed-off-by: Liwei Song <liwei.song at windriver.com>
---
src/i915_pciids.h | 4 ++++
src/intel_module.c | 3 +++
2 files changed, 7 insertions(+)
diff --git a/src/i915_pciids.h b/src/i915_pciids.h
index 77b200f4a844..31f94f86d984 100644
--- a/src/i915_pciids.h
+++ b/src/i915_pciids.h
@@ -333,4 +333,8 @@
INTEL_VGA_DEVICE(0x3E92, info), /* SRV GT2 */ \
INTEL_VGA_DEVICE(0x3E96, info) /* SRV GT2 */
+#define INTEL_CFL_H_IDS(info) \
+ INTEL_VGA_DEVICE(0x3E9B, info), /* Halo GT2 */ \
+ INTEL_VGA_DEVICE(0x3E94, info) /* Halo GT2 */
+
#endif /* _I915_PCIIDS_H */
diff --git a/src/intel_module.c b/src/intel_module.c
index ffbd1923d688..1691bea37c2f 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -313,6 +313,8 @@ static const SymTabRec intel_chipsets[] = {
{0x3E91, "HD Graphics"},
{0x3E92, "HD Graphics"},
{0x3E96, "HD Graphics"},
+ {0x3E9B, "HD Graphics"},
+ {0x3E94, "HD Graphics"},
/* When adding new identifiers, also update:
* 1. intel_identify()
@@ -370,6 +372,7 @@ static const struct pci_id_match intel_device_match[] = {
INTEL_GLK_IDS(&intel_geminilake_info),
INTEL_CFL_S_IDS(&intel_coffeelake_info),
+ INTEL_CFL_H_IDS(&intel_coffeelake_info),
INTEL_VGA_DEVICE(PCI_MATCH_ANY, &intel_generic_info),
#endif
--
2.7.4
More information about the Intel-gfx
mailing list