diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-25 21:37:05 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-28 14:49:06 +0100 |
commit | 17873be335aea223e93170c9ba6819ab6877b86b (patch) | |
tree | 4148f968aec904eafc545f16f1c6486fa0ba4247 /src/intel_module.c | |
parent | 4c6871684b0006a89be6760db99fda9b47790226 (diff) |
intel: Remove the SDV from the list of identified chipsets
These devices are not for retail and so have no marketing names.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_module.c')
-rw-r--r-- | src/intel_module.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/intel_module.c b/src/intel_module.c index 37ecb51f..3d1ef0fb 100644 --- a/src/intel_module.c +++ b/src/intel_module.c @@ -171,21 +171,6 @@ static const SymTabRec intel_chipsets[] = { {PCI_CHIP_HASWELL_E_GT1, "HD Graphics" }, {PCI_CHIP_HASWELL_E_GT2, "Haswell (GT2)" }, {PCI_CHIP_HASWELL_E_GT3, "Haswell (GT3)" }, - {PCI_CHIP_HASWELL_SDV_D_GT1, "Haswell SDV Desktop (GT1)" }, - {PCI_CHIP_HASWELL_SDV_D_GT2, "Haswell SDV Desktop (GT2)" }, - {PCI_CHIP_HASWELL_SDV_D_GT3, "Haswell SDV Desktop (GT3)" }, - {PCI_CHIP_HASWELL_SDV_M_GT1, "Haswell SDV Mobile (GT1)" }, - {PCI_CHIP_HASWELL_SDV_M_GT2, "Haswell SDV Mobile (GT2)" }, - {PCI_CHIP_HASWELL_SDV_M_GT3, "Haswell SDV Mobile (GT3)" }, - {PCI_CHIP_HASWELL_SDV_S_GT1, "Haswell SDV Server (GT1)" }, - {PCI_CHIP_HASWELL_SDV_S_GT2, "Haswell SDV Server (GT2)" }, - {PCI_CHIP_HASWELL_SDV_S_GT3, "Haswell SDV Server (GT3)" }, - {PCI_CHIP_HASWELL_SDV_B_GT1, "Haswell SDV (GT1)" }, - {PCI_CHIP_HASWELL_SDV_B_GT2, "Haswell SDV (GT2)" }, - {PCI_CHIP_HASWELL_SDV_B_GT3, "Haswell SDV (GT3)" }, - {PCI_CHIP_HASWELL_SDV_E_GT1, "Haswell SDV (GT1)" }, - {PCI_CHIP_HASWELL_SDV_E_GT2, "Haswell SDV (GT2)" }, - {PCI_CHIP_HASWELL_SDV_E_GT3, "Haswell SDV (GT3)" }, {PCI_CHIP_HASWELL_ULT_D_GT1, "Haswell ULT Desktop (GT1)" }, {PCI_CHIP_HASWELL_ULT_D_GT2, "Haswell ULT Desktop (GT2)" }, {PCI_CHIP_HASWELL_ULT_D_GT3, "Iris(TM) Graphics 5100" }, @@ -216,7 +201,6 @@ static const SymTabRec intel_chipsets[] = { {PCI_CHIP_HASWELL_CRW_E_GT1, "Haswell CRW (GT1)" }, {PCI_CHIP_HASWELL_CRW_E_GT2, "Haswell CRW (GT2)" }, {PCI_CHIP_HASWELL_CRW_E_GT3, "Iris(TM) Pro Graphics 5200" }, - {PCI_CHIP_VALLEYVIEW_PO, "ValleyView PO board" }, {-1, NULL} }; #define NUM_CHIPSETS (sizeof(intel_chipsets) / sizeof(intel_chipsets[0])) |