diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-12-17 00:18:25 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-01-08 19:46:36 +0000 |
commit | 968151898b807b06953b2f4170ac02889f16c8dc (patch) | |
tree | bce4e179f2b88a4ae24719ac2b331ff1764ee8cd /src/intel.h | |
parent | 19b5817a54d4a17161340ada9bf20027644ff074 (diff) |
Remove unused GTT/Map sizes and addresses
These have been made obsolete by KMS and GEM.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel.h')
-rw-r--r-- | src/intel.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/intel.h b/src/intel.h index 4969bff2..b6e8bde5 100644 --- a/src/intel.h +++ b/src/intel.h @@ -271,19 +271,12 @@ enum dri_type { typedef struct intel_screen_private { ScrnInfoPtr scrn; - unsigned char *MMIOBase; int cpp; #define RENDER_BATCH I915_EXEC_RENDER #define BLT_BATCH I915_EXEC_BLT unsigned int current_batch; - unsigned int bufferOffset; /* for I830SelectBuffer */ - - /* These are set in PreInit and never changed. */ - long FbMapSize; - long GTTMapSize; - void *modes; drm_intel_bo *front_buffer; long front_pitch, front_tiling; @@ -327,7 +320,6 @@ typedef struct intel_screen_private { Bool has_relaxed_fencing; int Chipset; - unsigned long LinearAddr; EntityInfoPtr pEnt; struct pci_device *PciInfo; struct intel_chipset chipset; |