[Intel-gfx] [PATCH xf86-video-intel 2/2] pciids: Add the Broxton PCI IDs
Damien Lespiau
damien.lespiau at intel.com
Fri May 15 11:57:14 PDT 2015
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
src/i915_pciids.h | 4 ++++
src/intel_module.c | 5 +++++
2 files changed, 9 insertions(+)
diff --git a/src/i915_pciids.h b/src/i915_pciids.h
index 6133723..17c4456 100644
--- a/src/i915_pciids.h
+++ b/src/i915_pciids.h
@@ -286,5 +286,9 @@
INTEL_SKL_GT2_IDS(info), \
INTEL_SKL_GT3_IDS(info)
+#define INTEL_BXT_IDS(info) \
+ INTEL_VGA_DEVICE(0x0A84, info), \
+ INTEL_VGA_DEVICE(0x1A84, info), \
+ INTEL_VGA_DEVICE(0x5A84, info)
#endif /* _I915_PCIIDS_H */
diff --git a/src/intel_module.c b/src/intel_module.c
index 2a3b016..200133c 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -126,6 +126,9 @@ static const struct intel_device_info intel_skylake_info = {
.gen = 0110,
};
+static const struct intel_device_info intel_broxton_info = {
+ .gen = 0110,
+};
static const SymTabRec intel_chipsets[] = {
{PCI_CHIP_I810, "i810"},
@@ -324,6 +327,8 @@ static const struct pci_id_match intel_device_match[] = {
INTEL_SKL_IDS(&intel_skylake_info),
+ INTEL_BXT_IDS(&intel_broxton_info),
+
INTEL_VGA_DEVICE(PCI_MATCH_ANY, &intel_generic_info),
#endif
--
2.1.0
More information about the Intel-gfx
mailing list