diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-02-19 23:31:12 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-02-19 23:31:12 +0000 |
commit | 32c1ba35db7799315ba1da9e6a3f5a00a8faa191 (patch) | |
tree | 190882efede3831cbae19bccd628beb87d372bca | |
parent | 0e8fba9ec80e0503c9f2d2530175a7620b9d9c8e (diff) |
cosmetics: Move definitions to a more standard place.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26036 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | drivers/mga_vid.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/mga_vid.c b/drivers/mga_vid.c index 0dadcd33da..d6b8cd8d28 100644 --- a/drivers/mga_vid.c +++ b/drivers/mga_vid.c @@ -1,12 +1,3 @@ -//#define CRTC2 - -// Set this value, if autodetection fails! (video ram size in megabytes) -// #define MGA_MEMORY_SIZE 16 - -//#define MGA_ALLOW_IRQ - -#define MGA_VSYNC_POS 2 - /* * Matrox MGA G200/G400 YUV Video Interface module Version 0.1.0 * BES == Back End Scaler @@ -41,6 +32,15 @@ //use the 'major' parameter to override the default major number (178) /* mknod /dev/mga_vid c 178 0 */ +//#define CRTC2 + +// Set this value, if autodetection fails! (video ram size in megabytes) +// #define MGA_MEMORY_SIZE 16 + +//#define MGA_ALLOW_IRQ + +#define MGA_VSYNC_POS 2 + #include <linux/config.h> #include <linux/version.h> #include <linux/module.h> |