summaryrefslogtreecommitdiff
path: root/src/intel_driver.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-07-26 10:14:11 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-07-28 14:49:07 +0100
commita12c352b56e742b8f8aca4d8ca9efa26f268817b (patch)
tree253c33a212c3a1d0fa8c29d97736b9fb64e5d8cc /src/intel_driver.h
parente94f66c951ae9e0d4304cf8005537a147bda5d79 (diff)
intel: Remove some unused macros
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_driver.h')
-rw-r--r--src/intel_driver.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/intel_driver.h b/src/intel_driver.h
index 7660f006..03668784 100644
--- a/src/intel_driver.h
+++ b/src/intel_driver.h
@@ -263,21 +263,6 @@
#endif
-#define I85X_CAPID 0x44
-#define I85X_VARIANT_MASK 0x7
-#define I85X_VARIANT_SHIFT 5
-#define I855_GME 0x0
-#define I855_GM 0x4
-#define I852_GME 0x2
-#define I852_GM 0x5
-
-#define I810_MEMBASE(p,n) (p)->regions[(n)].base_addr
-#define VENDOR_ID(p) (p)->vendor_id
-#define DEVICE_ID(p) (p)->device_id
-#define SUBVENDOR_ID(p) (p)->subvendor_id
-#define SUBSYS_ID(p) (p)->subdevice_id
-#define CHIP_REVISION(p) (p)->revision
-
struct intel_device_info {
int gen;
};