summaryrefslogtreecommitdiff
path: root/shared-core/xgi_drm.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-07-16 21:11:22 -0700
committerIan Romanick <idr@us.ibm.com>2007-07-16 21:11:22 -0700
commit2b6ea465134e72fa6aa96df5e40fbc91b561ef00 (patch)
tree23fdfeeb886b68cd43934c66b0d507f9aa738730 /shared-core/xgi_drm.h
parent658ff2daf3d2a080da2d859f522a627aef841637 (diff)
Eliminate unnecessary structures and defines.
Diffstat (limited to 'shared-core/xgi_drm.h')
-rw-r--r--shared-core/xgi_drm.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/shared-core/xgi_drm.h b/shared-core/xgi_drm.h
index bc39cbf7..67118884 100644
--- a/shared-core/xgi_drm.h
+++ b/shared-core/xgi_drm.h
@@ -67,11 +67,6 @@ struct xgi_mem_alloc {
unsigned long bus_addr;
};
-struct xgi_sarea_info {
- unsigned long bus_addr;
- unsigned int size;
-};
-
enum xgi_batch_type {
BTYPE_2D = 0,
BTYPE_3D = 1,
@@ -95,11 +90,6 @@ struct xgi_state_info {
unsigned int _toState;
};
-struct xgi_mmio_info {
- unsigned long mmio_base;
- unsigned int size;
-};
-
/*
* Ioctl definitions
@@ -139,14 +129,4 @@ struct xgi_mmio_info {
#define XGI_IOCTL_MAXNR 30
-/*
- * flags
- */
-#define XGI_FLAG_OPEN 0x0001
-#define XGI_FLAG_NEEDS_POSTING 0x0002
-#define XGI_FLAG_WAS_POSTED 0x0004
-#define XGI_FLAG_CONTROL 0x0010
-#define XGI_FLAG_MAP_REGS_EARLY 0x0200
-
-
#endif /* _XGI_DRM_H_ */