diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-26 10:14:11 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-28 14:49:07 +0100 |
commit | a12c352b56e742b8f8aca4d8ca9efa26f268817b (patch) | |
tree | 253c33a212c3a1d0fa8c29d97736b9fb64e5d8cc /src/intel_driver.h | |
parent | e94f66c951ae9e0d4304cf8005537a147bda5d79 (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.h | 15 |
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; }; |