Add identification strings for new Atoms
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 12 Nov 2013 14:36:38 +0000 (14:36 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 12 Nov 2013 14:43:56 +0000 (14:43 +0000)
All of the new Atom (Baytrail) products ship with "HD Graphics".

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/intel_module.c

index 72c028e..e4bd65b 100644 (file)
@@ -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