diff options
author | Ian Romanick <idr@us.ibm.com> | 2006-12-11 15:06:03 -0800 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2006-12-11 15:06:03 -0800 |
commit | d0e03622811fd94c830c0b5233ff505392c0d331 (patch) | |
tree | d52e44dc616a677e9f2901d36f99e0ed579cf87e /src/mga.h | |
parent | 8fee907cac7e5924630e3648bfb72ad9bd021ea8 (diff) | |
parent | 1dd6e6995d7a37338dce6ee5b1aa4ee9dd848e1d (diff) |
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mga into pci-rework
Conflicts:
src/mga_macros.h
Diffstat (limited to 'src/mga.h')
-rw-r--r-- | src/mga.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -157,7 +157,7 @@ void MGAdbg_outreg32(ScrnInfoPtr, int,int, char*); #define MGA_DRIVER_NAME "mga" #define MGA_MAJOR_VERSION 1 #define MGA_MINOR_VERSION 4 -#define MGA_PATCHLEVEL 1 +#define MGA_PATCHLEVEL 4 typedef struct { unsigned char ExtVga[6]; @@ -417,6 +417,10 @@ typedef struct { xf86AccessRec Access; int Chipset; int ChipRev; + + int is_Gx50:1; + int is_G200SE:1; + Bool Primary; Bool Interleave; int HwBpp; |