diff options
Diffstat (limited to 'src/intel_module.c')
-rw-r--r-- | src/intel_module.c | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/src/intel_module.c b/src/intel_module.c index a6d4387c..065a54eb 100644 --- a/src/intel_module.c +++ b/src/intel_module.c @@ -158,48 +158,48 @@ static const SymTabRec intel_chipsets[] = { {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)" }, + {PCI_CHIP_HASWELL_D_GT3, "HD Graphics 5000" }, /* ??? */ {PCI_CHIP_HASWELL_M_GT1, "HD Graphics" }, {PCI_CHIP_HASWELL_M_GT2, "HD Graphics 4600" }, - {PCI_CHIP_HASWELL_M_GT3, "Haswell Mobile (GT3)" }, + {PCI_CHIP_HASWELL_M_GT3, "HD Graphics 5000" }, /* ??? */ {PCI_CHIP_HASWELL_S_GT1, "HD Graphics" }, {PCI_CHIP_HASWELL_S_GT2, "HD Graphics P4600/P4700" }, - {PCI_CHIP_HASWELL_S_GT3, "Haswell Server (GT3)" }, - {PCI_CHIP_HASWELL_B_GT1, "Haswell (GT1)" }, - {PCI_CHIP_HASWELL_B_GT2, "Haswell (GT2)" }, - {PCI_CHIP_HASWELL_B_GT3, "Haswell (GT3)" }, + {PCI_CHIP_HASWELL_S_GT3, "HD Graphics 5000" }, /* ??? */ + {PCI_CHIP_HASWELL_B_GT1, "HD Graphics" }, /* ??? */ + {PCI_CHIP_HASWELL_B_GT2, "HD Graphics" }, /* ??? */ + {PCI_CHIP_HASWELL_B_GT3, "HD Graphics" }, /* ??? */ {PCI_CHIP_HASWELL_E_GT1, "HD Graphics" }, - {PCI_CHIP_HASWELL_E_GT2, "Haswell (GT2)" }, - {PCI_CHIP_HASWELL_E_GT3, "Haswell (GT3)" }, - {PCI_CHIP_HASWELL_ULT_D_GT1, "Haswell ULT Desktop (GT1)" }, - {PCI_CHIP_HASWELL_ULT_D_GT2, "Haswell ULT Desktop (GT2)" }, + {PCI_CHIP_HASWELL_E_GT2, "HD Graphics" }, /* ??? */ + {PCI_CHIP_HASWELL_E_GT3, "HD Graphics" }, /* ??? */ + {PCI_CHIP_HASWELL_ULT_D_GT1, "HD Graphics" }, /* ??? */ + {PCI_CHIP_HASWELL_ULT_D_GT2, "HD Graphics" }, /* ??? */ {PCI_CHIP_HASWELL_ULT_D_GT3, "Iris(TM) Graphics 5100" }, {PCI_CHIP_HASWELL_ULT_M_GT1, "HD Graphics" }, {PCI_CHIP_HASWELL_ULT_M_GT2, "HD Graphics 4400" }, {PCI_CHIP_HASWELL_ULT_M_GT3, "HD Graphics 5000" }, - {PCI_CHIP_HASWELL_ULT_S_GT1, "Haswell ULT Server (GT1)" }, - {PCI_CHIP_HASWELL_ULT_S_GT2, "Haswell ULT Server (GT2)" }, + {PCI_CHIP_HASWELL_ULT_S_GT1, "HD Graphics" }, /* ??? */ + {PCI_CHIP_HASWELL_ULT_S_GT2, "HD Graphics" }, /* ??? */ {PCI_CHIP_HASWELL_ULT_S_GT3, "Iris(TM) Graphics 5100" }, - {PCI_CHIP_HASWELL_ULT_B_GT1, "Haswell ULT (GT1)" }, - {PCI_CHIP_HASWELL_ULT_B_GT2, "Haswell ULT (GT2)" }, + {PCI_CHIP_HASWELL_ULT_B_GT1, "HD Graphics" }, /* ??? */ + {PCI_CHIP_HASWELL_ULT_B_GT2, "HD Graphics" }, /* ??? */ {PCI_CHIP_HASWELL_ULT_B_GT3, "Iris(TM) Graphics 5100" }, {PCI_CHIP_HASWELL_ULT_E_GT1, "HD Graphics" }, {PCI_CHIP_HASWELL_ULT_E_GT2, "HD Graphics 4200" }, {PCI_CHIP_HASWELL_ULT_E_GT3, "Iris(TM) Graphics 5100" }, - {PCI_CHIP_HASWELL_CRW_D_GT1, "Haswell CRW Desktop (GT1)" }, + {PCI_CHIP_HASWELL_CRW_D_GT1, "HD Graphics" }, /* ??? */ {PCI_CHIP_HASWELL_CRW_D_GT2, "HD Graphics 4600" }, {PCI_CHIP_HASWELL_CRW_D_GT3, "Iris(TM) Pro Graphics 5200" }, - {PCI_CHIP_HASWELL_CRW_M_GT1, "Haswell CRW Mobile (GT1)" }, + {PCI_CHIP_HASWELL_CRW_M_GT1, "HD Graphics" }, /* ??? */ {PCI_CHIP_HASWELL_CRW_M_GT2, "HD Graphics 4600" }, {PCI_CHIP_HASWELL_CRW_M_GT3, "Iris(TM) Pro Graphics 5200" }, - {PCI_CHIP_HASWELL_CRW_S_GT1, "Haswell CRW Server (GT1)" }, - {PCI_CHIP_HASWELL_CRW_S_GT2, "Haswell CRW Server (GT2)" }, + {PCI_CHIP_HASWELL_CRW_S_GT1, "HD Graphics" }, /* ??? */ + {PCI_CHIP_HASWELL_CRW_S_GT2, "HD Graphics" }, /* ??? */ {PCI_CHIP_HASWELL_CRW_S_GT3, "Iris(TM) Pro Graphics 5200" }, - {PCI_CHIP_HASWELL_CRW_B_GT1, "Haswell CRW (GT1)" }, - {PCI_CHIP_HASWELL_CRW_B_GT2, "Haswell CRW (GT2)" }, + {PCI_CHIP_HASWELL_CRW_B_GT1, "HD Graphics" }, /* ??? */ + {PCI_CHIP_HASWELL_CRW_B_GT2, "HD Graphics" }, /* ??? */ {PCI_CHIP_HASWELL_CRW_B_GT3, "Iris(TM) Pro Graphics 5200" }, - {PCI_CHIP_HASWELL_CRW_E_GT1, "Haswell CRW (GT1)" }, - {PCI_CHIP_HASWELL_CRW_E_GT2, "Haswell CRW (GT2)" }, + {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} }; |