ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / video / sis / 300vtbl.h
1 /* $XFree86$ */
2 /*
3  * Register settings for SiS 300 series
4  *
5  * Copyright (C) 2001-2004 by Thomas Winischhofer, Vienna, Austria
6  *
7  * If distributed as part of the Linux kernel, the following license terms
8  * apply:
9  *
10  * * This program is free software; you can redistribute it and/or modify
11  * * it under the terms of the GNU General Public License as published by
12  * * the Free Software Foundation; either version 2 of the named License,
13  * * or any later version.
14  * *
15  * * This program is distributed in the hope that it will be useful,
16  * * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * * GNU General Public License for more details.
19  * *
20  * * You should have received a copy of the GNU General Public License
21  * * along with this program; if not, write to the Free Software
22  * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
23  *
24  * Otherwise, the following license terms apply:
25  *
26  * * Redistribution and use in source and binary forms, with or without
27  * * modification, are permitted provided that the following conditions
28  * * are met:
29  * * 1) Redistributions of source code must retain the above copyright
30  * *    notice, this list of conditions and the following disclaimer.
31  * * 2) Redistributions in binary form must reproduce the above copyright
32  * *    notice, this list of conditions and the following disclaimer in the
33  * *    documentation and/or other materials provided with the distribution.
34  * * 3) All advertising materials mentioning features or use of this software
35  * *    must display the following acknowledgement: "This product includes
36  * *    software developed by Thomas Winischhofer, Vienna, Austria."
37  * * 4) The name of the author may not be used to endorse or promote products
38  * *    derived from this software without specific prior written permission.
39  * *
40  * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
41  * * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
42  * * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
43  * * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
44  * * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
45  * * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
46  * * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
47  * * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
48  * * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
49  * * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
50  *
51  * Author:      Thomas Winischhofer <thomas@winischhofer.net>
52  *
53  */
54
55 typedef struct _SiS300_StStruct
56 {
57         UCHAR St_ModeID;
58         USHORT St_ModeFlag;
59         UCHAR St_StTableIndex;
60         UCHAR St_CRT2CRTC;
61         UCHAR St_ResInfo;
62         UCHAR VB_StTVFlickerIndex;
63         UCHAR VB_StTVEdgeIndex;
64         UCHAR VB_StTVYFilterIndex;
65         UCHAR St_PDC;
66 } SiS300_StStruct;
67
68 static const SiS300_StStruct  SiS300_SModeIDTable[] =
69 {
70         {0x01,0x9208,0x01,0x00,0x00,0x00,0x00,0x00, 0},
71         {0x01,0x1210,0x14,0x01,0x01,0x00,0x00,0x00, 0},
72         {0x01,0x1010,0x17,0x02,0x02,0x00,0x00,0x00, 0},
73         {0x03,0x8208,0x03,0x00,0x00,0x00,0x00,0x00, 0},
74         {0x03,0x0210,0x16,0x01,0x01,0x00,0x00,0x00, 0},
75         {0x03,0x0010,0x18,0x02,0x02,0x00,0x00,0x00, 0},
76         {0x05,0x9209,0x05,0x00,0x00,0x00,0x00,0x00, 0},
77         {0x06,0x8209,0x06,0x00,0x00,0x00,0x00,0x00, 0},
78         {0x07,0x0000,0x07,0x03,0x03,0x00,0x00,0x00, 0},
79         {0x07,0x0000,0x19,0x02,0x02,0x00,0x00,0x00, 0},
80         {0x0d,0x920a,0x0d,0x00,0x00,0x00,0x00,0x00, 0},
81         {0x0e,0x820a,0x0e,0x00,0x00,0x00,0x00,0x00, 0},
82         {0x0f,0x0202,0x11,0x01,0x01,0x00,0x00,0x00, 0},
83         {0x10,0x0212,0x12,0x01,0x01,0x00,0x00,0x00, 0},
84         {0x11,0x0212,0x1a,0x04,0x04,0x00,0x00,0x00, 0},
85         {0x12,0x0212,0x1b,0x04,0x04,0x00,0x00,0x00, 0},
86         {0x13,0x021b,0x1c,0x00,0x00,0x00,0x00,0x00, 0},
87         {0x12,0x0010,0x18,0x02,0x02,0x00,0x00,0x00, 0},
88         {0x12,0x0210,0x18,0x01,0x01,0x00,0x00,0x00, 0},
89         {0xff,     0,   0,   0,   0,   0,   0,   0, 0}
90 };
91
92 typedef struct _SiS300_ExtStruct
93 {
94         UCHAR  Ext_ModeID;
95         USHORT Ext_ModeFlag;
96         UCHAR  Ext_ModeOffset;
97         USHORT Ext_VESAID;
98         UCHAR  Ext_RESINFO;
99         UCHAR  VB_ExtTVFlickerIndex;
100         UCHAR  VB_ExtTVEdgeIndex;
101         UCHAR  VB_ExtTVYFilterIndex;
102         UCHAR  VB_ExtTVYFilterIndexROM661;
103         UCHAR  REFindex;
104 } SiS300_ExtStruct;
105
106 static const SiS300_ExtStruct  SiS300_EModeIDTable[] =
107 {
108         {0x6a,0x2212,0x04,0x0102,SIS_RI_800x600,  0x00,0x00,0x00,0x00,0x00},  /* 800x600x? */
109         {0x2e,0x0a1b,0x03,0x0101,SIS_RI_640x480,  0x00,0x00,0x00,0x00,0x08},
110         {0x2f,0x021b,0x03,0x0100,SIS_RI_640x400,  0x00,0x00,0x00,0x00,0x10},  /* 640x400x8 */
111         {0x30,0x2a1b,0x04,0x0103,SIS_RI_800x600,  0x00,0x00,0x00,0x00,0x00},
112         {0x31,0x0a1b,0x0a,0x0000,SIS_RI_720x480,  0x00,0x00,0x00,0x00,0x11},  /* 720x480x8 */
113         {0x32,0x2a1b,0x0a,0x0000,SIS_RI_720x576,  0x00,0x00,0x00,0x00,0x12},  /* 720x576x8 */
114         {0x33,0x0a1d,0x0a,0x0000,SIS_RI_720x480,  0x00,0x00,0x00,0x00,0x11},  /* 720x480x16 */
115         {0x34,0x2a1d,0x0a,0x0000,SIS_RI_720x576,  0x00,0x00,0x00,0x00,0x12},  /* 720x576x16 */
116         {0x35,0x0a1f,0x0a,0x0000,SIS_RI_720x480,  0x00,0x00,0x00,0x00,0x11},  /* 720x480x32 */
117         {0x36,0x2a1f,0x0a,0x0000,SIS_RI_720x576,  0x00,0x00,0x00,0x00,0x12},  /* 720x576x32 */
118         {0x37,0x0212,0x05,0x0104,SIS_RI_1024x768, 0x00,0x00,0x00,0x00,0x13},  /* 1024x768x? */
119         {0x38,0x0a1b,0x05,0x0105,SIS_RI_1024x768, 0x00,0x00,0x00,0x00,0x13},  /* 1024x768x8 */
120         {0x3a,0x0e3b,0x06,0x0107,SIS_RI_1280x1024,0x00,0x00,0x00,0x00,0x1a},  /* 1280x1024x8 */
121         {0x3c,0x063b,0x07,0x0130,SIS_RI_1600x1200,0x00,0x00,0x00,0x00,0x1e},
122         {0x3d,0x067d,0x07,0x0131,SIS_RI_1600x1200,0x00,0x00,0x00,0x00,0x1e},
123         {0x40,0x921c,0x00,0x010d,SIS_RI_320x200,  0x00,0x00,0x00,0x00,0x23},  /* 320x200x15 */
124         {0x41,0x921d,0x00,0x010e,SIS_RI_320x200,  0x00,0x00,0x00,0x00,0x23},  /* 320x200x16 */
125         {0x43,0x0a1c,0x03,0x0110,SIS_RI_640x480,  0x00,0x00,0x00,0x00,0x08},
126         {0x44,0x0a1d,0x03,0x0111,SIS_RI_640x480,  0x00,0x00,0x00,0x00,0x08},
127         {0x46,0x2a1c,0x04,0x0113,SIS_RI_800x600,  0x00,0x00,0x00,0x00,0x00},  /* 800x600x15 */
128         {0x47,0x2a1d,0x04,0x0114,SIS_RI_800x600,  0x00,0x00,0x00,0x00,0x00},  /* 800x600x16 */
129         {0x49,0x0a3c,0x05,0x0116,SIS_RI_1024x768, 0x00,0x00,0x00,0x00,0x13},
130         {0x4a,0x0a3d,0x05,0x0117,SIS_RI_1024x768, 0x00,0x00,0x00,0x00,0x13},
131         {0x4c,0x0e7c,0x06,0x0119,SIS_RI_1280x1024,0x00,0x00,0x00,0x00,0x1a},
132         {0x4d,0x0e7d,0x06,0x011a,SIS_RI_1280x1024,0x00,0x00,0x00,0x00,0x1a},
133         {0x50,0x921b,0x00,0x0132,SIS_RI_320x240,  0x00,0x00,0x00,0x00,0x24},  /* 320x240x8  */
134         {0x51,0xb21b,0x01,0x0133,SIS_RI_400x300,  0x00,0x00,0x00,0x00,0x25},  /* 400x300x8  */
135         {0x52,0x921b,0x02,0x0134,SIS_RI_512x384,  0x00,0x00,0x00,0x00,0x26},  /* 512x384x8  */
136         {0x56,0x921d,0x00,0x0135,SIS_RI_320x240,  0x00,0x00,0x00,0x00,0x24},  /* 320x240x16 */
137         {0x57,0xb21d,0x01,0x0136,SIS_RI_400x300,  0x00,0x00,0x00,0x00,0x25},  /* 400x300x16 */
138         {0x58,0x921d,0x02,0x0137,SIS_RI_512x384,  0x00,0x00,0x00,0x00,0x26},  /* 512x384x16 */
139         {0x59,0x921b,0x00,0x0138,SIS_RI_320x200,  0x00,0x00,0x00,0x00,0x23},  /* 320x200x8  */
140         {0x5c,0x921f,0x02,0x0000,SIS_RI_512x384,  0x00,0x00,0x00,0x00,0x26},  /* 512x384x32 */
141         {0x5d,0x021d,0x03,0x0139,SIS_RI_640x400,  0x00,0x00,0x00,0x00,0x10},  /* 640x400x16 */
142         {0x5e,0x021f,0x03,0x0000,SIS_RI_640x400,  0x00,0x00,0x00,0x00,0x10},  /* 640x400x32 */
143         {0x62,0x0a3f,0x03,0x013a,SIS_RI_640x480,  0x00,0x00,0x00,0x00,0x08},
144         {0x63,0x2a3f,0x04,0x013b,SIS_RI_800x600,  0x00,0x00,0x00,0x00,0x00},  /* 800x600x32 */
145         {0x64,0x0a7f,0x05,0x013c,SIS_RI_1024x768, 0x00,0x00,0x00,0x00,0x13},
146         {0x65,0x0eff,0x06,0x013d,SIS_RI_1280x1024,0x00,0x00,0x00,0x00,0x1a},
147         {0x66,0x06ff,0x07,0x013e,SIS_RI_1600x1200,0x00,0x00,0x00,0x00,0x1e},
148         {0x68,0x067b,0x08,0x013f,SIS_RI_1920x1440,0x00,0x00,0x00,0x00,0x27},
149         {0x69,0x06fd,0x08,0x0140,SIS_RI_1920x1440,0x00,0x00,0x00,0x00,0x27},
150         {0x6b,0x07ff,0x08,0x0000,SIS_RI_1920x1440,0x00,0x00,0x00,0x00,0x27},
151         {0x6c,0x067b,0x09,0x0000,SIS_RI_2048x1536,0x00,0x00,0x00,0x00,0x28},  /* 2048x1536x8 - not in BIOS! */
152         {0x6d,0x06fd,0x09,0x0000,SIS_RI_2048x1536,0x00,0x00,0x00,0x00,0x28},  /* 2048x1536x16 - not in BIOS! */
153         {0x70,0x2a1b,0x04,0x0000,SIS_RI_800x480,  0x00,0x00,0x07,0x00,0x2d},  /* 800x480x8 */
154         {0x71,0x0a1b,0x05,0x0000,SIS_RI_1024x576, 0x00,0x00,0x00,0x00,0x30},  /* 1024x576x8 */
155         {0x74,0x0a1d,0x05,0x0000,SIS_RI_1024x576, 0x00,0x00,0x00,0x00,0x30},  /* 1024x576x16 */
156         {0x75,0x0e3d,0x06,0x0000,SIS_RI_1280x720, 0x00,0x00,0x00,0x00,0x33},  /* 1280x720x16 */
157         {0x76,0x2a1f,0x04,0x0000,SIS_RI_800x480,  0x00,0x00,0x07,0x00,0x2d},  /* 800x480x32 */
158         {0x77,0x0a3f,0x05,0x0000,SIS_RI_1024x576, 0x00,0x00,0x00,0x00,0x30},  /* 1024x576x32 */
159         {0x78,0x0eff,0x06,0x0000,SIS_RI_1280x720, 0x00,0x00,0x00,0x00,0x33},  /* 1280x720x32 */
160         {0x79,0x0e3b,0x06,0x0000,SIS_RI_1280x720, 0x00,0x00,0x00,0x00,0x33},  /* 1280x720x8 */
161         {0x7a,0x2a1d,0x04,0x0000,SIS_RI_800x480,  0x00,0x00,0x07,0x00,0x2d},  /* 800x480x16 */
162         {0x7c,0x0a3b,0x06,0x0000,SIS_RI_1280x960, 0x00,0x00,0x00,0x00,0x29},  /* 1280x960x8 */
163         {0x7d,0x0a7d,0x06,0x0000,SIS_RI_1280x960, 0x00,0x00,0x00,0x00,0x29},  /* 1280x960x16 */
164         {0x7e,0x0aff,0x06,0x0000,SIS_RI_1280x960, 0x00,0x00,0x00,0x00,0x29},  /* 1280x960x32 */
165         {0x20,0x0a1b,0x05,0x0000,SIS_RI_1024x600, 0x00,0x00,0x00,0x00,0x2b},  /* 1024x600 */
166         {0x21,0x0a3d,0x05,0x0000,SIS_RI_1024x600, 0x00,0x00,0x00,0x00,0x2b},
167         {0x22,0x0a7f,0x05,0x0000,SIS_RI_1024x600, 0x00,0x00,0x00,0x00,0x2b},
168         {0x23,0x0a1b,0x0c,0x0000,SIS_RI_1152x768, 0x00,0x00,0x00,0x00,0x2c},  /* 1152x768 */
169         {0x24,0x0a3d,0x0c,0x0000,SIS_RI_1152x768, 0x00,0x00,0x00,0x00,0x2c},
170         {0x25,0x0a7f,0x0c,0x0000,SIS_RI_1152x768, 0x00,0x00,0x00,0x00,0x2c},
171         {0x29,0x0e1b,0x0c,0x0000,SIS_RI_1152x864, 0x00,0x00,0x00,0x00,0x36},  /* 1152x864 */
172         {0x2a,0x0e3d,0x0c,0x0000,SIS_RI_1152x864, 0x00,0x00,0x00,0x00,0x36},
173         {0x2b,0x0e7f,0x0c,0x0000,SIS_RI_1152x864, 0x00,0x00,0x00,0x00,0x36},
174         {0x39,0x2a1b,0x0d,0x0000,SIS_RI_848x480,  0x00,0x00,0x00,0x00,0x38},  /* 848x480 */
175         {0x3b,0x2a3d,0x0d,0x0000,SIS_RI_848x480,  0x00,0x00,0x00,0x00,0x38},
176         {0x3e,0x2a7f,0x0d,0x0000,SIS_RI_848x480,  0x00,0x00,0x00,0x00,0x38},
177         {0x3f,0x2a1b,0x0d,0x0000,SIS_RI_856x480,  0x00,0x00,0x00,0x00,0x3a},  /* 856x480 */
178         {0x42,0x2a3d,0x0d,0x0000,SIS_RI_856x480,  0x00,0x00,0x00,0x00,0x3a},
179         {0x45,0x2a7f,0x0d,0x0000,SIS_RI_856x480,  0x00,0x00,0x00,0x00,0x3a},
180         {0x48,0x223b,0x0e,0x0000,SIS_RI_1360x768, 0x00,0x00,0x00,0x00,0x3c},  /* 1360x768 */
181         {0x4b,0x227d,0x0e,0x0000,SIS_RI_1360x768, 0x00,0x00,0x00,0x00,0x3c},
182         {0x4e,0x22ff,0x0e,0x0000,SIS_RI_1360x768, 0x00,0x00,0x00,0x00,0x3c},
183         {0x4f,0x921f,0x00,0x0000,SIS_RI_320x200,  0x00,0x00,0x00,0x00,0x23},  /* 320x200x32 */
184         {0x53,0x921f,0x00,0x0000,SIS_RI_320x240,  0x00,0x00,0x00,0x00,0x24},  /* 320x240x32 */
185         {0x54,0xb21f,0x01,0x0000,SIS_RI_400x300,  0x00,0x00,0x00,0x00,0x25},  /* 400x300x32 */
186         {0x55,0x2e3b,0x06,0x0000,SIS_RI_1280x768, 0x00,0x00,0x00,0x00,0x3d},  /* 1280x768   */
187         {0x5a,0x2e7d,0x06,0x0000,SIS_RI_1280x768, 0x00,0x00,0x00,0x00,0x3d},
188         {0x5b,0x2eff,0x06,0x0000,SIS_RI_1280x768, 0x00,0x00,0x00,0x00,0x3d},
189         {0x5f,0x2a1b,0x0f,0x0000,SIS_RI_768x576,  0x00,0x00,0x00,0x00,0x3e},  /* 768x576x8 */
190         {0x60,0x2a1d,0x0f,0x0000,SIS_RI_768x576,  0x00,0x00,0x00,0x00,0x3e},  /* 768x576x16 */
191         {0x61,0x2a1f,0x0f,0x0000,SIS_RI_768x576,  0x00,0x00,0x00,0x00,0x3e},  /* 768x576x32 */
192         {0x67,0x2e3b,0x0e,0x0000,SIS_RI_1360x1024,0x00,0x00,0x00,0x00,0x3f},  /* 1360x1024x8 (BARCO) */
193         {0x6f,0x2e7d,0x0e,0x0000,SIS_RI_1360x1024,0x00,0x00,0x00,0x00,0x3f},  /* 1360x1024x16 (BARCO) */
194         {0x72,0x2eff,0x0e,0x0000,SIS_RI_1360x1024,0x00,0x00,0x00,0x00,0x3f},  /* 1360x1024x32 (BARCO) */
195         {0xff,0x0000,0x00,0xffff,0,               0x00,0x00,0x00,0x00,0x00}
196 };
197
198 typedef struct _SiS300_Ext2Struct
199 {
200         USHORT Ext_InfoFlag;
201         UCHAR  Ext_CRT1CRTC;  /* Index in SiS300_CRT1Table */
202         UCHAR  Ext_CRTVCLK;   /* Index in VCLK array */
203         UCHAR  Ext_CRT2CRTC;  /* Index in LCD Paneltype arrays (&3f) */
204         UCHAR  ModeID;
205         USHORT XRes;
206         USHORT YRes;
207         UCHAR  Ext_PDC;
208 } SiS300_Ext2Struct;
209
210 static const SiS300_Ext2Struct  SiS300_RefIndex[] =
211 {
212         {0x085f,0x0d,0x03,0x05,0x6a, 800, 600, 0}, /* 00 */
213         {0x0467,0x0e,0x44,0x05,0x6a, 800, 600, 0}, /* 01 */
214         {0x0067,0x0f,0x07,0x48,0x6a, 800, 600, 0}, /* 02 - CRT1CRTC was 0x4f */
215         {0x0067,0x10,0x06,0x8b,0x6a, 800, 600, 0}, /* 03 */
216         {0x0147,0x11,0x08,0x00,0x6a, 800, 600, 0}, /* 04 */
217         {0x0147,0x12,0x0c,0x00,0x6a, 800, 600, 0}, /* 05 */
218         {0x0047,0x11,0x4e,0x00,0x6a, 800, 600, 0}, /* 06 - CRT1CRTC was 0x51 */
219         {0x0047,0x11,0x13,0x00,0x6a, 800, 600, 0}, /* 07 */
220         {0xc85f,0x05,0x00,0x04,0x2e, 640, 480, 0}, /* 08 */
221         {0xc067,0x06,0x02,0x04,0x2e, 640, 480, 0}, /* 09 */
222         {0xc067,0x07,0x02,0x47,0x2e, 640, 480, 0}, /* 0a */
223         {0xc067,0x08,0x03,0x8a,0x2e, 640, 480, 0}, /* 0b */
224         {0xc047,0x09,0x05,0x00,0x2e, 640, 480, 0}, /* 0c */
225         {0xc047,0x0a,0x08,0x00,0x2e, 640, 480, 0}, /* 0d */
226         {0xc047,0x0b,0x0a,0x00,0x2e, 640, 480, 0}, /* 0e */
227         {0xc047,0x0c,0x10,0x00,0x2e, 640, 480, 0}, /* 0f */
228         {0x487f,0x04,0x00,0x00,0x2f, 640, 400, 0}, /* 10 */
229         {0xc04f,0x31,0x01,0x06,0x31, 720, 480, 0}, /* 11 */
230         {0x004f,0x32,0x03,0x06,0x32, 720, 576, 0}, /* 12 */
231         {0x0187,0x15,0x05,0x00,0x37,1024, 768, 0}, /* 13 */
232         {0xc877,0x16,0x09,0x06,0x37,1024, 768, 0}, /* 14 */
233         {0xc067,0x17,0x0b,0x49,0x37,1024, 768, 0}, /* 15 - CRT1CRTC was 0x97 */
234         {0x0267,0x18,0x0d,0x00,0x37,1024, 768, 0}, /* 16 */
235         {0x0047,0x19,0x11,0x8c,0x37,1024, 768, 0}, /* 17 - CRT1CRTC was 0x59 */
236         {0x0047,0x1a,0x52,0x00,0x37,1024, 768, 0}, /* 18 */
237         {0x0007,0x1b,0x16,0x00,0x37,1024, 768, 0}, /* 19 - CRT1CRTC was 0x5b */
238         {0x0387,0x1c,0x4d,0x00,0x3a,1280,1024, 0}, /* 1a - CRT1CRTC was 0x5c */
239         {0x0077,0x1d,0x14,0x07,0x3a,1280,1024, 0}, /* 1b */
240         {0x0047,0x1e,0x17,0x00,0x3a,1280,1024, 0}, /* 1c */
241         {0x0007,0x1f,0x98,0x00,0x3a,1280,1024, 0}, /* 1d */
242         {0x0007,0x20,0x59,0x00,0x3c,1600,1200, 0}, /* 1e - CRT1CRTC was 0x60 */
243         {0x0007,0x21,0x5a,0x00,0x3c,1600,1200, 0}, /* 1f */
244         {0x0007,0x22,0x1b,0x00,0x3c,1600,1200, 0}, /* 20 */
245         {0x0007,0x23,0x1d,0x00,0x3c,1600,1200, 0}, /* 21 - CRT1CRTC was 0x63 */
246         {0x0007,0x24,0x1e,0x00,0x3c,1600,1200, 0}, /* 22 */
247         {0x407f,0x00,0x00,0x00,0x40, 320, 200, 0}, /* 23 */
248         {0xc07f,0x01,0x00,0x04,0x50, 320, 240, 0}, /* 24 */
249         {0x0077,0x02,0x04,0x05,0x51, 400, 300, 0}, /* 25 */
250         {0xc877,0x03,0x09,0x06,0x52, 512, 384, 0}, /* 26 */  /* was c077 */
251         {0x8207,0x25,0x1f,0x00,0x68,1920,1440, 0}, /* 27 */
252         {0x0007,0x26,0x20,0x00,0x6c,2048,1536, 0}, /* 28 */
253         {0x0067,0x27,0x14,0x08,0x6e,1280, 960, 0}, /* 29 - TW: 1280x960-60 */
254         {0x0027,0x45,0x3c,0x08,0x6e,1280, 960, 0}, /* 2a - TW: 1280x960-85 */
255         {0xc077,0x33,0x09,0x06,0x20,1024, 600, 0}, /* 2b */
256         {0xc077,0x34,0x0b,0x06,0x23,1152, 768, 0}, /* 2c */     /* VCLK 0x09 */
257         {0x0057,0x35,0x27,0x08,0x70, 800, 480, 0}, /* 2d */
258         {0x0047,0x36,0x37,0x08,0x70, 800, 480, 0}, /* 2e */
259         {0x0047,0x37,0x08,0x08,0x70, 800, 480, 0}, /* 2f */
260         {0x0057,0x38,0x09,0x09,0x71,1024, 576, 0}, /* 30 */
261         {0x0047,0x39,0x38,0x09,0x71,1024, 576, 0}, /* 31 */
262         {0x0047,0x3a,0x11,0x09,0x71,1024, 576, 0}, /* 32 */
263         {0x0057,0x3b,0x39,0x0a,0x75,1280, 720, 0}, /* 33 */
264         {0x0047,0x3c,0x3a,0x0a,0x75,1280, 720, 0}, /* 34 */
265         {0x0007,0x3d,0x3b,0x0a,0x75,1280, 720, 0}, /* 35 */
266         {0x0047,0x3e,0x34,0x06,0x29,1152, 864, 0}, /* 36 1152x864-75Hz */
267         {0x0047,0x44,0x3a,0x06,0x29,1152, 864, 0}, /* 37 1152x864-85Hz */
268         {0x00c7,0x3f,0x28,0x00,0x39, 848, 480, 0}, /* 38 848x480-38Hzi */
269         {0xc067,0x40,0x3d,0x0b,0x39, 848, 480, 0}, /* 39 848x480-60Hz  */
270         {0x00c7,0x41,0x28,0x00,0x3f, 856, 480, 0}, /* 3a 856x480-38Hzi */
271         {0xc047,0x42,0x28,0x00,0x3f, 856, 480, 0}, /* 3b 856x480-60Hz  */
272         {0x0067,0x43,0x3e,0x0c,0x48,1360, 768, 0}, /* 3c 1360x768-60Hz */
273         {0x0077,0x46,0x3f,0x08,0x55,1280, 768, 0}, /* 3d 1280x768-60Hz */
274         {0x004f,0x47,0x03,0x06,0x5f, 768, 576, 0}, /* 3e 768x576 */
275         {0x0027,0x48,0x13,0x08,0x67,1360,1024, 0}, /* 3f 1360x1024-59Hz (BARCO1366 only) */
276         {0xffff,   0,   0,   0,   0,   0,   0, 0}
277 };
278
279 typedef struct _SiS_VBModeIDTableStruct
280 {
281         UCHAR  ModeID;
282         UCHAR  VB_TVDelayIndex;
283         UCHAR  VB_TVFlickerIndex;
284         UCHAR  VB_TVPhaseIndex;
285         UCHAR  VB_TVYFilterIndex;
286         UCHAR  VB_LCDDelayIndex;
287         UCHAR  _VB_LCDHIndex;
288         UCHAR  _VB_LCDVIndex;
289 }SiS_VBModeIDTableStruct;
290
291 static const SiS_VBModeIDTableStruct  SiS300_VBModeIDTable[] =
292 {
293         {0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
294         {0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x01},
295         {0x01,0x00,0x00,0x00,0x01,0x00,0x01,0x02},
296         {0x03,0x00,0x00,0x00,0x02,0x00,0x02,0x00},
297         {0x03,0x00,0x00,0x00,0x02,0x00,0x02,0x01},
298         {0x03,0x00,0x00,0x00,0x03,0x00,0x03,0x02},
299         {0x05,0x00,0x00,0x01,0x04,0x00,0x00,0x00},
300         {0x06,0x00,0x00,0x01,0x05,0x00,0x02,0x00},
301         {0x07,0x00,0x00,0x00,0x03,0x00,0x03,0x01},
302         {0x07,0x00,0x00,0x00,0x03,0x00,0x03,0x02},
303         {0x0d,0x00,0x00,0x01,0x04,0x00,0x00,0x00},
304         {0x0e,0x00,0x00,0x01,0x05,0x00,0x02,0x00},
305         {0x0f,0x00,0x00,0x01,0x05,0x00,0x02,0x01},
306         {0x10,0x00,0x00,0x01,0x05,0x00,0x02,0x01},
307         {0x11,0x00,0x00,0x01,0x05,0x00,0x02,0x03},
308         {0x12,0x00,0x00,0x01,0x05,0x00,0x02,0x03},
309         {0x13,0x00,0x00,0x01,0x04,0x00,0x04,0x00},
310         {0x6a,0x00,0x00,0x01,0x07,0x00,0x08,0x0a},
311         {0x2e,0x00,0x00,0x01,0x05,0x00,0x06,0x08},
312         {0x2f,0x00,0x00,0x01,0x05,0x00,0x06,0x06},
313         {0x30,0x00,0x00,0x01,0x07,0x00,0x08,0x0a},
314         {0x31,0x00,0x00,0x01,0x06,0x00,0x00,0x00},
315         {0x32,0x00,0x00,0x01,0x06,0x00,0x00,0x00},
316         {0x33,0x00,0x00,0x01,0x06,0x00,0x00,0x00},
317         {0x34,0x00,0x00,0x01,0x06,0x00,0x00,0x00},
318         {0x35,0x00,0x00,0x01,0x06,0x00,0x00,0x00},
319         {0x36,0x00,0x00,0x01,0x06,0x00,0x00,0x00},
320         {0x37,0x00,0x00,0x01,0x00,0x00,0x0a,0x0c},
321         {0x38,0x00,0x00,0x01,0x00,0x00,0x0a,0x0c},
322         {0x3a,0x00,0x00,0x01,0x00,0x00,0x0b,0x0d},
323         {0x40,0x00,0x00,0x01,0x04,0x00,0x05,0x05},
324         {0x41,0x00,0x00,0x01,0x04,0x00,0x05,0x05},
325         {0x43,0x00,0x00,0x01,0x05,0x00,0x06,0x08},
326         {0x44,0x00,0x00,0x01,0x05,0x00,0x06,0x08},
327         {0x46,0x00,0x00,0x01,0x07,0x00,0x08,0x0a},
328         {0x47,0x00,0x00,0x01,0x07,0x00,0x08,0x0a},
329         {0x49,0x00,0x00,0x01,0x00,0x00,0x0a,0x0c},
330         {0x4a,0x00,0x00,0x01,0x00,0x00,0x0a,0x0c},
331         {0x4c,0x00,0x00,0x01,0x00,0x00,0x0b,0x0d},
332         {0x4d,0x00,0x00,0x01,0x00,0x00,0x0b,0x0d},
333         {0x4f,0x00,0x00,0x01,0x04,0x00,0x05,0x05},
334         {0x50,0x00,0x00,0x01,0x04,0x00,0x05,0x07},
335         {0x51,0x00,0x00,0x01,0x07,0x00,0x07,0x09},
336         {0x52,0x00,0x00,0x01,0x00,0x00,0x09,0x0b},
337         {0x53,0x00,0x00,0x01,0x04,0x00,0x05,0x07},
338         {0x54,0x00,0x00,0x01,0x07,0x00,0x07,0x09},
339         {0x56,0x00,0x00,0x01,0x04,0x00,0x05,0x07},
340         {0x57,0x00,0x00,0x01,0x07,0x00,0x07,0x09},
341         {0x58,0x00,0x00,0x01,0x00,0x00,0x09,0x0b},
342         {0x59,0x00,0x00,0x01,0x04,0x00,0x05,0x05},
343         {0x5c,0x00,0x00,0x01,0x00,0x00,0x09,0x0b},
344         {0x5d,0x00,0x00,0x01,0x05,0x00,0x06,0x06},
345         {0x5e,0x00,0x00,0x01,0x05,0x00,0x06,0x06},
346         {0x5f,0x00,0x00,0x01,0x06,0x00,0x00,0x00},
347         {0x60,0x00,0x00,0x01,0x06,0x00,0x00,0x00},
348         {0x61,0x00,0x00,0x01,0x06,0x00,0x00,0x00},
349         {0x62,0x00,0x00,0x01,0x05,0x00,0x06,0x08},
350         {0x63,0x00,0x00,0x01,0x07,0x00,0x08,0x0a},
351         {0x64,0x00,0x00,0x01,0x00,0x00,0x0a,0x0c},
352         {0x65,0x00,0x00,0x01,0x00,0x00,0x0b,0x0d},
353         {0x6c,0x00,0x00,0x01,0x00,0x00,0x0b,0x0d},
354         {0x6d,0x00,0x00,0x01,0x00,0x00,0x0b,0x0d},
355         {0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00}
356 };
357
358 typedef struct _SiS300_CRT1TableStruct
359 {
360         UCHAR CR[17];
361 } SiS300_CRT1TableStruct;
362
363 static const SiS300_CRT1TableStruct  SiS300_CRT1Table[] =
364 {
365 #if 1
366  {{0x2d,0x27,0x28,0x90,0x2c,0x80,0xbf,0x1f,    /* 0x00 - 320x200 */
367   0x9c,0x8e,0x8f,0x96,0xb9,0x30,0x00,0x00,     /* HRE [4],[15] is invalid - but correcting it does not work */
368   0x00}},
369 #endif
370 #if 0
371  {{0x2d,0x27,0x27,0x91,0x2c,0x92,0xbf,0x1f,    /* 0x00 - corrected 320x200-72 - does not work */
372   0x9c,0x8e,0x8f,0x96,0xb9,0x30,0x00,0x04,
373   0x00}},
374 #endif
375  {{0x2d,0x27,0x28,0x90,0x2c,0x80,0x0b,0x3e,    /* 0x01 */
376   0xe9,0x8b,0xdf,0xe7,0x04,0x00,0x00,0x00,     /* HRE [4],[15] is invalid - but correcting it does not work */
377   0x00}},
378 #if 0
379  {{0x2d,0x27,0x27,0x91,0x2c,0x92,0x0b,0x3e,    /* 0x01 - corrected 320x240-60 - does not work */
380   0xe9,0x8b,0xdf,0xe7,0x04,0x00,0x00,0x04,
381   0x00}},
382 #endif
383  {{0x3d,0x31,0x31,0x81,0x37,0x1f,0x72,0xf0,    /* 0x02 */
384   0x58,0x8c,0x57,0x57,0x73,0x20,0x00,0x05,
385   0x01}},
386 #if 0
387  {{0x3d,0x31,0x31,0x81,0x37,0x1f,0x72,0xf0,    /* 0x02 - corrected 400x300-60 */
388   0x58,0x8c,0x57,0x57,0x73,0x20,0x00,0x05,
389   0x01}},
390 #endif
391  {{0x4f,0x3f,0x3f,0x93,0x45,0x0d,0x24,0xf5,
392   0x02,0x88,0xff,0xff,0x25,0x10,0x00,0x01,
393   0x01}},
394  {{0x5f,0x4f,0x50,0x82,0x55,0x81,0xbf,0x1f,
395   0x9c,0x8e,0x8f,0x96,0xb9,0x30,0x00,0x05,
396   0x00}},
397 #if 0  
398  {{0x5f,0x4f,0x50,0x82,0x55,0x81,0x0b,0x3e,    /* 0x05 */
399   0xe9,0x8b,0xdf,0xe7,0x04,0x00,0x00,0x05,
400   0x00}},
401 #endif
402  {{0x5f,0x4f,0x4f,0x83,0x55,0x81,0x0b,0x3e,    /* 0x05 - corrected 640x480-60 */
403   0xe9,0x8b,0xdf,0xe8,0x0c,0x00,0x00,0x05,
404   0x00}},
405 #if 0
406  {{0x63,0x4f,0x50,0x86,0x56,0x9b,0x06,0x3e,    /* 0x06 */
407   0xe8,0x8b,0xdf,0xe7,0xff,0x10,0x00,0x01,
408   0x00}},
409 #endif  
410  {{0x63,0x4f,0x4f,0x87,0x56,0x9b,0x06,0x3e,    /* 0x06 - corrected 640x480-72 */
411   0xe8,0x8a,0xdf,0xe7,0x07,0x00,0x00,0x01,
412   0x00}},
413  {{0x64,0x4f,0x4f,0x88,0x55,0x9d,0xf2,0x1f,
414   0xe0,0x83,0xdf,0xdf,0xf3,0x10,0x00,0x01,
415   0x00}},
416  {{0x63,0x4f,0x4f,0x87,0x5a,0x81,0xfb,0x1f,
417   0xe0,0x83,0xdf,0xdf,0xfc,0x10,0x00,0x05,
418   0x00}},
419 #if 0  
420  {{0x66,0x4f,0x4f,0x86,0x56,0x9e,0x03,0x3e,    /* 0x09 */
421   0xe4,0x87,0xdf,0xdf,0x04,0x00,0x00,0x01,
422   0x00}},
423 #endif
424  {{0x67,0x4f,0x4f,0x8b,0x57,0x83,0x10,0x3e,    /* 0x09 - corrected 640x480-100 */
425   0xe7,0x8d,0xdf,0xe6,0x11,0x00,0x00,0x05,
426   0x00}},
427 #if 0  
428  {{0x6c,0x4f,0x4f,0x83,0x59,0x9e,0x00,0x3e,    /* 0x0a */
429   0xe5,0x8d,0xdf,0xdf,0x01,0x00,0x00,0x01,
430   0x00}},
431 #endif    
432  {{0x67,0x4f,0x4f,0x8b,0x57,0x83,0x10,0x3e,    /* 0x0a - corrected 640x480-120 */
433   0xe7,0x8d,0xdf,0xe6,0x11,0x00,0x00,0x05,
434   0x00}},
435  {{0x63,0x4f,0x4f,0x87,0x56,0x9d,0xfb,0x1f,
436   0xe0,0x83,0xdf,0xdf,0xfc,0x10,0x00,0x01,
437   0x00}},
438  {{0x65,0x4f,0x4f,0x89,0x57,0x9f,0xfb,0x1f,
439   0xe6,0x8a,0xdf,0xdf,0xfc,0x10,0x00,0x01,    /* TW: Corrected VDE, VBE */
440   0x00}},
441  {{0x7b,0x63,0x63,0x9f,0x6a,0x93,0x6f,0xf0,
442   0x58,0x8a,0x57,0x57,0x70,0x20,0x00,0x05,
443   0x01}},
444  {{0x7f,0x63,0x63,0x83,0x6c,0x1c,0x72,0xf0,
445   0x58,0x8c,0x57,0x57,0x73,0x20,0x00,0x06,
446   0x01}},
447  {{0x7d,0x63,0x63,0x81,0x6e,0x1d,0x98,0xf0,
448   0x7c,0x82,0x57,0x57,0x99,0x00,0x00,0x06,
449   0x01}},
450  {{0x7f,0x63,0x63,0x83,0x69,0x13,0x6f,0xf0,
451   0x58,0x8b,0x57,0x57,0x70,0x20,0x00,0x06,
452   0x01}},
453  {{0x7e,0x63,0x63,0x82,0x6b,0x13,0x75,0xf0,
454   0x58,0x8b,0x57,0x57,0x76,0x20,0x00,0x06,
455   0x01}},
456  {{0x8c,0x63,0x63,0x87,0x72,0x16,0x7e,0xf0,
457   0x59,0x8d,0x57,0x57,0x7f,0x00,0x00,0x06,
458   0x01}},
459  {{0x7e,0x63,0x63,0x82,0x6c,0x14,0x75,0xe0,
460   0x58,0x0b,0x57,0x57,0x76,0x20,0x00,0x06,
461   0x01}},
462  {{0x7e,0x63,0x63,0x82,0x6c,0x14,0x75,0xe0,   /* 0x14 */
463   0x58,0x0b,0x57,0x57,0x76,0x20,0x00,0x06,
464   0x01}},
465  {{0x99,0x7f,0x7f,0x9d,0x84,0x1a,0x96,0x1f,
466   0x7f,0x83,0x7f,0x7f,0x97,0x10,0x00,0x02,
467   0x00}},
468  {{0xa3,0x7f,0x7f,0x87,0x86,0x97,0x24,0xf5,
469   0x02,0x88,0xff,0xff,0x25,0x10,0x00,0x02,
470   0x01}},
471  {{0xa1,0x7f,0x7f,0x85,0x86,0x97,0x24,0xf5,
472   0x02,0x88,0xff,0xff,0x25,0x10,0x00,0x02,
473   0x01}},
474  {{0x9f,0x7f,0x7f,0x83,0x85,0x91,0x1e,0xf5,
475   0x00,0x83,0xff,0xff,0x1f,0x10,0x00,0x02,
476   0x01}},
477  {{0xa7,0x7f,0x7f,0x8b,0x89,0x95,0x26,0xf5,
478   0x00,0x83,0xff,0xff,0x27,0x10,0x00,0x02,
479   0x01}},
480  {{0x9f,0x7f,0x7f,0x83,0x83,0x93,0x1e,0xf5,  /* 0x1a */
481   0x00,0x84,0xff,0xff,0x1f,0x10,0x00,0x02,
482   0x01}},
483  {{0xa2,0x7f,0x7f,0x86,0x84,0x94,0x37,0xf5,
484   0x0b,0x82,0xff,0xff,0x38,0x10,0x00,0x02,
485   0x01}},
486  {{0xcf,0x9f,0x9f,0x93,0xb2,0x01,0x14,0xba,
487   0x00,0x83,0xff,0xff,0x15,0x00,0x00,0x03,
488   0x00}},
489  {{0xce,0x9f,0x9f,0x92,0xa9,0x17,0x28,0x5a,
490   0x00,0x83,0xff,0xff,0x29,0x09,0x00,0x07,
491   0x01}},
492  {{0xce,0x9f,0x9f,0x92,0xa5,0x17,0x28,0x5a,  /* 0x1e */
493   0x00,0x83,0xff,0xff,0x29,0x09,0x00,0x07,
494   0x01}},
495  {{0xd3,0x9f,0x9f,0x97,0xab,0x1f,0x2e,0x5a,
496   0x00,0x83,0xff,0xff,0x2f,0x09,0x00,0x07,
497   0x01}},
498  {{0x09,0xc7,0xc7,0x8d,0xd3,0x0b,0xe0,0x10,
499   0xb0,0x83,0xaf,0xaf,0xe1,0x2f,0x01,0x04,
500   0x00}},
501  {{0x09,0xc7,0xc7,0x8d,0xd3,0x0b,0xe0,0x10,
502   0xb0,0x83,0xaf,0xaf,0xe1,0x2f,0x01,0x04,
503   0x00}},
504  {{0x09,0xc7,0xc7,0x8d,0xd3,0x0b,0xe0,0x10,
505   0xb0,0x83,0xaf,0xaf,0xe1,0x2f,0x01,0x04,
506   0x00}},
507  {{0x09,0xc7,0xc7,0x8d,0xd3,0x0b,0xe0,0x10,
508   0xb0,0x83,0xaf,0xaf,0xe1,0x2f,0x01,0x04,
509   0x00}},
510  {{0x09,0xc7,0xc7,0x8d,0xd3,0x0b,0xe0,0x10,  /* 36: 1600x1200x85Hz */
511   0xb0,0x83,0xaf,0xaf,0xe1,0x2f,0x01,0x04,
512   0x00}},
513  {{0x3f,0xef,0xef,0x83,0xfd,0x1a,0xda,0x1f,  /* 37: 1920x1440x60Hz */
514   0xa0,0x84,0x9f,0x9f,0xdb,0x1f,0x01,0x01,
515   0x00}},
516  {{0x55,0xff,0xff,0x99,0x0d,0x0c,0x3e,0xba,
517   0x00,0x84,0xff,0xff,0x3f,0x0f,0x41,0x05,
518   0x00}},
519 #if 0  
520  {{0xdc,0x9f,0x9f,0x00,0xab,0x19,0xe6,0xef,  /* 0x27: 1280x960-70 - invalid! */
521   0xc0,0xc3,0xbf,0xbf,0xe7,0x10,0x00,0x07,
522   0x01}},
523 #endif  
524  {{0xdc,0x9f,0x9f,0x80,0xaf,0x9d,0xe6,0xff,  /* 0x27: 1280x960-60 - correct */
525   0xc0,0x83,0xbf,0xbf,0xe7,0x10,0x00,0x07,
526   0x01}},
527  {{0x7f,0x63,0x63,0x83,0x6c,0x1c,0x72,0xba,  /* 0x28 */
528   0x27,0x8b,0xdf,0xdf,0x73,0x00,0x00,0x06,
529   0x01}},
530  {{0x7f,0x63,0x63,0x83,0x69,0x13,0x6f,0xba,
531   0x26,0x89,0xdf,0xdf,0x6f,0x00,0x00,0x06,
532   0x01}},
533  {{0x7f,0x63,0x63,0x82,0x6b,0x13,0x75,0xba,
534   0x29,0x8c,0xdf,0xdf,0x75,0x00,0x00,0x06,
535   0x01}},
536  {{0xa3,0x7f,0x7f,0x87,0x86,0x97,0x24,0xf1,
537   0xaf,0x85,0x3f,0x3f,0x25,0x30,0x00,0x02,
538   0x01}},
539  {{0x9f,0x7f,0x7f,0x83,0x85,0x91,0x1e,0xf1,
540   0xad,0x81,0x3f,0x3f,0x1f,0x30,0x00,0x02,
541   0x01}},
542  {{0xa7,0x7f,0x7f,0x88,0x89,0x15,0x26,0xf1,
543   0xb1,0x85,0x3f,0x3f,0x27,0x30,0x00,0x02,
544   0x01}},
545  {{0xce,0x9f,0x9f,0x92,0xa9,0x17,0x28,0xc4,
546   0x7a,0x8e,0xcf,0xcf,0x29,0x21,0x00,0x07,
547   0x01}},
548  {{0xce,0x9f,0x9f,0x92,0xa5,0x17,0x28,0xd4,
549   0x7a,0x8e,0xcf,0xcf,0x29,0x21,0x00,0x07,
550   0x01}},
551  {{0xd3,0x9f,0x9f,0x97,0xab,0x1f,0x2e,0xd4,
552   0x7d,0x81,0xcf,0xcf,0x2f,0x21,0x00,0x07,
553   0x01}},
554  {{0x6b,0x59,0x59,0x8f,0x5e,0x8c,0x0b,0x3e,
555   0xe9,0x8b,0xdf,0xe7,0x04,0x00,0x00,0x05,
556   0x00}},
557  {{0x7b,0x59,0x63,0x9f,0x6a,0x93,0x6f,0xf0,  /* 0x32 */
558   0x58,0x8a,0x3f,0x57,0x70,0x20,0x00,0x05,
559   0x01}},
560  {{0xa3,0x7f,0x7f,0x87,0x86,0x97,0x1e,0xf1,  /* 0x33 - 1024x600 */
561   0xae,0x85,0x57,0x57,0x1f,0x30,0x00,0x02,
562   0x01}},
563  {{0xa3,0x8f,0x8f,0x97,0x96,0x97,0x24,0xf5,  /* 0x34 - 1152x768 - corrected */
564   0x02,0x88,0xff,0xff,0x25,0x10,0x00,0x02,
565   0x01}},
566  {{0x7f,0x63,0x63,0x83,0x6c,0x1c,0x72,0xba,  /* 0x35 */
567    0x27,0x8b,0xdf,0xdf,0x73,0x00,0x00,0x06,
568    0x01}}, /* 0x35 */
569  {{0x7f,0x63,0x63,0x83,0x69,0x13,0x6f,0xba,
570    0x26,0x89,0xdf,0xdf,0x6f,0x00,0x00,0x06,
571    0x01}}, /* 0x36 */
572  {{0x7f,0x63,0x63,0x82,0x6b,0x13,0x75,0xba,
573    0x29,0x8c,0xdf,0xdf,0x75,0x00,0x00,0x06,
574    0x01}}, /* 0x37 */
575  {{0xa3,0x7f,0x7f,0x87,0x86,0x97,0x24,0xf1,
576    0xaf,0x85,0x3f,0x3f,0x25,0x30,0x00,0x02,
577    0x01}}, /* 0x38 */
578  {{0x9f,0x7f,0x7f,0x83,0x85,0x91,0x1e,0xf1,
579    0xad,0x81,0x3f,0x3f,0x1f,0x30,0x00,0x02,
580    0x01}}, /* 0x39 */
581  {{0xa7,0x7f,0x7f,0x88,0x89,0x95,0x26,0xf1,  /* 95 was 15 - illegal HBE! */
582    0xb1,0x85,0x3f,0x3f,0x27,0x30,0x00,0x02,
583    0x01}}, /* 0x3a */
584  {{0xce,0x9f,0x9f,0x92,0xa9,0x17,0x28,0xc4,
585    0x7a,0x8e,0xcf,0xcf,0x29,0x21,0x00,0x07,
586    0x01}}, /* 0x3b */
587  {{0xce,0x9f,0x9f,0x92,0xa5,0x17,0x28,0xd4,
588    0x7a,0x8e,0xcf,0xcf,0x29,0x21,0x00,0x07,
589    0x01}}, /* 0x3c */
590  {{0xd3,0x9f,0x9f,0x97,0xab,0x1f,0x2e,0xd4,
591    0x7d,0x81,0xcf,0xcf,0x2f,0x21,0x00,0x07,
592    0x01}}, /* 0x3d */
593  {{0xc3,0x8f,0x8f,0x87,0x9b,0x0b,0x82,0xef,  /* 1152x864-75 */
594    0x60,0x83,0x5f,0x5f,0x83,0x10,0x00,0x07,
595    0x01}},  /* 0x3e */
596  {{0x86,0x69,0x69,0x8A,0x74,0x06,0x8C,0x15,  /* 848x480-38i */
597    0x4F,0x83,0xEF,0xEF,0x8D,0x30,0x00,0x02,
598    0x00}}, /* 0x3f */
599  {{0x83,0x69,0x69,0x87,0x6f,0x1d,0x03,0x3E,  /* 848x480-60  */
600    0xE5,0x8d,0xDF,0xe4,0x04,0x00,0x00,0x06,
601    0x00}}, /* 0x40 */
602  {{0x86,0x6A,0x6A,0x8A,0x74,0x06,0x8C,0x15,  /* 856x480-38i */
603    0x4F,0x83,0xEF,0xEF,0x8D,0x30,0x00,0x02,
604    0x00}}, /* 0x41 */
605  {{0x81,0x6A,0x6A,0x85,0x70,0x00,0x0F,0x3E,  /* 856x480-60  */
606    0xEB,0x8E,0xDF,0xDF,0x10,0x00,0x00,0x02,
607    0x00}}, /* 0x42 */
608  {{0xdd,0xa9,0xa9,0x81,0xb4,0x97,0x26,0xfd,  /* 1360x768-60 */
609    0x01,0x8d,0xff,0x00,0x27,0x10,0x00,0x03,
610    0x01}}, /* 0x43 */
611  {{0xd9,0x8f,0x8f,0x9d,0xba,0x0a,0x8a,0xff,  /* 1152x864-84 */
612    0x60,0x8b,0x5f,0x5f,0x8b,0x10,0x00,0x03,
613    0x01}}, /* 0x44 */
614  {{0xd3,0x9f,0x9f,0x97,0xab,0x1f,0xf1,0xff,  /* 1280x960-85 */
615    0xc0,0x83,0xbf,0xbf,0xf2,0x10,0x00,0x07,
616    0x01}}, /* 0x45 */
617  {{0xce,0x9f,0x9f,0x92,0xa9,0x17,0x20,0xf5,  /* 1280x768-60 */
618    0x03,0x88,0xff,0xff,0x21,0x10,0x00,0x07,
619    0x01}},  /* 0x46 */
620  {{0x7b,0x5f,0x63,0x9f,0x6a,0x93,0x6f,0xf0,  /* 768x576 */
621    0x58,0x8a,0x3f,0x57,0x70,0x20,0x00,0x05,
622    0x01}},  /* 0x47 */
623  {{0xce,0xa9,0xa9,0x92,0xb1,0x07,0x28,0x52,  /* 1360x1024 (Barco iQ Pro R300) */
624    0x02,0x8e,0xff,0x00,0x29,0x0d,0x00,0x03,
625    0x00}}   /* 0x48 */
626 };
627
628 typedef struct _SiS300_MCLKDataStruct
629 {
630         UCHAR SR28,SR29,SR2A;
631         USHORT CLOCK;
632 } SiS300_MCLKDataStruct;
633
634 static const SiS300_MCLKDataStruct  SiS300_MCLKData_630[] =
635 {
636         { 0x5a,0x64,0x80, 66},
637         { 0xb3,0x45,0x80, 83},
638         { 0x37,0x61,0x80,100},
639         { 0x37,0x22,0x80,133},
640         { 0x37,0x61,0x80,100},
641         { 0x37,0x61,0x80,100},
642         { 0x37,0x61,0x80,100},
643         { 0x37,0x61,0x80,100}
644 };
645
646 static const SiS300_MCLKDataStruct  SiS300_MCLKData_300[] =
647 {
648         { 0x68,0x43,0x80,125},
649         { 0x68,0x43,0x80,125},
650         { 0x68,0x43,0x80,125},
651         { 0x37,0x61,0x80,100},
652         { 0x37,0x61,0x80,100},
653         { 0x37,0x61,0x80,100},
654         { 0x37,0x61,0x80,100},
655         { 0x37,0x61,0x80,100}
656 };
657
658 typedef struct _SiS300_VCLKDataStruct
659 {
660         UCHAR SR2B,SR2C;
661         USHORT CLOCK;
662 } SiS300_VCLKDataStruct;
663
664 static const SiS300_VCLKDataStruct  SiS300_VCLKData[] =
665 {
666         { 0x1b,0xe1, 25}, /* 0x00 */
667         { 0x4e,0xe4, 28}, /* 0x01 */
668         { 0x57,0xe4, 32}, /* 0x02 */
669         { 0xc3,0xc8, 36}, /* 0x03 */
670         { 0x42,0xc3, 40}, /* 0x04 */
671         { 0x5d,0xc4, 45}, /* 0x05 */
672         { 0x52,0x65, 50}, /* 0x06 */
673         { 0x53,0x65, 50}, /* 0x07 */
674         { 0x6d,0x66, 56}, /* 0x08 */
675         { 0x5a,0x64, 65}, /* 0x09 */
676         { 0x46,0x44, 68}, /* 0x0a */
677         { 0x3e,0x43, 75}, /* 0x0b */
678         { 0x6d,0x46, 76}, /* 0x0c */  /* 800x600 | LVDS_2(CH), MITAC(CH);  - 730, A901(301B): 0xb1,0x46, 76 */
679         { 0x41,0x43, 79}, /* 0x0d */
680         { 0x31,0x42, 79}, /* 0x0e */
681         { 0x46,0x25, 85}, /* 0x0f */
682         { 0x78,0x29, 87}, /* 0x10 */
683         { 0x62,0x44, 95}, /* 0x11 */
684         { 0x2b,0x22,105}, /* 0x12 */
685         { 0x49,0x24,106}, /* 0x13 */
686         { 0xc3,0x28,108}, /* 0x14 */
687         { 0x3c,0x23,109}, /* 0x15 */
688         { 0xf7,0x2c,132}, /* 0x16 */
689         { 0xd4,0x28,136}, /* 0x17 */
690         { 0x41,0x05,158}, /* 0x18 */
691         { 0x43,0x05,162}, /* 0x19 */
692         { 0xe1,0x0f,175}, /* 0x1a */
693         { 0xfc,0x12,189}, /* 0x1b */
694         { 0xde,0x26,194}, /* 0x1c */
695         { 0x54,0x05,203}, /* 0x1d */
696         { 0x3f,0x03,230}, /* 0x1e */
697         { 0x30,0x02,234}, /* 0x1f */
698         { 0x24,0x01,266}, /* 0x20 */
699         { 0x52,0x2a, 54}, /* 0x21 */  /* 301 TV */
700         { 0x52,0x6a, 27}, /* 0x22 */  /* 301 TV */
701         { 0x62,0x24, 70}, /* 0x23 */  /* 301 TV */
702         { 0x62,0x64, 70}, /* 0x24 */  /* 301 TV */
703         { 0xa8,0x4c, 30}, /* 0x25 */  /* 301 TV */
704         { 0x20,0x26, 33}, /* 0x26 */  /* 301 TV */
705         { 0x31,0xc2, 39}, /* 0x27 */
706         { 0xbf,0xc8, 35}, /* 0x28 */  /* 856x480 */
707         { 0x60,0x36, 30}, /* 0x29 */  /* CH/UNTSC TEXT | LVDS_2(CH) - 730, A901(301B), Mitac(CH): 0xe0, 0xb6, 30 */
708         { 0x40,0x4a, 28}, /* 0x2a */  /* CH-TV */
709         { 0x9f,0x46, 44}, /* 0x2b */  /* CH-TV */
710         { 0x97,0x2c, 26}, /* 0x2c */  /* CH-TV */
711         { 0x44,0xe4, 25}, /* 0x2d */  /* CH-TV */
712         { 0x7e,0x32, 47}, /* 0x2e */  /* CH-TV */
713         { 0x8a,0x24, 31}, /* 0x2f */  /* CH/PAL TEXT | LVDS_2(CH), Mitac(CH) -  730, A901(301B): 0x57, 0xe4, 31 */
714         { 0x97,0x2c, 26}, /* 0x30 */  /* CH-TV */
715         { 0xce,0x3c, 39}, /* 0x31 */  /* CH-TV */
716         { 0x52,0x4a, 36}, /* 0x32 */  /* CH/PAL 800x600 5/6 */
717         { 0x34,0x61, 95}, /* 0x33 */
718         { 0x78,0x27,108}, /* 0x34 */  /* Replacement for index 0x14 for 630 (?) */
719         { 0xce,0x25,189}, /* 0x35 */  /* Replacement for index 0x1b for 730 (and 540?) */
720         { 0x45,0x6b, 21}, /* 0x36 */  /* Chrontel SuperOverscan */
721         { 0x52,0xe2, 49}, /* 0x37 */  /* 16:9 modes  */
722         { 0x2b,0x61, 78}, /* 0x38 */  /* 16:9 modes  */
723         { 0x70,0x44,108}, /* 0x39 */  /* 16:9 modes  */
724         { 0x54,0x42,135}, /* 0x3a */  /* 16:9 modes  */
725         { 0x41,0x22,157}, /* 0x3b */  /* 16:9 modes  */
726         { 0x52,0x07,149}, /* 0x3c */  /* 1280x960-85 */
727         { 0x62,0xc6, 34}, /* 0x3d */  /* 848x480-60  */
728         { 0x30,0x23, 88}, /* 0x3e */  /* 1360x768-60 */
729 #if 0
730         { 0x3f,0x64, 46}, /* 0x3f */  /* 640x480-100 */
731 #endif
732         { 0x70,0x29, 81}, /* 0x3f */  /* 1280x768-60 */
733         { 0x72,0x2a, 76}, /* 0x40 */  /* test for SiS730 */
734         { 0x15,0x21, 79}, /* 0x41 */  /* test for SiS730 */
735         { 0xa1,0x42,108}, /* 0x42 */  /* 1280x960 LCD */
736         { 0x37,0x61,100}, /* 0x43 */  /* 1280x960 LCD */
737         { 0xe3,0x9a,106}, /* 0x44 */  /* 1360x1024 - special for Barco iQ R300 */
738         { 0xe2,0x46,135}, /* 0x45 */  /* 1280x1024-75, better clock for VGA2 */
739         { 0xff,0x00,  0}
740 };
741
742 static const UCHAR  SiS300_ScreenOffset[] =
743 {
744         0x14,0x19,0x20,0x28,0x32,0x40,0x50,
745         0x64,0x78,0x80,0x2d,0x35,0x48,0x35,
746         0x55,0x30,0xff
747 };
748
749 #ifndef LINUX_XF86
750 static UCHAR SiS300_SR07 = 0x10;
751 #endif
752
753 static const DRAM4Type SiS300_SR15[8] =
754 {
755         {0x01,0x09,0xa3,0x00},
756         {0x43,0x43,0x43,0x00},
757         {0x1e,0x1e,0x1e,0x00},
758         {0x2a,0x2a,0x2a,0x00},
759         {0x06,0x06,0x06,0x00},
760         {0x00,0x00,0x00,0x00},
761         {0x00,0x00,0x00,0x00},
762         {0x00,0x00,0x00,0x00}
763 };
764
765 #ifndef LINUX_XF86
766 static UCHAR SiS300_SR1F = 0x00;
767 static UCHAR SiS300_SR21 = 0x16;
768 static UCHAR SiS300_SR22 = 0xb2;
769 static UCHAR SiS300_SR23 = 0xf6;
770 static UCHAR SiS300_SR24 = 0x0d;
771 static UCHAR SiS300_SR25[] = {0x0,0x0};
772 static UCHAR SiS300_SR31 = 0x00;
773 static UCHAR SiS300_SR32 = 0x11;
774 static UCHAR SiS300_SR33 = 0x00;
775 static UCHAR SiS300_CRT2Data_1_2 = 0x40;
776 static UCHAR SiS300_CRT2Data_4_D = 0x00;
777 static UCHAR SiS300_CRT2Data_4_E = 0x00;
778 static UCHAR SiS300_CRT2Data_4_10 = 0x80;
779
780 static const USHORT SiS300_RGBSenseData = 0xd1;
781 static const USHORT SiS300_VideoSenseData = 0xb3;
782 static const USHORT SiS300_YCSenseData = 0xb9;
783 static const USHORT SiS300_RGBSenseData2 = 0x0190;
784 static const USHORT SiS300_VideoSenseData2 = 0x0174;
785 static const USHORT SiS300_YCSenseData2 = 0x016b;
786
787 static const DRAM4Type SiS300_CR40[5];
788
789 static UCHAR SiS300_CR49[2];
790 #endif
791
792 typedef struct _SiS300_PanelDelayTblStruct
793 {
794         UCHAR timer[2];
795 } SiS300_PanelDelayTblStruct;
796
797 static const SiS300_PanelDelayTblStruct  SiS300_PanelDelayTbl[] =
798 {
799         {{0x05,0xaa}},
800         {{0x05,0x14}},
801         {{0x05,0x36}},
802         {{0x05,0x14}},
803         {{0x05,0x14}},
804         {{0x05,0x14}},
805         {{0x05,0x90}},
806         {{0x05,0x90}},
807         {{0x05,0x14}},
808         {{0x05,0x14}},
809         {{0x05,0x14}},
810         {{0x05,0x14}},
811         {{0x20,0x80}},
812         {{0x05,0x14}},
813         {{0x05,0x40}},
814         {{0x05,0x60}}
815 };
816
817 #if 0
818 static const SiS300_PanelDelayTblStruct  SiS300_PanelDelayTblLVDS[] =
819 {
820         {{0x05,0xaa}},
821         {{0x05,0x14}},
822         {{0x05,0x36}},
823         {{0x05,0x14}},
824         {{0x05,0x14}},
825         {{0x05,0x14}},
826         {{0x05,0x90}},
827         {{0x05,0x90}},
828         {{0x05,0x14}},
829         {{0x05,0x14}},
830         {{0x05,0x14}},
831         {{0x05,0x14}},  /* 2.07a (JVC): 14,96 */
832         {{0x05,0x28}},  /* 2.04.5c: 20, 80 - Clevo (2.04.2c): 05, 28 */
833         {{0x05,0x14}},
834         {{0x05,0x14}},  /* Some BIOSes: 05, 40 */
835         {{0x05,0x60}}
836 };
837 #endif
838
839 /**************************************************************/
840 /* SIS VIDEO BRIDGE ----------------------------------------- */
841 /**************************************************************/
842
843 typedef struct _SiS300_LCDDataStruct
844 {
845         USHORT RVBHCMAX;
846         USHORT RVBHCFACT;
847         USHORT VGAHT;
848         USHORT VGAVT;
849         USHORT LCDHT;
850         USHORT LCDVT;
851 } SiS300_LCDDataStruct;
852
853 static const SiS300_LCDDataStruct  SiS300_StLCD1024x768Data[] =
854 {
855         {   66,  31, 992, 510,1320, 816},
856         {   66,  31, 992, 510,1320, 816},
857         {  176,  75, 900, 510,1320, 816},
858         {  176,  75, 900, 510,1320, 816},
859         {   66,  31, 992, 510,1320, 816},
860         {   27,  16,1024, 650,1350, 832},
861         {    1,   1,1344, 806,1344, 806}
862 };
863
864 static const SiS300_LCDDataStruct  SiS300_ExtLCD1024x768Data[] =
865 {
866         {   12,   5, 896, 512,1344, 806},
867         {   12,   5, 896, 510,1344, 806},
868         {   32,  15,1008, 505,1344, 806},
869         {   32,  15,1008, 514,1344, 806},
870         {   12,   5, 896, 500,1344, 806},
871         {   42,  25,1024, 625,1344, 806},
872         {    1,   1,1344, 806,1344, 806},
873         {   12,   5, 896, 500,1344, 806},
874         {   42,  25,1024, 625,1344, 806},
875         {    1,   1,1344, 806,1344, 806},
876         {   12,   5, 896, 500,1344, 806},
877         {   42,  25,1024, 625,1344, 806},
878         {    1,   1,1344, 806,1344, 806}
879 };
880
881 static const SiS300_LCDDataStruct  SiS300_St2LCD1024x768Data[] =
882 {
883         {   62,  25, 800, 546,1344, 806},
884         {   32,  15, 930, 546,1344, 806},
885         {   32,  15, 930, 546,1344, 806},
886         {  104,  45, 945, 496,1344, 806},
887         {   62,  25, 800, 546,1344, 806},
888         {   31,  18,1008, 624,1344, 806},
889         {    1,   1,1344, 806,1344, 806}
890 };
891
892 static const SiS300_LCDDataStruct  SiS300_StLCD1280x1024Data[] =
893 {
894         {    4,   1, 880, 510,1650,1088},
895         {    4,   1, 880, 510,1650,1088},
896         {  176,  45, 900, 510,1650,1088},
897         {  176,  45, 900, 510,1650,1088},
898         {    4,   1, 880, 510,1650,1088},
899         {   13,   5,1024, 675,1560,1152},
900         {   16,   9,1266, 804,1688,1072},
901         {    1,   1,1688,1066,1688,1066}
902 };
903
904 static const SiS300_LCDDataStruct  SiS300_ExtLCD1280x1024Data[] =
905 {
906         {  211,  60,1024, 501,1688,1066},
907         {  211,  60,1024, 508,1688,1066},
908         {  211,  60,1024, 501,1688,1066},
909         {  211,  60,1024, 508,1688,1066},
910         {  211,  60,1024, 500,1688,1066},
911         {  211,  75,1024, 625,1688,1066},
912         {  211, 120,1280, 798,1688,1066},
913         {    1,   1,1688,1066,1688,1066}
914 };
915
916 static const SiS300_LCDDataStruct  SiS300_St2LCD1280x1024Data[] =
917 {
918         {   22,   5, 800, 510,1650,1088},
919         {   22,   5, 800, 510,1650,1088},
920         {  176,  45, 900, 510,1650,1088},
921         {  176,  45, 900, 510,1650,1088},
922         {   22,   5, 800, 510,1650,1088},
923         {   13,   5,1024, 675,1560,1152},
924         {   16,   9,1266, 804,1688,1072},
925         {    1,   1,1688,1066,1688,1066}
926 };
927
928 static const SiS300_LCDDataStruct  SiS300_NoScaleData1024x768[] =
929 {
930         {    1,   1, 800, 449, 800, 449},
931         {    1,   1, 800, 449, 800, 449},
932         {    1,   1, 900, 449, 900, 449},
933         {    1,   1, 900, 449, 900, 449},
934         {    1,   1, 800, 525, 800, 525},
935         {    1,   1,1056, 628,1056, 628},
936         {    1,   1,1344, 806,1344, 806},
937         {    1,   1,1688,1066,1688,1066}
938 };
939
940 static const SiS300_LCDDataStruct  SiS300_NoScaleData1280x1024[] =  /* TW: Fake */
941 {
942         {    1,   1, 800, 449, 800, 449},
943         {    1,   1, 800, 449, 800, 449},
944         {    1,   1, 900, 449, 900, 449},
945         {    1,   1, 900, 449, 900, 449},
946         {    1,   1, 800, 525, 800, 525},
947         {    1,   1,1056, 628,1056, 628},
948         {    1,   1,1344, 806,1344, 806},
949         {    1,   1,1688,1066,1688,1066}
950 };
951
952 typedef struct _SiS300_Part2PortTblStruct
953 {
954         UCHAR CR[12];
955 } SiS300_Part2PortTblStruct;
956
957 static const SiS300_Part2PortTblStruct SiS300_CRT2Part2_1024x768_1[] =
958 { /* VESA Timing */
959  {{0x21,0x12,0xbf,0xe4,0xc0,0x21,0x45,0x09,0x00,0xa9,0x09,0x04}},
960  {{0x2c,0x12,0x9a,0xae,0x88,0x21,0x45,0x09,0x00,0xa9,0x09,0x04}},
961  {{0x21,0x12,0xbf,0xe4,0xc0,0x21,0x45,0x09,0x00,0xa9,0x09,0x04}},
962  {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}},
963  {{0x22,0x13,0xfe,0x25,0xff,0x21,0x45,0x0a,0x00,0xa9,0x0d,0x04}},
964  {{0x22,0x13,0xfe,0x25,0xff,0x21,0x45,0x0a,0x00,0xa9,0x0d,0x04}},
965  {{0x22,0x13,0xfe,0x25,0xff,0x21,0x45,0x0a,0x00,0xa9,0x0d,0x04}}
966 };
967
968 static const SiS300_Part2PortTblStruct SiS300_CRT2Part2_1280x1024_1[] =
969 {       /* TW: Temporary data, invalid */
970  {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}
971 };
972
973 static const SiS300_Part2PortTblStruct SiS300_CRT2Part2_1400x1050_1[] =
974 {       /* TW: Temporary data, invalid */
975  {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}
976 };
977
978 static const SiS300_Part2PortTblStruct SiS300_CRT2Part2_1600x1200_1[] =
979 {       /* TW: Temporary data, invalid */
980  {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}
981 };
982
983 static const SiS300_Part2PortTblStruct SiS300_CRT2Part2_1024x768_2[] =
984 {  /* Non-VESA */
985  {{0x28,0x12,0xa3,0xd0,0xaa,0x5a,0x45,0x0a,0x07,0xfa,0x0a,0x24}},
986  {{0x2c,0x12,0x9a,0xae,0x88,0x5a,0x45,0x0a,0x07,0xfa,0x0a,0x24}},
987  {{0x28,0x12,0xa3,0xd0,0xaa,0x5a,0x45,0x0a,0x07,0xfa,0x0a,0x24}},
988  {{0x2c,0x12,0x9a,0xae,0x88,0x5a,0x45,0x0a,0x07,0xfa,0x0a,0x24}},
989  {{0x28,0x13,0xe7,0x0b,0xe8,0x5a,0x45,0x0a,0x07,0xfa,0x0a,0x24}},
990  {{0x38,0x18,0x16,0x00,0x00,0x5a,0x45,0x0a,0x07,0xfa,0x0a,0x24}},
991  {{0x36,0x13,0x13,0x25,0xff,0x5a,0x45,0x0a,0x07,0xfa,0x0a,0x24}}
992 };
993
994 static const SiS300_Part2PortTblStruct SiS300_CRT2Part2_1280x1024_2[] =
995 {
996  {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}
997 };
998
999 static const SiS300_Part2PortTblStruct SiS300_CRT2Part2_1400x1050_2[] =
1000 {
1001  {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}
1002 };
1003
1004 static const SiS300_Part2PortTblStruct SiS300_CRT2Part2_1600x1200_2[] =
1005 {       /* TW: Temporary data, invalid */
1006  {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}
1007 };
1008
1009 static const SiS300_Part2PortTblStruct SiS300_CRT2Part2_1024x768_3[] =
1010 {       /* TW: Temporary data, invalid */
1011  {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}
1012 };
1013
1014 static const SiS300_Part2PortTblStruct SiS300_CRT2Part2_1280x1024_3[] =
1015 {       /* TW: Temporary data, invalid */
1016   {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}
1017 };
1018
1019 static const SiS300_Part2PortTblStruct SiS300_CRT2Part2_1400x1050_3[] =
1020 {       /* TW: Temporary data, invalid */
1021   {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}
1022 };
1023
1024 static const SiS300_Part2PortTblStruct SiS300_CRT2Part2_1600x1200_3[] =
1025 {       /* TW: Temporary data, invalid */
1026   {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}
1027 };
1028
1029 /**************************************************************/
1030 /* LVDS/Chrontel -------------------------------------------- */
1031 /**************************************************************/
1032
1033 typedef struct _SiS300_LVDSDataStruct
1034 {
1035         USHORT VGAHT;
1036         USHORT VGAVT;
1037         USHORT LCDHT;
1038         USHORT LCDVT;
1039 } SiS300_LVDSDataStruct;
1040
1041 static const SiS300_LVDSDataStruct  SiS300_CHTVUPALData[] =
1042 {
1043         {1008, 625,1008, 625},
1044         {1008, 625,1008, 625},
1045         {1008, 625,1008, 625},
1046         {1008, 625,1008, 625},
1047         { 840, 750, 840, 750},
1048         { 936, 836, 936, 836}
1049 };
1050
1051 static const SiS300_LVDSDataStruct  SiS300_CHTVOPALData[] =
1052 {
1053         {1008, 625,1008, 625},
1054         {1008, 625,1008, 625},
1055         {1008, 625,1008, 625},
1056         {1008, 625,1008, 625},
1057         { 840, 625, 840, 625},
1058         { 960, 750, 960, 750}
1059 };
1060
1061 static const SiS300_LVDSDataStruct  SiS300_CHTVSOPALData[] =
1062 {
1063         {1008, 625,1008, 625},
1064         {1008, 625,1008, 625},
1065         {1008, 625,1008, 625},
1066         {1008, 625,1008, 625},
1067         { 840, 500, 840, 500},
1068         { 944, 625, 944, 625}
1069 };
1070
1071 typedef struct _SiS300_LVDSDesStruct
1072 {
1073         USHORT LCDHDES;
1074         USHORT LCDVDES;
1075 } SiS300_LVDSDesStruct;
1076
1077 static const SiS300_LVDSDesStruct  SiS300_PanelType00_1[] =
1078 {
1079         { 1059, 626 },   /* 2.08 */
1080         { 1059, 624 },
1081         { 1059, 626 },
1082         { 1059, 624 },
1083         { 1059, 624 },
1084         {    0, 627 },
1085         {    0, 627 },
1086         {    0,   0 },
1087         {    0,   0 }
1088 #if 0
1089         {0, 626},
1090         {0, 624},
1091         {0, 626},
1092         {0, 624},
1093         {0, 624},
1094         {0, 627},
1095         {0, 627},
1096         {0,   0},
1097         {0,   0}
1098 #endif
1099 };
1100
1101 static const SiS300_LVDSDesStruct  SiS300_PanelType01_1[] =
1102 {
1103         {   0,   0 },  /* 2.08 */
1104         {   0,   0 },
1105         {   0,   0 },
1106         {   0,   0 },
1107         {   0,   0 },
1108         {   0,   0 },
1109         {   0,   0 },
1110         {   0,   0 },
1111         {   0,   0 }
1112 #if 0
1113         {1343, 798},
1114         {1343, 794},
1115         {1343, 798},
1116         {1343, 794},
1117         {1343,   0},
1118         {1343,   0},
1119         {   0, 805},
1120         {   0, 794},
1121         {   0,   0}
1122 #endif
1123 };
1124
1125 static const SiS300_LVDSDesStruct  SiS300_PanelType02_1[] =
1126 {
1127         { 1059, 626 },  /* 2.08 */
1128         { 1059, 624 },
1129         { 1059, 626 },
1130         { 1059, 624 },
1131         { 1059, 624 },
1132         {    0, 627 },
1133         {    0, 627 },
1134         {    0,   0 },
1135         {    0,   0 }
1136 #if 0
1137         {0, 626},
1138         {0, 624},
1139         {0, 626},
1140         {0, 624},
1141         {0, 624},
1142         {0, 627},
1143         {0, 627},
1144         {0,   0},
1145         {0,   0}
1146 #endif
1147 };
1148
1149 static const SiS300_LVDSDesStruct  SiS300_PanelType03_1[] =
1150 {
1151         {   8, 436},
1152         {   8, 440},
1153         {   8, 436},
1154         {   8, 440},
1155         {   8, 512},
1156         {1343, 798},
1157         {1343, 794},
1158         {1343, 798},
1159         {1343, 794}
1160 };
1161
1162 static const SiS300_LVDSDesStruct  SiS300_PanelType04_1[] =     /* 1280x1024 */
1163 {
1164         {1343, 798},
1165         {1343, 794},
1166         {1343, 798},
1167         {1343, 794},
1168         {1343,   0},
1169         {1343,   0},
1170         {   0, 805},
1171         {   0, 794},
1172         {   0,   0}
1173 };
1174
1175 static const SiS300_LVDSDesStruct  SiS300_PanelType05_1[] =
1176 {
1177         {1343, 798},
1178         {1343, 794},
1179         {1343, 798},
1180         {1343, 794},
1181         {1343,   0},
1182         {1343,   0},
1183         {   0, 805},
1184         {   0, 794},
1185         {   0,   0}
1186 };
1187
1188 static const SiS300_LVDSDesStruct  SiS300_PanelType06_1[] =
1189 {
1190         {1343, 798},
1191         {1343, 794},
1192         {1343, 798},
1193         {1343, 794},
1194         {1343,   0},
1195         {1343,   0},
1196         {   0, 805},
1197         {   0, 794},
1198         {   0,   0}
1199 };
1200
1201 static const SiS300_LVDSDesStruct  SiS300_PanelType07_1[] =
1202 {
1203         {1343, 798},
1204         {1343, 794},
1205         {1343, 798},
1206         {1343, 794},
1207         {1343,   0},
1208         {1343,   0},
1209         {   0, 805},
1210         {   0, 794},
1211         {   0,   0}
1212 };
1213
1214 static const SiS300_LVDSDesStruct  SiS300_PanelType08_1[] =
1215 {
1216         {1059, 626},
1217         {1059, 624},
1218         {1059, 626},
1219         {1059, 624},
1220         {1059, 624},
1221         {   0, 627},
1222         {   0, 627},
1223         {   0,   0},
1224         {   0,   0}
1225 };
1226
1227 static const SiS300_LVDSDesStruct  SiS300_PanelType09_1[] =
1228 {
1229         {1343, 798},
1230         {1343, 794},
1231         {1343, 798},
1232         {1343, 794},
1233         {1343,   0},
1234         {1343,   0},
1235         {   0, 805},
1236         {   0, 794},
1237         {   0,   0}
1238 };
1239
1240 static const SiS300_LVDSDesStruct  SiS300_PanelType0a_1[] =
1241 {
1242         {1059, 626},
1243         {1059, 624},
1244         {1059, 626},
1245         {1059, 624},
1246         {1059, 624},
1247         {   0, 627},
1248         {   0, 627},
1249         {   0,   0},
1250         {   0,   0}
1251 };
1252
1253 static const SiS300_LVDSDesStruct  SiS300_PanelType0b_1[] =
1254 {
1255         {1343,   0},
1256         {1343,   0},
1257         {1343,   0},
1258         {1343,   0},
1259         {1343,   0},
1260         {1343,   0},
1261         {   0, 799},
1262         {   0,   0},
1263         {   0,   0}
1264 };
1265
1266 static const SiS300_LVDSDesStruct  SiS300_PanelType0c_1[] =
1267 {
1268         {1343, 798},
1269         {1343, 794},
1270         {1343, 798},
1271         {1343, 794},
1272         {1343,   0},
1273         {1343,   0},
1274         {   0, 805},
1275         {   0, 794},
1276         {   0,   0}
1277 };
1278
1279 static const SiS300_LVDSDesStruct  SiS300_PanelType0d_1[] =
1280 {
1281         {1343, 798},
1282         {1343, 794},
1283         {1343, 798},
1284         {1343, 794},
1285         {1343,   0},
1286         {1343,   0},
1287         {   0, 805},
1288         {   0, 794},
1289         {   0,   0}
1290 };
1291
1292 static const SiS300_LVDSDesStruct  SiS300_PanelType0e_1[] =
1293 {
1294         {1343, 798},
1295         {1343, 794},
1296         {1343, 798},
1297         {1343, 794},
1298         {1343,   0},    /* 640x480 */
1299         {1343,   0},    /* 800x600 */
1300         {   0, 805},    /* 1024x768 */
1301         {   0, 794},    /* 1280x1024 */
1302         {   0,   0}     /* 1280x960 - not applicable */
1303 };
1304
1305 static const SiS300_LVDSDesStruct  SiS300_PanelType0f_1[] =
1306 {
1307         {1343, 798},
1308         {1343, 794},
1309         {1343, 798},
1310         {1343, 794},
1311         {1343,   0},
1312         {1343,   0},
1313         {   0, 805},
1314         {   0, 794},
1315         {   0,   0}
1316 };
1317
1318 static const SiS300_LVDSDesStruct  SiS300_PanelType00_2[] =
1319 {
1320         {976, 527},
1321         {976, 502},
1322         {976, 527},
1323         {976, 502},
1324         {976, 567},
1325         {  0, 627},
1326         {  0, 627},
1327         {  0,   0},
1328         {  0,   0}
1329 };
1330
1331 static const SiS300_LVDSDesStruct  SiS300_PanelType01_2[] =
1332 {
1333         {1152, 622},
1334         {1152, 597},
1335         {1152, 622},
1336         {1152, 597},
1337         {1152, 662},
1338         {1232, 722},
1339         {   0, 805},
1340         {   0, 794},
1341         {   0,   0}
1342 };
1343
1344 static const SiS300_LVDSDesStruct  SiS300_PanelType02_2[] =
1345 {
1346         {976, 527},
1347         {976, 502},
1348         {976, 527},
1349         {976, 502},
1350         {976, 567},
1351         {  0, 627},
1352         {  0, 627},
1353         {  0,   0},
1354         {  0,   0}
1355 };
1356
1357 static const SiS300_LVDSDesStruct  SiS300_PanelType03_2[] =
1358 {
1359         {1152, 622},
1360         {1152, 597},
1361         {1152, 622},
1362         {1152, 597},
1363         {1152, 662},
1364         {1232, 722},
1365         {   0, 805},
1366         {1152, 622},
1367         {1152, 597}
1368 };
1369
1370 static const SiS300_LVDSDesStruct  SiS300_PanelType04_2[] =
1371 {
1372         {1152, 622},
1373         {1152, 597},
1374         {1152, 622},
1375         {1152, 597},
1376         {1152, 662},
1377         {1232, 722},
1378         {   0, 805},
1379         {   0, 794},
1380         {   0,   0}
1381 };
1382
1383 static const SiS300_LVDSDesStruct  SiS300_PanelType05_2[] =
1384 {
1385         {1152, 622},
1386         {1152, 597},
1387         {1152, 622},
1388         {1152, 597},
1389         {1152, 662},
1390         {1232, 722},
1391         {   0, 805},
1392         {   0, 794},
1393         {   0,   0}
1394 };
1395
1396 static const SiS300_LVDSDesStruct  SiS300_PanelType06_2[] =
1397 {
1398         {1152, 622},
1399         {1152, 597},
1400         {1152, 622},
1401         {1152, 597},
1402         {1152, 662},
1403         {1232, 722},
1404         {   0, 805},
1405         {   0, 794},
1406         {   0,   0}
1407 };
1408
1409 static const SiS300_LVDSDesStruct  SiS300_PanelType07_2[] =
1410 {
1411         {1152, 622},
1412         {1152, 597},
1413         {1152, 622},
1414         {1152, 597},
1415         {1152, 662},
1416         {1232, 722},
1417         {   0, 805},
1418         {   0, 794},
1419         {   0,   0}
1420 };
1421
1422 static const SiS300_LVDSDesStruct  SiS300_PanelType08_2[] =
1423 {
1424         {976, 527},
1425         {976, 502},
1426         {976, 527},
1427         {976, 502},
1428         {976, 567},
1429         {  0, 627},
1430         {  0, 627},
1431         {  0,   0},
1432         {  0,   0}
1433 };
1434
1435 static const SiS300_LVDSDesStruct  SiS300_PanelType09_2[] =
1436 {
1437         {1152, 622},
1438         {1152, 597},
1439         {1152, 622},
1440         {1152, 597},
1441         {1152, 662},
1442         {1232, 722},
1443         {   0, 805},
1444         {   0, 794},
1445         {   0,   0}
1446 };
1447
1448 static const SiS300_LVDSDesStruct  SiS300_PanelType0a_2[] =
1449 {
1450         {976, 527},
1451         {976, 502},
1452         {976, 527},
1453         {976, 502},
1454         {976, 567},
1455         {  0, 627},
1456         {  0, 627},
1457         {  0,   0},
1458         {  0,   0}
1459 };
1460
1461 static const SiS300_LVDSDesStruct  SiS300_PanelType0b_2[] =
1462 {
1463         { 1152, 700},
1464         { 1152, 675},
1465         { 1152, 700},
1466         { 1152, 675},
1467         { 1152, 740},
1468         { 1232, 799},
1469         {    0, 799},
1470         {    0,   0},
1471         {    0,   0}
1472 };
1473
1474 static const SiS300_LVDSDesStruct  SiS300_PanelType0c_2[] =
1475 {
1476         {1152, 622},
1477         {1152, 597},
1478         {1152, 622},
1479         {1152, 597},
1480         {1152, 662},
1481         {1232, 722},
1482         {   0, 805},
1483         {   0, 794},
1484         {   0,   0}
1485 };
1486
1487 static const SiS300_LVDSDesStruct  SiS300_PanelType0d_2[] =
1488 {
1489         {1152, 622},
1490         {1152, 597},
1491         {1152, 622},
1492         {1152, 597},
1493         {1152, 662},
1494         {1232, 722},
1495         {   0, 805},
1496         {   0, 794},
1497         {   0,   0}
1498 };
1499
1500 static const SiS300_LVDSDesStruct  SiS300_PanelType0e_2[] =
1501 {
1502         {1152, 622},
1503         {1152, 597},
1504         {1152, 622},
1505         {1152, 597},
1506         {1152, 662},
1507         {1232, 722},
1508         {   0, 805},
1509         {   0, 794},
1510         {   0,   0}
1511 };
1512
1513 static const SiS300_LVDSDesStruct  SiS300_PanelType0f_2[] =
1514 {
1515         {1152, 622},
1516         {1152, 597},
1517         {1152, 622},
1518         {1152, 597},
1519         {1152, 662},
1520         {1232, 722},
1521         {   0, 805},
1522         {   0, 794},
1523         {   0,   0}
1524 };
1525
1526 /* Custom data for Barco iQ R200/300/400 (BIOS 2.00.07) */
1527 static const SiS300_LVDSDesStruct  SiS300_PanelType04_1a[] =    /* 1280x1024 (1366x1024) */
1528 {
1529         {1330, 798},  /* 320x200 */
1530         {1330, 794},
1531         {1330, 798},
1532         {1330, 794},
1533         {1330,   0},  /* 640x480 / 320x240  */
1534         {1343,   0},  /* 800x600 / 400x300  */
1535         {   0, 805},  /* 1024x768 / 512x384 */
1536         {1688,1066},  /* 1280x1024          */
1537         {   0,   0}   /* 1360x1024          */
1538 };
1539
1540 static const SiS300_LVDSDesStruct  SiS300_PanelType04_2a[] =
1541 {
1542         {1152, 622},
1543         {1152, 597},
1544         {1152, 622},
1545         {1152, 597},
1546         {1152, 662},
1547         {1232, 722},
1548         {   0, 805},
1549         {1688,1066},
1550         {   0,   0}
1551 };
1552
1553 /* Custom data for Barco iQ G200/300/400 (BIOS 2.00.07) */
1554 static const SiS300_LVDSDesStruct  SiS300_PanelType04_1b[] =    /* 1024x768 */
1555 {
1556         {1330, 798},  /* 320x200 */
1557         {1330, 794},
1558         {1330, 798},
1559         {1330, 794},
1560         {1330,   0},  /* 640x480 / 320x240  */
1561         {1343,   0},  /* 800x600 / 400x300  */
1562         {   0, 805}   /* 1024x768 / 512x384 */
1563 };
1564
1565 static const SiS300_LVDSDesStruct  SiS300_PanelType04_2b[] =
1566 {
1567         {1152, 622},
1568         {1152, 597},
1569         {1152, 622},
1570         {1152, 597},
1571         {1152, 662},
1572         {1232, 722},
1573         {   0, 805}
1574 };
1575
1576 /* CRT1 CRTC for slave modes */
1577
1578 typedef struct _SiS300_LVDSCRT1DataStruct
1579 {
1580 UCHAR CR[15];
1581 } SiS300_LVDSCRT1DataStruct;
1582
1583 static const SiS300_LVDSCRT1DataStruct  SiS300_LVDSCRT1800x600_1[] =
1584 {
1585         {{0x65,0x4f,0x89,0x56,0x83,0xaf,0x1f,
1586           0x90,0x85,0x8f,0xab,0x30,0x00,0x05,
1587           0x00 }},
1588         {{0x65,0x4f,0x89,0x56,0x83,0x83,0x1f,
1589           0x5e,0x83,0x5d,0x79,0x10,0x00,0x05,
1590           0x00 }},
1591         {{0x65,0x4f,0x89,0x56,0x83,0xaf,0x1f,
1592           0x90,0x85,0x8f,0xab,0x30,0x00,0x05,
1593           0x00 }},
1594         {{0x65,0x4f,0x89,0x56,0x83,0x83,0x1f,
1595           0x5e,0x83,0x5d,0x79,0x10,0x00,0x05,
1596           0x00 }},
1597         {{0x65,0x4f,0x89,0x56,0x83,0x04,0x3e,
1598           0xe0,0x85,0xdf,0xfb,0x10,0x00,0x05,
1599           0x00 }},
1600         {{0x7f,0x63,0x83,0x6c,0x1c,0x72,0xf0,
1601           0x58,0x8c,0x57,0x73,0x20,0x00,0x06,
1602           0x01 }}
1603 };
1604
1605 static const SiS300_LVDSCRT1DataStruct  SiS300_LVDSCRT1800x600_1_H[] =
1606 {
1607         {{0x30,0x27,0x94,0x2c,0x92,0xaf,0x1f,
1608           0x90,0x85,0x8f,0xab,0x30,0x00,0x04,
1609           0x00 }},
1610         {{0x30,0x27,0x94,0x2c,0x92,0x83,0x1f,
1611           0x5e,0x83,0x5d,0x79,0x10,0x00,0x04,
1612           0x00 }},
1613         {{0x30,0x27,0x94,0x2c,0x92,0xaf,0x1f,
1614           0x90,0x85,0x8f,0xab,0x30,0x00,0x04,
1615           0x00 }},
1616         {{0x30,0x27,0x94,0x2c,0x92,0x83,0x1f,
1617           0x5e,0x83,0x5d,0x79,0x10,0x00,0x04,
1618           0x00 }},
1619         {{0x30,0x27,0x94,0x2c,0x92,0x04,0x3e,
1620           0xe0,0x85,0xdf,0xfb,0x10,0x00,0x04,
1621           0x00 }},
1622         {{0x3d,0x31,0x81,0x37,0x1f,0x72,0xf0,
1623           0x58,0x8c,0x57,0x73,0x20,0x00,0x05,
1624           0x01 }}
1625 };
1626
1627 static const SiS300_LVDSCRT1DataStruct  SiS300_LVDSCRT11024x768_1[] =
1628 {
1629         {{0x64,0x4f,0x88,0x54,0x9f,0xc4,0x1f,
1630           0x92,0x89,0x8f,0xb5,0x30,0x00,0x01,
1631           0x00}},
1632         {{0x64,0x4f,0x88,0x54,0x9f,0x97,0x1f,
1633           0x60,0x87,0x5d,0x83,0x10,0x00,0x01,
1634           0x00}},
1635         {{0x64,0x4f,0x88,0x54,0x9f,0xc4,0x1f,
1636           0x92,0x89,0x8f,0xb5,0x30,0x00,0x01,
1637           0x00}},
1638         {{0x64,0x4f,0x88,0x54,0x9f,0x97,0x1f,
1639           0x60,0x87,0x5d,0x83,0x10,0x00,0x01,
1640           0x00}},
1641         {{0x64,0x4f,0x88,0x54,0x9f,0x04,0x3e,
1642           0xe2,0x89,0xdf,0x05,0x00,0x00,0x01,
1643           0x00}},
1644         {{0x7e,0x63,0x82,0x68,0x15,0x7c,0xf0,
1645           0x5a,0x8f,0x57,0x7d,0x20,0x00,0x26,
1646           0x01}},
1647         {{0xa3,0x7f,0x87,0x86,0x97,0x24,0xf5,
1648           0x02,0x88,0xff,0x25,0x10,0x00,0x02,
1649           0x01}}
1650 };
1651
1652 static const SiS300_LVDSCRT1DataStruct  SiS300_LVDSCRT11024x768_1_H[] =
1653 {
1654         {{0x2f,0x27,0x93,0x2b,0x90,0xc4,0x1f,
1655           0x92,0x89,0x8f,0xb5,0x30,0x00,0x44,
1656           0x00 }},
1657         {{0x2f,0x27,0x93,0x2b,0x90,0x97,0x1f,
1658           0x60,0x87,0x5D,0x83,0x10,0x00,0x44,
1659           0x00}},
1660         {{0x2f,0x27,0x93,0x2b,0x90,0xc4,0x1f,
1661           0x92,0x89,0x8f,0xb5,0x30,0x00,0x44,
1662           0x00}},
1663         {{0x2f,0x27,0x93,0x2b,0x90,0x97,0x1f,
1664           0x60,0x87,0x5D,0x83,0x10,0x00,0x44,
1665           0x00}},
1666         {{0x2f,0x27,0x93,0x2b,0x90,0x04,0x3e,
1667           0xE2,0x89,0xdf,0x05,0x00,0x00,0x44,
1668           0x00}},
1669         {{0x3c,0x31,0x80,0x35,0x1c,0x7c,0xf0,
1670           0x5A,0x8F,0x57,0x7D,0x20,0x00,0x55,
1671           0x01}},
1672         {{0x4f,0x3F,0x93,0x45,0x0D,0x24,0xf5,
1673           0x02,0x88,0xff,0x25,0x10,0x00,0x01,
1674           0x01 }}
1675
1676 #if 0
1677         {{0x37,0x27,0x9B,0x2b,0x94,0xc4,0x1f,
1678           0x92,0x89,0x8f,0xb5,0x30,0x00,0x44,
1679           0x00 }},
1680         {{0x37,0x27,0x9B,0x2b,0x94,0x97,0x1f,
1681           0x60,0x87,0x5D,0x83,0x01,0x00,0x44,
1682           0x00}},
1683         {{0x37,0x27,0x9B,0x2b,0x94,0xc4,0x1f,
1684           0x92,0x89,0x8f,0xb5,0x30,0x00,0x44,
1685           0x00}},
1686         {{0x37,0x27,0x9B,0x2b,0x94,0x97,0x1f,
1687           0x60,0x87,0x5D,0x83,0x01,0x00,0x44,
1688           0x00}},
1689         {{0x37,0x27,0x9B,0x2b,0x94,0x04,0x3e,
1690           0xE2,0x89,0xDf,0x05,0x00,0x00,0x44,
1691           0x00}},
1692         {{0x41,0x31,0x85,0x35,0x1d,0x7c,0xf0,
1693           0x5A,0x8F,0x57,0x7D,0x20,0x00,0x55,
1694           0x01}},
1695         {{0x4f,0x3F,0x93,0x45,0x0D,0x24,0xf5,
1696           0x02,0x88,0xFf,0x25,0x10,0x00,0x01,
1697           0x01 }}
1698 #endif
1699 };
1700
1701 static const SiS300_LVDSCRT1DataStruct  SiS300_LVDSCRT11280x1024_1[] =
1702 {
1703         {{0x63,0x4f,0x87,0x54,0x9f,0xb4,0x1f,
1704           0x92,0x89,0x8f,0xb5,0x30,0x00,0x01,
1705           0x00 }},
1706         {{0x63,0x4f,0x87,0x54,0x9f,0x82,0x1f,
1707           0x60,0x87,0x5d,0x83,0x10,0x00,0x01,
1708           0x00 }},
1709         {{0x63,0x4f,0x87,0x54,0x9f,0xb4,0x1f,
1710           0x92,0x89,0x8f,0xb5,0x30,0x00,0x01,
1711           0x00 }},
1712         {{0x63,0x4f,0x87,0x54,0x9f,0x82,0x1f,
1713           0x60,0x87,0x5d,0x83,0x10,0x00,0x01,
1714           0x00 }},
1715         {{0x63,0x4f,0x87,0x54,0x9f,0x04,0x3e,
1716           0xe2,0x89,0xdf,0x05,0x00,0x00,0x01,
1717           0x00 }},
1718         {{0x7e,0x63,0x82,0x68,0x15,0x7c,0xf0,
1719           0x5a,0x8f,0x57,0x7d,0x20,0x00,0x26,
1720           0x01 }},
1721         {{0xa3,0x7f,0x87,0x86,0x97,0x24,0xf5,
1722           0x02,0x88,0xff,0x25,0x10,0x00,0x02,
1723           0x01 }}
1724 };
1725
1726 static const SiS300_LVDSCRT1DataStruct  SiS300_LVDSCRT11280x1024_1_H[] =
1727 {
1728         {{0x2f,0x27,0x93,0x2b,0x90,0xb4,0x1f,
1729           0x92,0x89,0x8f,0xb5,0x30,0x00,0x04,
1730           0x00 }},
1731         {{0x2f,0x27,0x93,0x2b,0x90,0x82,0x1f,
1732           0x60,0x87,0x5d,0x83,0x10,0x00,0x04,
1733           0x00 }},
1734         {{0x2f,0x27,0x93,0x2b,0x90,0xb4,0x1f,
1735           0x92,0x89,0x8f,0xb5,0x30,0x00,0x04,
1736           0x00 }},
1737         {{0x2f,0x27,0x93,0x2b,0x90,0x82,0x1f,
1738           0x60,0x87,0x5d,0x83,0x10,0x00,0x04,
1739           0x00 }},
1740         {{0x2f,0x27,0x93,0x2b,0x90,0x04,0x3e,
1741           0xe2,0x89,0xdf,0x05,0x00,0x00,0x04,
1742           0x00 }},
1743         {{0x3c,0x31,0x80,0x35,0x1c,0x7c,0xf0,
1744           0x5a,0x8f,0x57,0x7d,0x20,0x00,0x55,
1745           0x01 }},
1746         {{0x4f,0x3f,0x93,0x45,0x0d,0x24,0xf5,
1747           0x02,0x88,0xff,0x25,0x10,0x00,0x01,
1748           0x01 }}
1749 };
1750
1751 static const SiS300_LVDSCRT1DataStruct  SiS300_LVDSCRT1800x600_2[] =
1752 {
1753         {{0x7f,0x4f,0x83,0x62,0x12,0x72,0x3e,
1754           0xf4,0x88,0x8f,0x73,0x20,0x00,0x06,
1755           0x00 }},
1756         {{0x7f,0x4f,0x83,0x62,0x12,0x72,0x3e,
1757           0xdb,0x8f,0x5d,0x73,0x20,0x00,0x06,
1758           0x00 }},
1759         {{0x7f,0x4f,0x83,0x62,0x12,0x72,0x3e,
1760           0xf4,0x88,0x8f,0x73,0x20,0x00,0x06,
1761           0x00 }},
1762         {{0x7f,0x4f,0x83,0x62,0x12,0x72,0x3e,
1763           0xdb,0x8f,0x5d,0x73,0x20,0x00,0x06,
1764           0x00 }},
1765         {{0x7f,0x4f,0x83,0x62,0x12,0x72,0xba,
1766           0x1c,0x80,0xdf,0x73,0x00,0x00,0x06,
1767           0x00 }},
1768         {{0x7f,0x63,0x83,0x6c,0x1c,0x72,0xf0,
1769           0x58,0x8c,0x57,0x73,0x20,0x00,0x06,
1770           0x01 }}
1771 };
1772
1773 static const SiS300_LVDSCRT1DataStruct  SiS300_LVDSCRT1800x600_2_H[] =
1774 {
1775         {{0x3d,0x27,0x81,0x32,0x1a,0x72,0x3e,
1776           0xf4,0x88,0x8f,0x73,0x20,0x00,0x05,
1777           0x00 }},
1778         {{0x3d,0x27,0x81,0x32,0x1a,0x72,0x3e,
1779           0xdb,0x8f,0x5d,0x73,0x20,0x00,0x05,
1780           0x00 }},
1781         {{0x3d,0x27,0x81,0x32,0x1a,0x72,0x3e,
1782           0xf4,0x88,0x8f,0x73,0x20,0x00,0x05,
1783           0x00 }},
1784         {{0x3d,0x27,0x81,0x3a,0x1a,0x72,0x3e,
1785           0xdb,0x8f,0x5d,0x73,0x20,0x00,0x05,
1786           0x00 }},
1787         {{0x3d,0x27,0x81,0x32,0x1a,0x72,0xba,
1788           0x1c,0x80,0xdf,0x73,0x00,0x00,0x05,
1789           0x00 }},
1790         {{0x3d,0x31,0x81,0x37,0x1f,0x72,0xf0,
1791           0x58,0x8c,0x57,0x73,0x20,0x00,0x05,
1792           0x01 }}
1793 };
1794
1795 static const SiS300_LVDSCRT1DataStruct  SiS300_LVDSCRT11024x768_2[] =
1796 {
1797         {{0xa3,0x4f,0x87,0x6e,0x9f,0x24,0xbb,
1798           0x4a,0x80,0x8f,0x25,0x30,0x00,0x06,
1799           0x00 }},
1800         {{0xa3,0x4f,0x87,0x6e,0x9f,0x24,0xbb,
1801           0x31,0x87,0x5d,0x25,0x30,0x00,0x06,
1802           0x00 }},
1803         {{0xa3,0x4f,0x87,0x6e,0x9f,0x24,0xbb,
1804           0x4a,0x80,0x8f,0x25,0x30,0x00,0x06,
1805           0x00 }},
1806         {{0xa3,0x4f,0x87,0x6e,0x9f,0x24,0xbb,
1807           0x31,0x87,0x5d,0x25,0x30,0x00,0x06,
1808           0x00 }},
1809         {{0xa3,0x4f,0x87,0x6e,0x9f,0x24,0xbb,
1810           0x72,0x88,0xdf,0x25,0x30,0x00,0x06,
1811           0x00 }},
1812         {{0xa3,0x63,0x87,0x78,0x89,0x24,0xf1,
1813           0xae,0x84,0x57,0x25,0x30,0x00,0x02,
1814           0x01 }},
1815         {{0xa3,0x7f,0x87,0x86,0x97,0x24,0xf5,
1816           0x02,0x88,0xff,0x25,0x10,0x00,0x02,
1817           0x01 }}
1818 };
1819
1820 static const SiS300_LVDSCRT1DataStruct  SiS300_LVDSCRT11024x768_2_H[] =
1821 {
1822         {{0x4f,0x27,0x93,0x39,0x01,0x24,0xbb,
1823           0x4a,0x80,0x8f,0x25,0x30,0x00,0x01,
1824           0x00 }},
1825         {{0x4f,0x27,0x93,0x39,0x01,0x24,0xbb,
1826           0x31,0x87,0x5d,0x25,0x30,0x00,0x01,
1827           0x00 }},
1828         {{0x4f,0x27,0x93,0x39,0x01,0x24,0xbb,
1829           0x4a,0x80,0x8f,0x25,0x30,0x00,0x01,
1830           0x00 }},
1831         {{0x4f,0x27,0x93,0x39,0x01,0x24,0xbb,
1832           0x31,0x87,0x5d,0x25,0x30,0x00,0x01,
1833           0x00 }},
1834         {{0x4f,0x27,0x93,0x39,0x01,0x24,0xbb,
1835           0x72,0x88,0xdf,0x25,0x30,0x00,0x01,
1836           0x00 }},
1837         {{0x4f,0x31,0x93,0x3e,0x06,0x24,0xf1,
1838           0xae,0x84,0x57,0x25,0x30,0x00,0x01,
1839           0x01 }},
1840         {{0x4f,0x3f,0x93,0x45,0x0d,0x24,0xf5,
1841           0x02,0x88,0xff,0x25,0x10,0x00,0x01,
1842           0x01 }}
1843 };
1844
1845 static const SiS300_LVDSCRT1DataStruct  SiS300_LVDSCRT11280x1024_2[] =
1846 {
1847         {{0xa3,0x4f,0x87,0x6e,0x9f,0x24,0xbb,
1848           0x4a,0x80,0x8f,0x25,0x30,0x00,0x06,
1849           0x00 }},
1850         {{0xa3,0x4f,0x87,0x6e,0x9f,0x24,0xbb,
1851           0x31,0x87,0x5d,0x25,0x30,0x00,0x06,
1852           0x00 }},
1853         {{0xa3,0x4f,0x87,0x6e,0x9f,0x24,0xbb,
1854           0x4a,0x80,0x8f,0x25,0x30,0x00,0x06,
1855           0x00 }},
1856         {{0xa3,0x4f,0x87,0x6e,0x9f,0x24,0xbb,
1857           0x31,0x87,0x5d,0x25,0x30,0x00,0x06,
1858           0x00 }},
1859         {{0xa3,0x4f,0x87,0x6e,0x9f,0x24,0xbb,
1860           0x72,0x88,0xdf,0x25,0x30,0x00,0x06,
1861           0x00 }},
1862         {{0xa3,0x63,0x87,0x78,0x89,0x24,0xf1,
1863           0xae,0x84,0x57,0x25,0x30,0x00,0x02,
1864           0x01 }},
1865         {{0xa3,0x7f,0x87,0x86,0x97,0x24,0xf5,
1866           0x02,0x88,0xff,0x25,0x10,0x00,0x02,
1867           0x01 }}
1868 };
1869
1870 static const SiS300_LVDSCRT1DataStruct  SiS300_LVDSCRT11280x1024_2_H[] =
1871 {
1872         {{0x4f,0x27,0x93,0x39,0x81,0x24,0xbb,
1873           0x4a,0x80,0x8f,0x25,0x30,0x00,0x01,
1874           0x00 }},
1875         {{0x4f,0x27,0x93,0x39,0x81,0x24,0xbb,
1876           0x31,0x87,0x5d,0x25,0x30,0x00,0x01,
1877           0x00 }},
1878         {{0x4f,0x27,0x93,0x39,0x81,0x24,0xbb,
1879           0x4a,0x80,0x8f,0x25,0x30,0x00,0x01,
1880           0x00 }},
1881         {{0x4f,0x27,0x93,0x39,0x81,0x24,0xbb,
1882           0x31,0x87,0x5d,0x25,0x30,0x00,0x01,
1883           0x00 }},
1884         {{0x4f,0x27,0x93,0x39,0x81,0x24,0xbb,
1885           0x72,0x88,0xdf,0x25,0x30,0x00,0x01,
1886           0x00 }},
1887         {{0x4f,0x31,0x93,0x3e,0x86,0x24,0xf1,
1888           0xae,0x84,0x57,0x25,0x30,0x00,0x01,
1889           0x01 }},
1890         {{0x4f,0x3f,0x93,0x45,0x0d,0x24,0xf5,
1891           0x02,0x88,0xff,0x25,0x10,0x00,0x01,
1892           0x01}}
1893 };
1894
1895 static const SiS300_LVDSCRT1DataStruct  SiS300_CHTVCRT1UNTSC[] =
1896 {
1897         {{0x64,0x4f,0x88,0x56,0x9f,0x56,0x3e,
1898           0xe8,0x84,0x8f,0x57,0x20,0x00,0x01,
1899           0x00 }},
1900         {{0x64,0x4f,0x88,0x56,0x9f,0x56,0x3e,
1901           0xd0,0x82,0x5d,0x57,0x00,0x00,0x01,
1902           0x00 }},
1903         {{0x64,0x4f,0x88,0x56,0x9f,0x56,0x3e,
1904           0xe8,0x84,0x8f,0x57,0x20,0x00,0x01,
1905           0x00 }},
1906         {{0x64,0x4f,0x88,0x56,0x9f,0x56,0x3e,
1907           0xd0,0x82,0x5d,0x57,0x00,0x00,0x01,
1908           0x00 }},
1909         {{0x5d,0x4f,0x81,0x53,0x9c,0x56,0xba,
1910           0x18,0x84,0xdf,0x57,0x00,0x00,0x01,
1911           0x00 }},
1912         {{0x80,0x63,0x84,0x6c,0x17,0xec,0xf0,
1913           0x90,0x8c,0x57,0xed,0x20,0x00,0x06,
1914           0x01 }}
1915 };
1916
1917 static const SiS300_LVDSCRT1DataStruct  SiS300_CHTVCRT1ONTSC[] =
1918 {
1919         {{0x64,0x4f,0x88,0x5a,0x9f,0x0b,0x3e,
1920           0xc0,0x84,0x8f,0x0c,0x20,0x00,0x01,
1921           0x00 }},
1922         {{0x64,0x4f,0x88,0x5a,0x9f,0x0b,0x3e,
1923           0xb0,0x8d,0x5d,0x0c,0x00,0x00,0x01,
1924           0x00 }},
1925         {{0x64,0x4f,0x88,0x5a,0x9f,0x0b,0x3e,
1926           0xc0,0x84,0x8f,0x0c,0x20,0x00,0x01,
1927           0x00 }},
1928         {{0x64,0x4f,0x88,0x5a,0x9f,0x0b,0x3e,
1929           0xb0,0x8d,0x5d,0x0c,0x00,0x00,0x01,
1930           0x00 }},
1931         {{0x5d,0x4f,0x81,0x56,0x9c,0x0b,0x3e,
1932           0xe8,0x84,0xdf,0x0c,0x00,0x00,0x01,
1933           0x00 }},
1934         {{0x7d,0x63,0x81,0x6a,0x16,0xba,0xf0,
1935           0x7f,0x86,0x57,0xbb,0x00,0x00,0x06,
1936           0x01 }}
1937 };
1938
1939 static const SiS300_LVDSCRT1DataStruct  SiS300_CHTVCRT1UPAL[] =
1940 {
1941         {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1942           0xf8,0x83,0x8f,0x70,0x20,0x00,0x05,
1943           0x00 }},
1944         {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1945           0xde,0x81,0x5d,0x70,0x00,0x00,0x05,
1946           0x00 }},
1947         {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1948           0xf8,0x83,0x8f,0x70,0x20,0x00,0x05,
1949           0x00 }},
1950         {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1951           0xde,0x81,0x5d,0x70,0x00,0x00,0x05,
1952           0x00 }},
1953         {{0x64,0x4f,0x88,0x55,0x80,0xec,0xba,
1954           0x50,0x84,0xdf,0xed,0x00,0x00,0x05,
1955           0x00 }},
1956         {{0x70,0x63,0x94,0x68,0x8d,0x42,0xf1,
1957           0xc8,0x8c,0x57,0xe9,0x20,0x00,0x05,
1958           0x01 }}
1959 };
1960
1961 static const SiS300_LVDSCRT1DataStruct  SiS300_CHTVCRT1OPAL[] =
1962 {
1963         {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1964           0xf0,0x83,0x8f,0x70,0x20,0x00,0x05,
1965           0x00 }},
1966         {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1967           0xde,0x81,0x5d,0x70,0x00,0x00,0x05,
1968           0x00 }},
1969         {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1970           0xf0,0x83,0x8f,0x70,0x20,0x00,0x05,
1971           0x00 }},
1972         {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1973           0xde,0x81,0x5d,0x70,0x00,0x00,0x05,
1974           0x00 }},
1975         {{0x64,0x4f,0x88,0x55,0x80,0x6f,0xba,
1976           0x20,0x83,0xdf,0x70,0x00,0x00,0x05,
1977           0x00 }},
1978         {{0x73,0x63,0x97,0x69,0x8e,0xec,0xf0,
1979           0x90,0x8c,0x57,0xed,0x20,0x00,0x05,
1980           0x01 }}
1981 };
1982
1983 static const SiS300_LVDSCRT1DataStruct  SiS300_CHTVCRT1SOPAL[] =
1984 {
1985         {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1986           0xf0,0x83,0x8f,0x70,0x20,0x00,0x05,
1987           0x00 }},
1988         {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1989           0xde,0x81,0x5d,0x70,0x00,0x00,0x05,
1990           0x00 }},
1991         {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1992           0xf0,0x83,0x8f,0x70,0x20,0x00,0x05,
1993           0x00 }},
1994         {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1995           0xde,0x81,0x5d,0x70,0x00,0x00,0x05,
1996           0x00 }},
1997         {{0x64,0x4f,0x88,0x55,0x80,0x6f,0xba,  /* TODO */
1998           0x20,0x83,0xdf,0x70,0x00,0x00,0x05,
1999           0x00 }},
2000         {{0x73,0x63,0x97,0x69,0x8e,0xec,0xf0,  /* TODO */
2001           0x90,0x8c,0x57,0xed,0x20,0x00,0x05,
2002           0x01 }}
2003 };
2004
2005 typedef struct _SiS300_CHTVRegDataStruct
2006 {
2007         UCHAR Reg[16];
2008 } SiS300_CHTVRegDataStruct;
2009
2010 static const SiS300_CHTVRegDataStruct SiS300_CHTVReg_UNTSC[] =
2011 {
2012         {{0x4a,0x94,0x00,0x48,0xfe,0,0,0,0,0,0,0,0,0,0,0}},
2013         {{0x4a,0x94,0x00,0x48,0xfe,0,0,0,0,0,0,0,0,0,0,0}},
2014         {{0x4a,0x94,0x00,0x48,0xfe,0,0,0,0,0,0,0,0,0,0,0}},
2015         {{0x4a,0x94,0x00,0x48,0xfe,0,0,0,0,0,0,0,0,0,0,0}},
2016         {{0x6a,0x6a,0x00,0x2d,0xfa,0,0,0,0,0,0,0,0,0,0,0}}, /* Mode 17: 640x480 NTSC 7/8  */
2017         {{0x8d,0xc4,0x00,0x3b,0xfb,0,0,0,0,0,0,0,0,0,0,0}}  /* Mode 24: 800x600 NTSC 7/10 */
2018 };
2019
2020 static const SiS300_CHTVRegDataStruct SiS300_CHTVReg_ONTSC[] =
2021 {
2022         {{0x49,0x94,0x00,0x34,0xfe,0,0,0,0,0,0,0,0,0,0,0}},
2023         {{0x49,0x94,0x00,0x34,0xfe,0,0,0,0,0,0,0,0,0,0,0}},
2024         {{0x49,0x94,0x00,0x34,0xfe,0,0,0,0,0,0,0,0,0,0,0}},
2025         {{0x49,0x94,0x00,0x34,0xfe,0,0,0,0,0,0,0,0,0,0,0}},
2026         {{0x69,0x6a,0x00,0x1e,0xfd,0,0,0,0,0,0,0,0,0,0,0}}, /* Mode 16: 640x480 NTSC 1/1 */
2027         {{0x8c,0xb4,0x00,0x32,0xf9,0,0,0,0,0,0,0,0,0,0,0}}  /* Mode 23: 800x600 NTSC 3/4 */
2028 };
2029
2030 static const SiS300_CHTVRegDataStruct SiS300_CHTVReg_UPAL[] =
2031 {
2032         {{0x41,0x12,0x01,0x50,0x34,0,0,0,0,0,0,0,0,0,0,0}},
2033         {{0x41,0x12,0x00,0x50,0x00,0,0,0,0,0,0,0,0,0,0,0}},
2034         {{0x41,0x12,0x01,0x50,0x34,0,0,0,0,0,0,0,0,0,0,0}},
2035         {{0x41,0x12,0x00,0x50,0x00,0,0,0,0,0,0,0,0,0,0,0}},
2036         {{0x63,0x94,0x01,0x50,0x30,0,0,0,0,0,0,0,0,0,0,0}}, /* Mode 15: 640x480 PAL 5/6 */
2037         {{0x84,0x64,0x01,0x4e,0x2f,0,0,0,0,0,0,0,0,0,0,0}}  /* Mode 21: 800x600 PAL 3/4 */
2038
2039 };
2040
2041 static const SiS300_CHTVRegDataStruct SiS300_CHTVReg_OPAL[] =
2042 {
2043         {{0x41,0x12,0x01,0x50,0x34,0,0,0,0,0,0,0,0,0,0,0}}, /* Mode 9: 640x400 PAL 1/1 */
2044         {{0x41,0x12,0x00,0x50,0x00,0,0,0,0,0,0,0,0,0,0,0}},
2045         {{0x41,0x12,0x01,0x50,0x34,0,0,0,0,0,0,0,0,0,0,0}},
2046         {{0x41,0x12,0x00,0x50,0x00,0,0,0,0,0,0,0,0,0,0,0}},
2047         {{0x61,0x94,0x01,0x36,0x30,0,0,0,0,0,0,0,0,0,0,0}}, /* Mode 14: 640x480 PAL 1/1 */
2048         {{0x83,0x76,0x01,0x40,0x31,0,0,0,0,0,0,0,0,0,0,0}}  /* Mode 20: 800x600 PAL 5/6 */
2049
2050 };
2051
2052 static const SiS300_CHTVRegDataStruct SiS300_CHTVReg_SOPAL[] =
2053 {
2054         {{0x41,0x12,0x01,0x50,0x34,0,0,0,0,0,0,0,0,0,0,0}}, /* Mode 9: 640x400 PAL 1/1 */
2055         {{0x41,0x12,0x00,0x50,0x00,0,0,0,0,0,0,0,0,0,0,0}},
2056         {{0x41,0x12,0x01,0x50,0x34,0,0,0,0,0,0,0,0,0,0,0}},
2057         {{0x41,0x12,0x00,0x50,0x00,0,0,0,0,0,0,0,0,0,0,0}},
2058         {{0x60,0x30,0x00,0x10,0x00,0,0,0,0,0,0,0,0,0,0,0}}, /* TW: Mode 13: 640x480 PAL 5/4 */
2059         {{0x81,0x50,0x00,0x1b,0x00,0,0,0,0,0,0,0,0,0,0,0}}  /* TW: Mode 19: 800x600 PAL 1/1 */
2060 };
2061
2062 static const UCHAR SiS300_CHTVVCLKUNTSC[]  = {0x29,0x29,0x29,0x29,0x2a,0x2e};
2063
2064 static const UCHAR SiS300_CHTVVCLKONTSC[]  = {0x2c,0x2c,0x2c,0x2c,0x2d,0x2b};
2065
2066 static const UCHAR SiS300_CHTVVCLKSONTSC[] = {0x2c,0x2c,0x2c,0x2c,0x2d,0x2b};
2067
2068 static const UCHAR SiS300_CHTVVCLKUPAL[]   = {0x2f,0x2f,0x2f,0x2f,0x2f,0x31};
2069
2070 static const UCHAR SiS300_CHTVVCLKOPAL[]   = {0x2f,0x2f,0x2f,0x2f,0x30,0x32};
2071
2072 static const UCHAR SiS300_CHTVVCLKSOPAL[]  = {0x2f,0x2f,0x2f,0x2f,0x36,0x29};
2073
2074