summaryrefslogtreecommitdiff
path: root/src/intel_driver.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-07-28 16:31:57 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-07-28 16:51:32 +0100
commitf97b55d283e2fc333e93c88b18d5f3412f87c67b (patch)
treeb9be1895e157efdb53124e74451a403d81aab962 /src/intel_driver.h
parent679416f9a5e949e6f15a5e8712921731a1750cbd (diff)
intel: Remove the unused SDV PCI IDs
As a first step towards working out what to do with the remaining used-once PCI IDs, delete the used-never ones. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_driver.h')
-rw-r--r--src/intel_driver.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/intel_driver.h b/src/intel_driver.h
index be433586..1e67eab0 100644
--- a/src/intel_driver.h
+++ b/src/intel_driver.h
@@ -80,22 +80,6 @@
#define PCI_CHIP_HASWELL_E_GT2 0x041E
#define PCI_CHIP_HASWELL_E_GT3 0x042E
-#define PCI_CHIP_HASWELL_SDV_D_GT1 0x0C02
-#define PCI_CHIP_HASWELL_SDV_D_GT2 0x0C12
-#define PCI_CHIP_HASWELL_SDV_D_GT3 0x0C22
-#define PCI_CHIP_HASWELL_SDV_M_GT1 0x0C06
-#define PCI_CHIP_HASWELL_SDV_M_GT2 0x0C16
-#define PCI_CHIP_HASWELL_SDV_M_GT3 0x0C26
-#define PCI_CHIP_HASWELL_SDV_S_GT1 0x0C0A
-#define PCI_CHIP_HASWELL_SDV_S_GT2 0x0C1A
-#define PCI_CHIP_HASWELL_SDV_S_GT3 0x0C2A
-#define PCI_CHIP_HASWELL_SDV_B_GT1 0x0C0E
-#define PCI_CHIP_HASWELL_SDV_B_GT2 0x0C1E
-#define PCI_CHIP_HASWELL_SDV_B_GT3 0x0C2E
-#define PCI_CHIP_HASWELL_SDV_E_GT1 0x0C0E
-#define PCI_CHIP_HASWELL_SDV_E_GT2 0x0C1E
-#define PCI_CHIP_HASWELL_SDV_E_GT3 0x0C2E
-
#define PCI_CHIP_HASWELL_ULT_D_GT1 0x0A02
#define PCI_CHIP_HASWELL_ULT_D_GT2 0x0A12
#define PCI_CHIP_HASWELL_ULT_D_GT3 0x0A22
@@ -128,11 +112,6 @@
#define PCI_CHIP_HASWELL_CRW_E_GT2 0x0D1E
#define PCI_CHIP_HASWELL_CRW_E_GT3 0x0D2E
-#define PCI_CHIP_VALLEYVIEW_PO 0x0f30
-#define PCI_CHIP_VALLEYVIEW_1 0x0f31
-#define PCI_CHIP_VALLEYVIEW_2 0x0f32
-#define PCI_CHIP_VALLEYVIEW_3 0x0f33
-
struct intel_device_info {
int gen;
};