diff options
author | Ian Romanick <idr@us.ibm.com> | 2005-06-07 23:20:02 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2005-06-07 23:20:02 +0000 |
commit | c2e50aad47ce32f528dad2abee8b7a8df363c93e (patch) | |
tree | ca507a76a60a523a43d0cf3aa16987842f84c7f5 /src/mga.h | |
parent | f4b3779cafdbcfeaddf6f55c4b2c67a667ab5d14 (diff) |
Numerous comments, clean-ups, and refactorings for the DRI portion of theXORG-6_8_99_11
MGA driver.
- Use mga_drm.h instead of mga_common.h. Due to this, all the MGA-specific
DRM names were changed to generic versions (i.e., drmMGALock became
drm_lock_t).
- Merge MGADRIMapInit into MGADRIAGPInit and rename the resulting function
MGADRIBootstrapDMA.
- Eliminate several unnecessary drmMap calls. The server has no need to map
MMIO space, primary DMA buffer space, secondary DMA buffer space, WARP
microcode space, or the DRM status page.
- Clarified which portions of the client / server DRI interface are no
longer used.
- Removed some unused fields from MGADRIServerPrivateRec.
- Bump MGA_PATCHLEVEL.
Reviewed by: Adam Jackson Reviewed by: Eric Anholt
Diffstat (limited to 'src/mga.h')
-rw-r--r-- | src/mga.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ void MGAdbg_outreg32(ScrnInfoPtr, int,int, char*); #define MGA_DRIVER_NAME "mga" #define MGA_MAJOR_VERSION 1 #define MGA_MINOR_VERSION 1 -#define MGA_PATCHLEVEL 1 +#define MGA_PATCHLEVEL 2 typedef struct { unsigned char ExtVga[6]; |