summaryrefslogtreecommitdiff
path: root/src/mga.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2006-12-11 15:06:03 -0800
committerIan Romanick <idr@us.ibm.com>2006-12-11 15:06:03 -0800
commitd0e03622811fd94c830c0b5233ff505392c0d331 (patch)
treed52e44dc616a677e9f2901d36f99e0ed579cf87e /src/mga.h
parent8fee907cac7e5924630e3648bfb72ad9bd021ea8 (diff)
parent1dd6e6995d7a37338dce6ee5b1aa4ee9dd848e1d (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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mga.h b/src/mga.h
index f9afea3..a1179f9 100644
--- a/src/mga.h
+++ b/src/mga.h
@@ -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;