From 04d2cad65dbb07a2f03835a71fb7f5efc0235ea6 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 12 Nov 2013 14:36:38 +0000 Subject: Add identification strings for new Atoms All of the new Atom (Baytrail) products ship with "HD Graphics". Signed-off-by: Chris Wilson --- src/intel_module.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/intel_module.c b/src/intel_module.c index 72c028e3..e4bd65b3 100644 --- a/src/intel_module.c +++ b/src/intel_module.c @@ -204,9 +204,17 @@ static const SymTabRec intel_chipsets[] = { {PCI_CHIP_HASWELL_CRW_E_GT1, "HD Graphics" }, /* ??? */ {PCI_CHIP_HASWELL_CRW_E_GT2, "HD Graphics" }, /* ??? */ {PCI_CHIP_HASWELL_CRW_E_GT3, "Iris(TM) Pro Graphics 5200" }, - {-1, NULL} + + /* Valleyview (Baytail) */ + {0x0f30, "HD Graphics"}, + {0x0f31, "HD Graphics"}, + {0x0f32, "HD Graphics"}, + {0x0f33, "HD Graphics"}, + {0x0155, "HD Graphics"}, + {0x0157, "HD Graphics"}, + + {-1, NULL} /* Sentinel */ }; -#define NUM_CHIPSETS (sizeof(intel_chipsets) / sizeof(intel_chipsets[0])) static const struct pci_id_match intel_device_match[] = { #if UMS -- cgit v1.2.3