mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-03 04:40:15 +01:00
Eliminate unnecessary structures and defines.
This commit is contained in:
parent
658ff2daf3
commit
2b6ea46513
1 changed files with 0 additions and 20 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue