diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-25 21:40:02 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-28 14:49:06 +0100 |
commit | 7567c99ee93f560cde33842cffa26a1ad6677600 (patch) | |
tree | 836c1acfa5a03964b248d9f80f2883022324fde5 /src | |
parent | 17873be335aea223e93170c9ba6819ab6877b86b (diff) |
intel: Set the correct marketing names for Ironlake, Sandybridge and Ivybridge
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src')
-rw-r--r-- | src/intel_module.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/intel_module.c b/src/intel_module.c index 3d1ef0fb..a6d4387c 100644 --- a/src/intel_module.c +++ b/src/intel_module.c @@ -141,21 +141,21 @@ static const SymTabRec intel_chipsets[] = { {PCI_CHIP_G41_G, "G41"}, {PCI_CHIP_B43_G, "B43"}, {PCI_CHIP_B43_G1, "B43"}, - {PCI_CHIP_IRONLAKE_D_G, "Clarkdale"}, - {PCI_CHIP_IRONLAKE_M_G, "Arrandale"}, - {PCI_CHIP_SANDYBRIDGE_GT1, "Sandybridge Desktop (GT1)" }, - {PCI_CHIP_SANDYBRIDGE_GT2, "Sandybridge Desktop (GT2)" }, - {PCI_CHIP_SANDYBRIDGE_GT2_PLUS, "Sandybridge Desktop (GT2+)" }, - {PCI_CHIP_SANDYBRIDGE_M_GT1, "Sandybridge Mobile (GT1)" }, - {PCI_CHIP_SANDYBRIDGE_M_GT2, "Sandybridge Mobile (GT2)" }, - {PCI_CHIP_SANDYBRIDGE_M_GT2_PLUS, "Sandybridge Mobile (GT2+)" }, - {PCI_CHIP_SANDYBRIDGE_S_GT, "Sandybridge Server" }, - {PCI_CHIP_IVYBRIDGE_M_GT1, "Ivybridge Mobile (GT1)" }, - {PCI_CHIP_IVYBRIDGE_M_GT2, "Ivybridge Mobile (GT2)" }, - {PCI_CHIP_IVYBRIDGE_D_GT1, "Ivybridge Desktop (GT1)" }, - {PCI_CHIP_IVYBRIDGE_D_GT2, "Ivybridge Desktop (GT2)" }, - {PCI_CHIP_IVYBRIDGE_S_GT1, "Ivybridge Server" }, - {PCI_CHIP_IVYBRIDGE_S_GT2, "Ivybridge Server (GT2)" }, + {PCI_CHIP_IRONLAKE_D_G, "HD Graphics"}, + {PCI_CHIP_IRONLAKE_M_G, "HD Graphics"}, + {PCI_CHIP_SANDYBRIDGE_GT1, "HD Graphics 2000" }, + {PCI_CHIP_SANDYBRIDGE_GT2, "HD Graphics 3000" }, + {PCI_CHIP_SANDYBRIDGE_GT2_PLUS, "HD Graphics 3000" }, + {PCI_CHIP_SANDYBRIDGE_M_GT1, "HD Graphics 2000" }, + {PCI_CHIP_SANDYBRIDGE_M_GT2, "HD Graphics 3000" }, + {PCI_CHIP_SANDYBRIDGE_M_GT2_PLUS, "HD Graphics 3000" }, + {PCI_CHIP_SANDYBRIDGE_S_GT, "HD Graphics" }, + {PCI_CHIP_IVYBRIDGE_M_GT1, "HD Graphics 2500" }, + {PCI_CHIP_IVYBRIDGE_M_GT2, "HD Graphics 4000" }, + {PCI_CHIP_IVYBRIDGE_D_GT1, "HD Graphics 2500" }, + {PCI_CHIP_IVYBRIDGE_D_GT2, "HD Graphics 4000" }, + {PCI_CHIP_IVYBRIDGE_S_GT1, "HD Graphics" }, + {PCI_CHIP_IVYBRIDGE_S_GT2, "HD Graphics P4000" }, {PCI_CHIP_HASWELL_D_GT1, "HD Graphics" }, {PCI_CHIP_HASWELL_D_GT2, "HD Graphics 4600" }, {PCI_CHIP_HASWELL_D_GT3, "Haswell Desktop (GT3)" }, |