Files
xf86-video-xgi/src/valid_mode.h
Ian Romanick 1a3cd0a7f8 Initial pass at getting driver building. Not done yet.
Shuffle files around into their correct places.  Create Makefile.am,
configure.ac, and autogen.sh based on similar files in other drivers.  Delete
pre-modular files (e.g., Imakefile) that are no longer necessary.
2006-11-16 12:41:02 -08:00

58 lines
2.5 KiB
C

#ifndef _ValidMode_h
#define _ValidMode_h
typedef struct _SupportMode
{
int HDisplay;
int VDisplay;
int Clock;
} SupportMode;
SupportMode *XgiMode;
SupportMode XG20_Mode[]= {
{640, 480, 25200}, {640, 480, 31500}, {640, 480, 36000}, {640, 480, 44900}, {640, 480, 56250},
{800, 600, 40000}, {800, 600, 50000}, {800, 600, 49500}, {800, 600, 56300}, {800, 600, 75800}, {800, 600, 84800}, {800, 600, 109175},
{1024, 768, 65000}, {1024, 768, 75000}, {1024, 768, 78800}, {1024, 768, 94500}, {1024, 768, 104998}, {1024, 768, 132258}, {1024, 768, 192069},
{1152, 864, 80350}, {1152, 864, 108000},
{1280, 960, 108000}, {1280, 960, 125999}, {1280, 960, 148500}, {1280, 960, 178992}, {1280, 960, 217325},
{1280, 1024, 108000}, {1280, 1024, 135000}, {1280, 1024, 157500}, {1280, 1024, 190960}, {1280, 1024, 233793},
{1600, 1200, 162000}, {1600, 1200, 175500}, {1600, 1200, 189000}, {1600, 1200, 202500}, {1600, 1200, 229500},
{0, 0, 0}
};
SupportMode XGI_Mode[]= {
{640, 400, 25175},
{640, 480, 25200}, {640, 480, 31500}, {640, 480, 36000}, {640, 480, 44900}, {640, 480, 56250}, {640, 480, 67765}, {640, 480, 86600},
{800, 600, 36000}, {800, 600, 40000}, {800, 600, 50000}, {800, 600, 49500}, {800, 600, 56300}, {800, 600, 75800}, {800, 600, 84800}, {800, 600, 109175},
{1024, 768, 44900}, {1024, 768, 65000}, {1024, 768, 75000}, {1024, 768, 78800}, {1024, 768, 94500}, {1024, 768, 104998}, {1024, 768, 132258}, {1024, 768, 192069},
{1152, 864, 80350}, {1152, 864, 108000},
{1280, 960, 108000}, {1280, 960, 120839}, {1280, 960, 125999}, {1280, 960, 148500}, {1280, 960, 178992},
{1280, 960, 217325}, {1280, 960, 299505},
{1280, 1024, 78750}, {1280, 1024, 108000}, {1280, 1024, 135000}, {1280, 1024, 157500}, {1280, 1024, 190960},
{1280, 1024, 233793}, {1280, 1024, 322273},
{1600, 1200, 162000}, {1600, 1200, 175500}, {1600, 1200, 189000}, {1600, 1200, 202500}, {1600, 1200, 229500},
{1600, 1200, 269655}, {1600, 1200, 323586},
{1920, 1440, 234000}, {1920, 1440, 252699}, {1920, 1440, 272041}, {1920, 1440, 297000}, {1920, 1440, 330615},
{1920, 1440, 388631},
{2048, 1536, 265728}, {2048, 1536, 286359}, {2048, 1536, 309789}, {2048, 1536, 332177}, {2048, 1536, 375847},
{800, 480, 39770}, {800, 480, 49500}, {800, 480, 56250},
{1024, 576, 65000}, {1024, 576, 78750}, {1024, 576, 94500},
{1280, 720, 108200}, {1280, 720, 135500}, {1280, 720, 157500},
{720, 480, 28322},
{720, 576, 36000},
{856, 480, 36000},
{1280, 768, 80000},
{1400, 1050, 126260},
{800, 450, 27740},
{0, 0, 0}
};
#endif
/* {108000, 1280, 960}, */
/* {80350, 1152, 864}, {108000, 1152, 864}, */