xref: /OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/310vtbl.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* $XFree86$ */
2*4882a593Smuzhiyun /* $XdotOrg$ */
3*4882a593Smuzhiyun /*
4*4882a593Smuzhiyun  * Register settings for SiS 315/330/340 series
5*4882a593Smuzhiyun  *
6*4882a593Smuzhiyun  * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria
7*4882a593Smuzhiyun  *
8*4882a593Smuzhiyun  * If distributed as part of the Linux kernel, the following license terms
9*4882a593Smuzhiyun  * apply:
10*4882a593Smuzhiyun  *
11*4882a593Smuzhiyun  * * This program is free software; you can redistribute it and/or modify
12*4882a593Smuzhiyun  * * it under the terms of the GNU General Public License as published by
13*4882a593Smuzhiyun  * * the Free Software Foundation; either version 2 of the named License,
14*4882a593Smuzhiyun  * * or any later version.
15*4882a593Smuzhiyun  * *
16*4882a593Smuzhiyun  * * This program is distributed in the hope that it will be useful,
17*4882a593Smuzhiyun  * * but WITHOUT ANY WARRANTY; without even the implied warranty of
18*4882a593Smuzhiyun  * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19*4882a593Smuzhiyun  * * GNU General Public License for more details.
20*4882a593Smuzhiyun  * *
21*4882a593Smuzhiyun  * * You should have received a copy of the GNU General Public License
22*4882a593Smuzhiyun  * * along with this program; if not, write to the Free Software
23*4882a593Smuzhiyun  * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
24*4882a593Smuzhiyun  *
25*4882a593Smuzhiyun  * Otherwise, the following license terms apply:
26*4882a593Smuzhiyun  *
27*4882a593Smuzhiyun  * * Redistribution and use in source and binary forms, with or without
28*4882a593Smuzhiyun  * * modification, are permitted provided that the following conditions
29*4882a593Smuzhiyun  * * are met:
30*4882a593Smuzhiyun  * * 1) Redistributions of source code must retain the above copyright
31*4882a593Smuzhiyun  * *    notice, this list of conditions and the following disclaimer.
32*4882a593Smuzhiyun  * * 2) Redistributions in binary form must reproduce the above copyright
33*4882a593Smuzhiyun  * *    notice, this list of conditions and the following disclaimer in the
34*4882a593Smuzhiyun  * *    documentation and/or other materials provided with the distribution.
35*4882a593Smuzhiyun  * * 3) The name of the author may not be used to endorse or promote products
36*4882a593Smuzhiyun  * *    derived from this software without specific prior written permission.
37*4882a593Smuzhiyun  * *
38*4882a593Smuzhiyun  * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
39*4882a593Smuzhiyun  * * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
40*4882a593Smuzhiyun  * * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
41*4882a593Smuzhiyun  * * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
42*4882a593Smuzhiyun  * * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
43*4882a593Smuzhiyun  * * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
44*4882a593Smuzhiyun  * * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
45*4882a593Smuzhiyun  * * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
46*4882a593Smuzhiyun  * * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
47*4882a593Smuzhiyun  * * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
48*4882a593Smuzhiyun  *
49*4882a593Smuzhiyun  * Author: 	Thomas Winischhofer <thomas@winischhofer.net>
50*4882a593Smuzhiyun  *
51*4882a593Smuzhiyun  */
52*4882a593Smuzhiyun 
53*4882a593Smuzhiyun static const struct SiS_Ext SiS310_EModeIDTable[] =
54*4882a593Smuzhiyun {
55*4882a593Smuzhiyun 	{0x6a,0x2212,0x0102,SIS_RI_800x600,  0x00,0x00,0x07,0x06,0x00, 3}, /* 800x600x? */
56*4882a593Smuzhiyun 	{0x2e,0x0a1b,0x0101,SIS_RI_640x480,  0x00,0x00,0x05,0x05,0x08, 2}, /* 640x480x8 */
57*4882a593Smuzhiyun 	{0x2f,0x0a1b,0x0100,SIS_RI_640x400,  0x00,0x00,0x05,0x05,0x10, 0}, /* 640x400x8 */
58*4882a593Smuzhiyun 	{0x30,0x2a1b,0x0103,SIS_RI_800x600,  0x00,0x00,0x07,0x06,0x00, 3}, /* 800x600x8 */
59*4882a593Smuzhiyun 	{0x31,0x4a1b,0x0000,SIS_RI_720x480,  0x00,0x00,0x06,0x06,0x11,-1}, /* 720x480x8 */
60*4882a593Smuzhiyun 	{0x32,0x4a1b,0x0000,SIS_RI_720x576,  0x00,0x00,0x06,0x06,0x12,-1}, /* 720x576x8 */
61*4882a593Smuzhiyun 	{0x33,0x4a1d,0x0000,SIS_RI_720x480,  0x00,0x00,0x06,0x06,0x11,-1}, /* 720x480x16 */
62*4882a593Smuzhiyun 	{0x34,0x6a1d,0x0000,SIS_RI_720x576,  0x00,0x00,0x06,0x06,0x12,-1}, /* 720x576x16 */
63*4882a593Smuzhiyun 	{0x35,0x4a1f,0x0000,SIS_RI_720x480,  0x00,0x00,0x06,0x06,0x11,-1}, /* 720x480x32 */
64*4882a593Smuzhiyun 	{0x36,0x6a1f,0x0000,SIS_RI_720x576,  0x00,0x00,0x06,0x06,0x12,-1}, /* 720x576x32 */
65*4882a593Smuzhiyun 	{0x37,0x0212,0x0104,SIS_RI_1024x768, 0x00,0x00,0x08,0x07,0x13, 4}, /* 1024x768x? */
66*4882a593Smuzhiyun 	{0x38,0x0a1b,0x0105,SIS_RI_1024x768, 0x00,0x00,0x08,0x07,0x13, 4}, /* 1024x768x8 */
67*4882a593Smuzhiyun 	{0x3a,0x0e3b,0x0107,SIS_RI_1280x1024,0x00,0x00,0x00,0x00,0x1a, 8}, /* 1280x1024x8 */
68*4882a593Smuzhiyun 	{0x3c,0x0e3b,0x0130,SIS_RI_1600x1200,0x00,0x00,0x00,0x00,0x1e,10}, /* 1600x1200x8 */
69*4882a593Smuzhiyun 	{0x3d,0x0e7d,0x0131,SIS_RI_1600x1200,0x00,0x00,0x00,0x00,0x1e,10}, /* 1600x1200x16 */
70*4882a593Smuzhiyun 	{0x40,0x9a1c,0x010d,SIS_RI_320x200,  0x00,0x00,0x04,0x04,0x25, 0}, /* 320x200x15 */
71*4882a593Smuzhiyun 	{0x41,0x9a1d,0x010e,SIS_RI_320x200,  0x00,0x00,0x04,0x04,0x25, 0}, /* 320x200x16 */
72*4882a593Smuzhiyun 	{0x43,0x0a1c,0x0110,SIS_RI_640x480,  0x00,0x00,0x05,0x05,0x08, 2},
73*4882a593Smuzhiyun 	{0x44,0x0a1d,0x0111,SIS_RI_640x480,  0x00,0x00,0x05,0x05,0x08, 2}, /* 640x480x16 */
74*4882a593Smuzhiyun 	{0x46,0x2a1c,0x0113,SIS_RI_800x600,  0x00,0x00,0x07,0x06,0x00, 3},
75*4882a593Smuzhiyun 	{0x47,0x2a1d,0x0114,SIS_RI_800x600,  0x00,0x00,0x07,0x06,0x00, 3}, /* 800x600x16 */
76*4882a593Smuzhiyun 	{0x49,0x0a3c,0x0116,SIS_RI_1024x768, 0x00,0x00,0x00,0x07,0x13, 4},
77*4882a593Smuzhiyun 	{0x4a,0x0a3d,0x0117,SIS_RI_1024x768, 0x00,0x00,0x08,0x07,0x13, 4}, /* 1024x768x16 */
78*4882a593Smuzhiyun 	{0x4c,0x0e7c,0x0119,SIS_RI_1280x1024,0x00,0x00,0x00,0x00,0x1a, 8},
79*4882a593Smuzhiyun 	{0x4d,0x0e7d,0x011a,SIS_RI_1280x1024,0x00,0x00,0x00,0x00,0x1a, 8}, /* 1280x1024x16 */
80*4882a593Smuzhiyun 	{0x50,0x9a1b,0x0132,SIS_RI_320x240,  0x00,0x00,0x04,0x04,0x26, 2}, /* 320x240x8  */
81*4882a593Smuzhiyun 	{0x51,0xba1b,0x0133,SIS_RI_400x300,  0x00,0x00,0x07,0x07,0x27, 3}, /* 400x300x8  */
82*4882a593Smuzhiyun 	{0x52,0xba1b,0x0134,SIS_RI_512x384,  0x00,0x00,0x00,0x00,0x28, 4}, /* 512x384x8  */
83*4882a593Smuzhiyun 	{0x56,0x9a1d,0x0135,SIS_RI_320x240,  0x00,0x00,0x04,0x04,0x26, 2}, /* 320x240x16 */
84*4882a593Smuzhiyun 	{0x57,0xba1d,0x0136,SIS_RI_400x300,  0x00,0x00,0x07,0x07,0x27, 3}, /* 400x300x16 */
85*4882a593Smuzhiyun 	{0x58,0xba1d,0x0137,SIS_RI_512x384,  0x00,0x00,0x00,0x00,0x28, 4}, /* 512x384x16 */
86*4882a593Smuzhiyun 	{0x59,0x9a1b,0x0138,SIS_RI_320x200,  0x00,0x00,0x04,0x04,0x25, 0}, /* 320x200x8  */
87*4882a593Smuzhiyun 	{0x5a,0x021b,0x0138,SIS_RI_320x240,  0x00,0x00,0x00,0x00,0x3f, 2}, /* 320x240x8  fstn */
88*4882a593Smuzhiyun 	{0x5b,0x0a1d,0x0135,SIS_RI_320x240,  0x00,0x00,0x00,0x00,0x3f, 2}, /* 320x240x16 fstn */
89*4882a593Smuzhiyun 	{0x5c,0xba1f,0x0000,SIS_RI_512x384,  0x00,0x00,0x00,0x00,0x28, 4}, /* 512x384x32 */
90*4882a593Smuzhiyun 	{0x5d,0x0a1d,0x0139,SIS_RI_640x400,  0x00,0x00,0x05,0x07,0x10, 0},
91*4882a593Smuzhiyun 	{0x5e,0x0a1f,0x0000,SIS_RI_640x400,  0x00,0x00,0x05,0x07,0x10, 0}, /* 640x400x32 */
92*4882a593Smuzhiyun 	{0x62,0x0a3f,0x013a,SIS_RI_640x480,  0x00,0x00,0x05,0x05,0x08, 2}, /* 640x480x32 */
93*4882a593Smuzhiyun 	{0x63,0x2a3f,0x013b,SIS_RI_800x600,  0x00,0x00,0x07,0x06,0x00, 3}, /* 800x600x32 */
94*4882a593Smuzhiyun 	{0x64,0x0a7f,0x013c,SIS_RI_1024x768, 0x00,0x00,0x08,0x07,0x13, 4}, /* 1024x768x32 */
95*4882a593Smuzhiyun 	{0x65,0x0eff,0x013d,SIS_RI_1280x1024,0x00,0x00,0x00,0x00,0x1a, 8}, /* 1280x1024x32 */
96*4882a593Smuzhiyun 	{0x66,0x0eff,0x013e,SIS_RI_1600x1200,0x00,0x00,0x00,0x00,0x1e,10}, /* 1600x1200x32 */
97*4882a593Smuzhiyun 	{0x68,0x067b,0x013f,SIS_RI_1920x1440,0x00,0x00,0x00,0x00,0x29,-1}, /* 1920x1440x8 */
98*4882a593Smuzhiyun 	{0x69,0x06fd,0x0140,SIS_RI_1920x1440,0x00,0x00,0x00,0x00,0x29,-1}, /* 1920x1440x16 */
99*4882a593Smuzhiyun 	{0x6b,0x07ff,0x0141,SIS_RI_1920x1440,0x00,0x00,0x00,0x00,0x29,-1}, /* 1920x1440x32 */
100*4882a593Smuzhiyun 	{0x6c,0x067b,0x0000,SIS_RI_2048x1536,0x00,0x00,0x00,0x00,0x2f,-1}, /* 2048x1536x8 */
101*4882a593Smuzhiyun 	{0x6d,0x06fd,0x0000,SIS_RI_2048x1536,0x00,0x00,0x00,0x00,0x2f,-1}, /* 2048x1536x16 */
102*4882a593Smuzhiyun 	{0x6e,0x07ff,0x0000,SIS_RI_2048x1536,0x00,0x00,0x00,0x00,0x2f,-1}, /* 2048x1536x32 */
103*4882a593Smuzhiyun 	{0x70,0x6a1b,0x0000,SIS_RI_800x480,  0x00,0x00,0x07,0x07,0x34,-1}, /* 800x480x8 */
104*4882a593Smuzhiyun 	{0x71,0x4a1b,0x0000,SIS_RI_1024x576, 0x00,0x00,0x00,0x00,0x37,-1}, /* 1024x576x8 */
105*4882a593Smuzhiyun 	{0x74,0x4a1d,0x0000,SIS_RI_1024x576, 0x00,0x00,0x00,0x00,0x37,-1}, /* 1024x576x16 */
106*4882a593Smuzhiyun 	{0x75,0x0a3d,0x0000,SIS_RI_1280x720, 0x00,0x00,0x00,0x00,0x3a, 5}, /* 1280x720x16 */
107*4882a593Smuzhiyun 	{0x76,0x6a1f,0x0000,SIS_RI_800x480,  0x00,0x00,0x07,0x07,0x34,-1}, /* 800x480x32 */
108*4882a593Smuzhiyun 	{0x77,0x4a1f,0x0000,SIS_RI_1024x576, 0x00,0x00,0x00,0x00,0x37,-1}, /* 1024x576x32 */
109*4882a593Smuzhiyun 	{0x78,0x0a3f,0x0000,SIS_RI_1280x720, 0x00,0x00,0x00,0x00,0x3a, 5}, /* 1280x720x32 */
110*4882a593Smuzhiyun 	{0x79,0x0a3b,0x0000,SIS_RI_1280x720, 0x00,0x00,0x00,0x00,0x3a, 5}, /* 1280x720x8 */
111*4882a593Smuzhiyun 	{0x7a,0x6a1d,0x0000,SIS_RI_800x480,  0x00,0x00,0x07,0x07,0x34,-1}, /* 800x480x16 */
112*4882a593Smuzhiyun 	{0x7c,0x0e3b,0x0000,SIS_RI_1280x960, 0x00,0x00,0x00,0x00,0x3d,-1}, /* 1280x960x8 */
113*4882a593Smuzhiyun 	{0x7d,0x0e7d,0x0000,SIS_RI_1280x960, 0x00,0x00,0x00,0x00,0x3d,-1}, /* 1280x960x16 */
114*4882a593Smuzhiyun 	{0x7e,0x0eff,0x0000,SIS_RI_1280x960, 0x00,0x00,0x00,0x00,0x3d,-1}, /* 1280x960x32 */
115*4882a593Smuzhiyun 	{0x23,0x0e3b,0x0000,SIS_RI_1280x768, 0x00,0x00,0x00,0x00,0x40, 6}, /* 1280x768x8 */
116*4882a593Smuzhiyun 	{0x24,0x0e7d,0x0000,SIS_RI_1280x768, 0x00,0x00,0x00,0x00,0x40, 6}, /* 1280x768x16 */
117*4882a593Smuzhiyun 	{0x25,0x0eff,0x0000,SIS_RI_1280x768, 0x00,0x00,0x00,0x00,0x40, 6}, /* 1280x768x32 */
118*4882a593Smuzhiyun 	{0x26,0x0e3b,0x0000,SIS_RI_1400x1050,0x00,0x00,0x00,0x00,0x43, 9}, /* 1400x1050x8 */
119*4882a593Smuzhiyun 	{0x27,0x0e7d,0x0000,SIS_RI_1400x1050,0x00,0x00,0x00,0x00,0x43, 9}, /* 1400x1050x16 */
120*4882a593Smuzhiyun 	{0x28,0x0eff,0x0000,SIS_RI_1400x1050,0x00,0x00,0x00,0x00,0x43, 9}, /* 1400x1050x32*/
121*4882a593Smuzhiyun 	{0x29,0x4e1b,0x0000,SIS_RI_1152x864, 0x00,0x00,0x00,0x00,0x45,-1}, /* 1152x864 */
122*4882a593Smuzhiyun 	{0x2a,0x4e3d,0x0000,SIS_RI_1152x864, 0x00,0x00,0x00,0x00,0x45,-1},
123*4882a593Smuzhiyun 	{0x2b,0x4e7f,0x0000,SIS_RI_1152x864, 0x00,0x00,0x00,0x00,0x45,-1},
124*4882a593Smuzhiyun 	{0x39,0x6a1b,0x0000,SIS_RI_848x480,  0x00,0x00,0x00,0x00,0x48,-1}, /* 848x480 */
125*4882a593Smuzhiyun 	{0x3b,0x6a3d,0x0000,SIS_RI_848x480,  0x00,0x00,0x00,0x00,0x48,-1},
126*4882a593Smuzhiyun 	{0x3e,0x6a7f,0x0000,SIS_RI_848x480,  0x00,0x00,0x00,0x00,0x48,-1},
127*4882a593Smuzhiyun 	{0x3f,0x6a1b,0x0000,SIS_RI_856x480,  0x00,0x00,0x00,0x00,0x4a,-1}, /* 856x480 */
128*4882a593Smuzhiyun 	{0x42,0x6a3d,0x0000,SIS_RI_856x480,  0x00,0x00,0x00,0x00,0x4a,-1},
129*4882a593Smuzhiyun 	{0x45,0x6a7f,0x0000,SIS_RI_856x480,  0x00,0x00,0x00,0x00,0x4a,-1},
130*4882a593Smuzhiyun 	{0x48,0x6a3b,0x0000,SIS_RI_1360x768, 0x00,0x00,0x00,0x00,0x4c,-1}, /* 1360x768 */
131*4882a593Smuzhiyun 	{0x4b,0x6a7d,0x0000,SIS_RI_1360x768, 0x00,0x00,0x00,0x00,0x4c,-1},
132*4882a593Smuzhiyun 	{0x4e,0x6aff,0x0000,SIS_RI_1360x768, 0x00,0x00,0x00,0x00,0x4c,-1},
133*4882a593Smuzhiyun 	{0x4f,0x9a1f,0x0000,SIS_RI_320x200,  0x00,0x00,0x04,0x04,0x25, 0}, /* 320x200x32 */
134*4882a593Smuzhiyun 	{0x53,0x9a1f,0x0000,SIS_RI_320x240,  0x00,0x00,0x04,0x04,0x26, 2}, /* 320x240x32 */
135*4882a593Smuzhiyun 	{0x54,0xba1f,0x0000,SIS_RI_400x300,  0x00,0x00,0x07,0x07,0x27, 3}, /* 400x300x32 */
136*4882a593Smuzhiyun 	{0x5f,0x6a1b,0x0000,SIS_RI_768x576,  0x00,0x00,0x06,0x06,0x4d,-1}, /* 768x576 */
137*4882a593Smuzhiyun 	{0x60,0x6a1d,0x0000,SIS_RI_768x576,  0x00,0x00,0x06,0x06,0x4d,-1},
138*4882a593Smuzhiyun 	{0x61,0x6a3f,0x0000,SIS_RI_768x576,  0x00,0x00,0x06,0x06,0x4d,-1},
139*4882a593Smuzhiyun 	{0x14,0x0e3b,0x0000,SIS_RI_1280x800, 0x00,0x00,0x00,0x00,0x4e, 7}, /* 1280x800 */
140*4882a593Smuzhiyun 	{0x15,0x0e7d,0x0000,SIS_RI_1280x800, 0x00,0x00,0x00,0x00,0x4e, 7},
141*4882a593Smuzhiyun 	{0x16,0x0eff,0x0000,SIS_RI_1280x800, 0x00,0x00,0x00,0x00,0x4e, 7},
142*4882a593Smuzhiyun 	{0x17,0x0e3b,0x0000,SIS_RI_1680x1050,0x00,0x00,0x00,0x00,0x51, 9}, /* 1680x1050 */
143*4882a593Smuzhiyun 	{0x18,0x0e7d,0x0000,SIS_RI_1680x1050,0x00,0x00,0x00,0x00,0x51, 9},
144*4882a593Smuzhiyun 	{0x19,0x0eff,0x0000,SIS_RI_1680x1050,0x00,0x00,0x00,0x00,0x51, 9},
145*4882a593Smuzhiyun 	{0x2c,0x267b,0x0000,SIS_RI_1920x1080,0x00,0x00,0x00,0x00,0x52,-1}, /* 1920x1080(i) */
146*4882a593Smuzhiyun 	{0x2d,0x26fd,0x0000,SIS_RI_1920x1080,0x00,0x00,0x00,0x00,0x52,-1},
147*4882a593Smuzhiyun 	{0x73,0x27ff,0x0000,SIS_RI_1920x1080,0x00,0x00,0x00,0x00,0x52,-1},
148*4882a593Smuzhiyun 	{0x1d,0x6a1b,0x0000,SIS_RI_960x540,  0x00,0x00,0x00,0x00,0x53,-1}, /* 960x540 */
149*4882a593Smuzhiyun 	{0x1e,0x6a3d,0x0000,SIS_RI_960x540,  0x00,0x00,0x00,0x00,0x53,-1},
150*4882a593Smuzhiyun 	{0x1f,0x6a7f,0x0000,SIS_RI_960x540,  0x00,0x00,0x00,0x00,0x53,-1},
151*4882a593Smuzhiyun 	{0x20,0x6a1b,0x0000,SIS_RI_960x600,  0x00,0x00,0x00,0x00,0x54,-1}, /* 960x600 */
152*4882a593Smuzhiyun 	{0x21,0x6a3d,0x0000,SIS_RI_960x600,  0x00,0x00,0x00,0x00,0x54,-1},
153*4882a593Smuzhiyun 	{0x22,0x6a7f,0x0000,SIS_RI_960x600,  0x00,0x00,0x00,0x00,0x54,-1},
154*4882a593Smuzhiyun 	{0x1a,0x0e3b,0x0000,SIS_RI_1280x854, 0x00,0x00,0x00,0x00,0x55, 8}, /* 1280x854 */
155*4882a593Smuzhiyun 	{0x1b,0x0e7d,0x0000,SIS_RI_1280x854, 0x00,0x00,0x00,0x00,0x55, 8},
156*4882a593Smuzhiyun 	{0x1c,0x0eff,0x0000,SIS_RI_1280x854, 0x00,0x00,0x00,0x00,0x55, 8},
157*4882a593Smuzhiyun 	{0xff,0x0000,0x0000,0,               0x00,0x00,0x00,0x00,0x00,-1}
158*4882a593Smuzhiyun };
159*4882a593Smuzhiyun 
160*4882a593Smuzhiyun static const struct SiS_Ext2 SiS310_RefIndex[] =
161*4882a593Smuzhiyun {
162*4882a593Smuzhiyun 	{0x085f,0x0d,0x03,0x05,0x05,0x6a, 800, 600, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x0 */
163*4882a593Smuzhiyun 	{0x0067,0x0e,0x04,0x05,0x05,0x6a, 800, 600, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x1 */
164*4882a593Smuzhiyun 	{0x0067,0x0f,0x08,0x48,0x05,0x6a, 800, 600, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x2 */
165*4882a593Smuzhiyun 	{0x0067,0x10,0x07,0x8b,0x05,0x6a, 800, 600, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x3 */
166*4882a593Smuzhiyun 	{0x0047,0x11,0x0a,0x00,0x05,0x6a, 800, 600, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x4 */
167*4882a593Smuzhiyun 	{0x0047,0x12,0x0d,0x00,0x05,0x6a, 800, 600, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x5 */
168*4882a593Smuzhiyun 	{0x0047,0x13,0x13,0x00,0x05,0x6a, 800, 600, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x6 */
169*4882a593Smuzhiyun 	{0x0107,0x14,0x1c,0x00,0x05,0x6a, 800, 600, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x7 */
170*4882a593Smuzhiyun 	{0xc85f,0x05,0x00,0x04,0x04,0x2e, 640, 480, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x8 */
171*4882a593Smuzhiyun 	{0xc067,0x06,0x02,0x04,0x04,0x2e, 640, 480, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x9 */
172*4882a593Smuzhiyun 	{0xc067,0x07,0x02,0x47,0x04,0x2e, 640, 480, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0xa */
173*4882a593Smuzhiyun 	{0xc067,0x08,0x03,0x8a,0x04,0x2e, 640, 480, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0xb */
174*4882a593Smuzhiyun 	{0xc047,0x09,0x05,0x00,0x04,0x2e, 640, 480, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0xc */
175*4882a593Smuzhiyun 	{0xc047,0x0a,0x09,0x00,0x04,0x2e, 640, 480, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0xd */
176*4882a593Smuzhiyun 	{0xc047,0x0b,0x0e,0x00,0x04,0x2e, 640, 480, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0xe */
177*4882a593Smuzhiyun 	{0xc047,0x0c,0x15,0x00,0x04,0x2e, 640, 480, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0xf */
178*4882a593Smuzhiyun 	{0x487f,0x04,0x00,0x00,0x00,0x2f, 640, 400, 0x30, 0x55, 0x6e, 0x00, 0x00, 0x00, 0x00}, /* 0x10 */
179*4882a593Smuzhiyun 	{0xc06f,0x3c,0x01,0x06,0x13,0x31, 720, 480, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x11 */
180*4882a593Smuzhiyun 	{0x006f,0x3d,0x6f,0x06,0x14,0x32, 720, 576, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x12 (6f was 03) */
181*4882a593Smuzhiyun 	{0x0087,0x15,0x06,0x00,0x06,0x37,1024, 768, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x13 */
182*4882a593Smuzhiyun 	{0xc877,0x16,0x0b,0x06,0x06,0x37,1024, 768, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x14 */
183*4882a593Smuzhiyun 	{0xc067,0x17,0x0f,0x49,0x06,0x37,1024, 768, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x15 */
184*4882a593Smuzhiyun 	{0x0067,0x18,0x11,0x00,0x06,0x37,1024, 768, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x16 */
185*4882a593Smuzhiyun 	{0x0047,0x19,0x16,0x8c,0x06,0x37,1024, 768, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x17 */
186*4882a593Smuzhiyun 	{0x0107,0x1a,0x1b,0x00,0x06,0x37,1024, 768, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x18 */
187*4882a593Smuzhiyun 	{0x0107,0x1b,0x1f,0x00,0x06,0x37,1024, 768, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x19 */
188*4882a593Smuzhiyun 	{0x0087,0x1c,0x11,0x00,0x07,0x3a,1280,1024, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x1a */
189*4882a593Smuzhiyun 	{0x0137,0x1d,0x19,0x07,0x07,0x3a,1280,1024, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x1b */
190*4882a593Smuzhiyun 	{0x0107,0x1e,0x1e,0x00,0x07,0x3a,1280,1024, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x1c */
191*4882a593Smuzhiyun 	{0x0207,0x1f,0x20,0x00,0x07,0x3a,1280,1024, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x1d */
192*4882a593Smuzhiyun 	{0x0227,0x20,0x21,0x09,0x09,0x3c,1600,1200, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x1e */
193*4882a593Smuzhiyun 	{0x0407,0x21,0x22,0x00,0x09,0x3c,1600,1200, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x1f */
194*4882a593Smuzhiyun 	{0x0407,0x22,0x23,0x00,0x09,0x3c,1600,1200, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x20 */
195*4882a593Smuzhiyun 	{0x0407,0x23,0x25,0x00,0x09,0x3c,1600,1200, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x21 */
196*4882a593Smuzhiyun 	{0x0007,0x24,0x26,0x00,0x09,0x3c,1600,1200, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x22 */
197*4882a593Smuzhiyun 	{0x0007,0x25,0x2c,0x00,0x09,0x3c,1600,1200, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x23 */
198*4882a593Smuzhiyun 	{0x0007,0x26,0x34,0x00,0x09,0x3c,1600,1200, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x24 */
199*4882a593Smuzhiyun 	{0x407f,0x00,0x00,0x00,0x00,0x40, 320, 200, 0x30, 0x56, 0x4e, 0x00, 0x00, 0x00, 0x00}, /* 0x25 */
200*4882a593Smuzhiyun 	{0xc07f,0x01,0x00,0x04,0x04,0x50, 320, 240, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x26 */
201*4882a593Smuzhiyun 	{0x007f,0x02,0x04,0x05,0x05,0x51, 400, 300, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x27 */
202*4882a593Smuzhiyun 	{0xc077,0x03,0x0b,0x06,0x06,0x52, 512, 384, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x28 */
203*4882a593Smuzhiyun 	{0x8007,0x27,0x27,0x00,0x00,0x68,1920,1440, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x29 */
204*4882a593Smuzhiyun 	{0x4007,0x28,0x29,0x00,0x00,0x68,1920,1440, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x2a */
205*4882a593Smuzhiyun 	{0x4007,0x29,0x2e,0x00,0x00,0x68,1920,1440, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x2b */
206*4882a593Smuzhiyun 	{0x4007,0x2a,0x30,0x00,0x00,0x68,1920,1440, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x2c */
207*4882a593Smuzhiyun 	{0x4007,0x2b,0x35,0x00,0x00,0x68,1920,1440, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x2d */
208*4882a593Smuzhiyun 	{0x4005,0x2c,0x39,0x00,0x00,0x68,1920,1440, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x2e */
209*4882a593Smuzhiyun 	{0x4007,0x2d,0x2b,0x00,0x00,0x6c,2048,1536, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x2f */
210*4882a593Smuzhiyun 	{0x4007,0x2e,0x31,0x00,0x00,0x6c,2048,1536, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x30 */
211*4882a593Smuzhiyun 	{0x4007,0x2f,0x33,0x00,0x00,0x6c,2048,1536, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x31 */
212*4882a593Smuzhiyun 	{0x4007,0x30,0x37,0x00,0x00,0x6c,2048,1536, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x32 */
213*4882a593Smuzhiyun 	{0x4005,0x31,0x38,0x00,0x00,0x6c,2048,1536, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x33 */
214*4882a593Smuzhiyun 	{0x2077,0x32,0x40,0x08,0x18,0x70, 800, 480, 0x30, 0x00, 0x00, 0x32, 0x40, 0x5e, 0x73}, /* 0x34 */
215*4882a593Smuzhiyun 	{0x2047,0x33,0x07,0x08,0x18,0x70, 800, 480, 0x30, 0x00, 0x00, 0x33, 0x07, 0xff, 0xff}, /* 0x35 */
216*4882a593Smuzhiyun 	{0x2047,0x34,0x0a,0x08,0x18,0x70, 800, 480, 0x30, 0x00, 0x00, 0x34, 0x0a, 0xff, 0xff}, /* 0x36 */
217*4882a593Smuzhiyun 	{0x2077,0x35,0x0b,0x09,0x19,0x71,1024, 576, 0x30, 0x00, 0x00, 0x35, 0x0b, 0x5f, 0x74}, /* 0x37 */
218*4882a593Smuzhiyun 	{0x2047,0x36,0x11,0x09,0x19,0x71,1024, 576, 0x30, 0x00, 0x00, 0x36, 0x11, 0xff, 0xff}, /* 0x38 */
219*4882a593Smuzhiyun 	{0x2047,0x37,0x16,0x09,0x19,0x71,1024, 576, 0x30, 0x00, 0x00, 0x37, 0x16, 0xff, 0xff}, /* 0x39 */
220*4882a593Smuzhiyun 	{0x3137,0x38,0x19,0x0a,0x0c,0x75,1280, 720, 0x30, 0x00, 0x00, 0x38, 0x19, 0x60, 0x75}, /* 0x3a */
221*4882a593Smuzhiyun 	{0x3107,0x39,0x1e,0x0a,0x0c,0x75,1280, 720, 0x30, 0x00, 0x00, 0x39, 0x1e, 0xff, 0xff}, /* 0x3b */
222*4882a593Smuzhiyun 	{0x3307,0x3a,0x20,0x0a,0x0c,0x75,1280, 720, 0x30, 0x00, 0x00, 0x3a, 0x20, 0xff, 0xff}, /* 0x3c */
223*4882a593Smuzhiyun 	{0x0127,0x3b,0x19,0x08,0x0a,0x7c,1280, 960, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x3d */
224*4882a593Smuzhiyun 	{0x0227,0x4c,0x59,0x08,0x0a,0x7c,1280, 960, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x3e */
225*4882a593Smuzhiyun 	{0xc07f,0x4e,0x00,0x06,0x04,0x5a, 320, 240, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x3f */    /* FSTN 320x240 */
226*4882a593Smuzhiyun 	{0x2077,0x42,0x5b,0x08,0x11,0x23,1280, 768, 0x30, 0x00, 0x00, 0x58, 0x19, 0x42, 0x5b}, /* 0x40 */    /* 0x5b was 0x12 */
227*4882a593Smuzhiyun 	{0x2077,0x42,0x5b,0x08,0x11,0x23,1280, 768, 0x30, 0x00, 0x00, 0x59, 0x1e, 0xff, 0xff}, /* 0x41 */
228*4882a593Smuzhiyun 	{0x2077,0x42,0x5b,0x08,0x11,0x23,1280, 768, 0x30, 0x00, 0x00, 0x5a, 0x20, 0xff, 0xff}, /* 0x42 */
229*4882a593Smuzhiyun 	{0x0127,0x43,0x4d,0x08,0x0b,0x26,1400,1050, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x43 */
230*4882a593Smuzhiyun 	{0x0207,0x4b,0x5a,0x08,0x0b,0x26,1400,1050, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x44 1400x1050-75Hz */
231*4882a593Smuzhiyun 	{0x0127,0x54,0x6d,0x00,0x1a,0x29,1152, 864, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x45 1152x864-60Hz  */
232*4882a593Smuzhiyun 	{0x0127,0x44,0x19,0x00,0x1a,0x29,1152, 864, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x46 1152x864-75Hz  */
233*4882a593Smuzhiyun 	{0x0127,0x4a,0x1e,0x00,0x1a,0x29,1152, 864, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x47 1152x864-85Hz  */
234*4882a593Smuzhiyun 	{0x0087,0x45,0x57,0x00,0x16,0x39, 848, 480, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x48 848x480-38Hzi  */
235*4882a593Smuzhiyun 	{0xc067,0x46,0x55,0x0b,0x16,0x39, 848, 480, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x49 848x480-60Hz   */
236*4882a593Smuzhiyun 	{0x0087,0x47,0x57,0x00,0x17,0x3f, 856, 480, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x4a 856x480-38Hzi  */
237*4882a593Smuzhiyun 	{0xc067,0x48,0x57,0x00,0x17,0x3f, 856, 480, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x4b 856x480-60Hz   */
238*4882a593Smuzhiyun 	{0x0067,0x49,0x58,0x0c,0x1b,0x48,1360, 768, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x4c 1360x768-60Hz  */
239*4882a593Smuzhiyun 	{0x006f,0x4d,0x71,0x06,0x15,0x5f, 768, 576, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x4d 768x576-56Hz   */
240*4882a593Smuzhiyun 	{0x2067,0x4f,0x5c,0x08,0x0d,0x14,1280, 800, 0x30, 0x00, 0x00, 0x5b, 0x19, 0x4f, 0x5c}, /* 0x4e 1280x800-60Hz  */
241*4882a593Smuzhiyun 	{0x2067,0x4f,0x5c,0x08,0x0d,0x14,1280, 800, 0x30, 0x00, 0x00, 0x5c, 0x1e, 0xff, 0xff}, /* 0x4f 1280x800-75Hz  */
242*4882a593Smuzhiyun 	{0x2067,0x4f,0x5c,0x08,0x0d,0x14,1280, 800, 0x30, 0x00, 0x00, 0x5d, 0x20, 0xff, 0xff}, /* 0x50 1280x800-85Hz  */
243*4882a593Smuzhiyun 	{0x0067,0x50,0x5d,0x0c,0x0e,0x17,1680,1050, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x51 1680x1050-60Hz */
244*4882a593Smuzhiyun 	{0x0087,0x51,0x69,0x00,0x00,0x2c,1920,1080, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x52 1920x1080 60Hzi */
245*4882a593Smuzhiyun 	{0x0067,0x52,0x6a,0x00,0x1c,0x1d, 960, 540, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x53 960x540 60Hz */
246*4882a593Smuzhiyun 	{0x0077,0x53,0x6b,0x0b,0x1d,0x20, 960, 600, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x54 960x600 60Hz */
247*4882a593Smuzhiyun 	{0x2067,0x61,0x76,0x0d,0x22,0x1a,1280, 854, 0x30, 0x00, 0x00, 0x62, 0x19, 0x61, 0x76}, /* 0x55 1280x854-60Hz  */
248*4882a593Smuzhiyun 	{0x2067,0x61,0x76,0x0d,0x22,0x1a,1280, 854, 0x30, 0x00, 0x00, 0x63, 0x1e, 0xff, 0xff}, /* 0x56 1280x854-75Hz  */
249*4882a593Smuzhiyun 	{0x2067,0x61,0x76,0x0d,0x22,0x1a,1280, 854, 0x30, 0x00, 0x00, 0x64, 0x20, 0xff, 0xff}, /* 0x57 1280x854-85Hz  */
250*4882a593Smuzhiyun 	{0xffff,0x00,0x00,0x00,0x00,0x00,   0,   0,    0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
251*4882a593Smuzhiyun };
252*4882a593Smuzhiyun 
253*4882a593Smuzhiyun static const struct SiS_CRT1Table SiS310_CRT1Table[] =
254*4882a593Smuzhiyun {
255*4882a593Smuzhiyun  {{0x2d,0x27,0x28,0x90,0x2c,0x80,0xbf,0x1f,
256*4882a593Smuzhiyun    0x9c,0x8e,0x8f,0x96,0xb9,0x30,0x00,0x00,
257*4882a593Smuzhiyun    0x00}},  /* 0x0 */
258*4882a593Smuzhiyun  {{0x2d,0x27,0x28,0x90,0x2c,0x80,0x0b,0x3e,
259*4882a593Smuzhiyun    0xe9,0x8b,0xdf,0xe7,0x04,0x00,0x00,0x00,
260*4882a593Smuzhiyun    0x00}},  /* 0x1 */
261*4882a593Smuzhiyun  {{0x3d,0x31,0x31,0x81,0x37,0x1f,0x72,0xf0,
262*4882a593Smuzhiyun    0x58,0x8c,0x57,0x57,0x73,0x20,0x00,0x05,
263*4882a593Smuzhiyun    0x01}},  /* 0x2 */
264*4882a593Smuzhiyun  {{0x4f,0x3f,0x3f,0x93,0x45,0x0d,0x24,0xf5,
265*4882a593Smuzhiyun    0x02,0x88,0xff,0xff,0x25,0x10,0x00,0x01,
266*4882a593Smuzhiyun    0x01}},  /* 0x3 */
267*4882a593Smuzhiyun  {{0x5f,0x4f,0x50,0x82,0x55,0x81,0xbf,0x1f,
268*4882a593Smuzhiyun    0x9c,0x8e,0x8f,0x96,0xb9,0x30,0x00,0x05,
269*4882a593Smuzhiyun    0x00}},  /* 0x4 */
270*4882a593Smuzhiyun  {{0x5f,0x4f,0x4f,0x83,0x55,0x81,0x0b,0x3e,    /* corrected 640x480-60 */
271*4882a593Smuzhiyun    0xe9,0x8b,0xdf,0xe8,0x0c,0x00,0x00,0x05,
272*4882a593Smuzhiyun    0x00}},  /* 0x5 */
273*4882a593Smuzhiyun  {{0x63,0x4f,0x4f,0x87,0x56,0x9b,0x06,0x3e,    /* corrected 640x480-72 */
274*4882a593Smuzhiyun    0xe8,0x8a,0xdf,0xe7,0x07,0x00,0x00,0x01,
275*4882a593Smuzhiyun    0x00}},  /* 0x6 */
276*4882a593Smuzhiyun  {{0x64,0x4f,0x4f,0x88,0x55,0x9d,0xf2,0x1f,
277*4882a593Smuzhiyun    0xe0,0x83,0xdf,0xdf,0xf3,0x10,0x00,0x01,
278*4882a593Smuzhiyun    0x00}},  /* 0x7 */
279*4882a593Smuzhiyun  {{0x63,0x4f,0x4f,0x87,0x5a,0x81,0xfb,0x1f,
280*4882a593Smuzhiyun    0xe0,0x83,0xdf,0xdf,0xfc,0x10,0x00,0x05,
281*4882a593Smuzhiyun    0x00}},  /* 0x8 */
282*4882a593Smuzhiyun  {{0x65,0x4f,0x4f,0x89,0x58,0x80,0xfb,0x1f,
283*4882a593Smuzhiyun    0xe0,0x83,0xdf,0xdf,0xfc,0x10,0x00,0x05,  /* Corrected VBE */
284*4882a593Smuzhiyun    0x61}},  /* 0x9 */
285*4882a593Smuzhiyun  {{0x65,0x4f,0x4f,0x89,0x58,0x80,0x01,0x3e,
286*4882a593Smuzhiyun    0xe0,0x83,0xdf,0xdf,0x02,0x00,0x00,0x05,
287*4882a593Smuzhiyun    0x61}},  /* 0xa */
288*4882a593Smuzhiyun  {{0x67,0x4f,0x4f,0x8b,0x58,0x81,0x0d,0x3e,
289*4882a593Smuzhiyun    0xe0,0x83,0xdf,0xdf,0x0e,0x00,0x00,0x05,  /* Corrected VBE */
290*4882a593Smuzhiyun    0x61}},  /* 0xb */
291*4882a593Smuzhiyun  {{0x65,0x4f,0x4f,0x89,0x57,0x9f,0xfb,0x1f,
292*4882a593Smuzhiyun    0xe6,0x8a,0xdf,0xdf,0xfc,0x10,0x00,0x01,  /* Corrected VDE, VBE */
293*4882a593Smuzhiyun    0x00}},  /* 0xc */
294*4882a593Smuzhiyun  {{0x7b,0x63,0x63,0x9f,0x6a,0x93,0x6f,0xf0,
295*4882a593Smuzhiyun    0x58,0x8a,0x57,0x57,0x70,0x20,0x00,0x05,
296*4882a593Smuzhiyun    0x01}},  /* 0xd */
297*4882a593Smuzhiyun  {{0x7f,0x63,0x63,0x83,0x6c,0x1c,0x72,0xf0,
298*4882a593Smuzhiyun    0x58,0x8c,0x57,0x57,0x73,0x20,0x00,0x06,
299*4882a593Smuzhiyun    0x01}},  /* 0xe */
300*4882a593Smuzhiyun  {{0x7d,0x63,0x63,0x81,0x6e,0x1d,0x98,0xf0,
301*4882a593Smuzhiyun    0x7c,0x82,0x57,0x57,0x99,0x00,0x00,0x06,
302*4882a593Smuzhiyun    0x01}},  /* 0xf */
303*4882a593Smuzhiyun  {{0x7f,0x63,0x63,0x83,0x69,0x13,0x6f,0xf0,
304*4882a593Smuzhiyun    0x58,0x8b,0x57,0x57,0x70,0x20,0x00,0x06,
305*4882a593Smuzhiyun    0x01}},  /* 0x10 */
306*4882a593Smuzhiyun  {{0x7e,0x63,0x63,0x82,0x6b,0x13,0x75,0xf0,
307*4882a593Smuzhiyun    0x58,0x8b,0x57,0x57,0x76,0x20,0x00,0x06,
308*4882a593Smuzhiyun    0x01}},  /* 0x11 */
309*4882a593Smuzhiyun  {{0x81,0x63,0x63,0x85,0x6d,0x18,0x7a,0xf0,
310*4882a593Smuzhiyun    0x58,0x8b,0x57,0x57,0x7b,0x20,0x00,0x06,
311*4882a593Smuzhiyun    0x61}},  /* 0x12 */
312*4882a593Smuzhiyun  {{0x83,0x63,0x63,0x87,0x6e,0x19,0x81,0xf0,
313*4882a593Smuzhiyun    0x58,0x8b,0x57,0x57,0x82,0x20,0x00,0x06,
314*4882a593Smuzhiyun    0x61}},  /* 0x13 */
315*4882a593Smuzhiyun  {{0x85,0x63,0x63,0x89,0x6f,0x1a,0x91,0xf0,
316*4882a593Smuzhiyun    0x58,0x8b,0x57,0x57,0x92,0x20,0x00,0x06,
317*4882a593Smuzhiyun    0x61}},  /* 0x14 */
318*4882a593Smuzhiyun  {{0x99,0x7f,0x7f,0x9d,0x84,0x1a,0x96,0x1f,
319*4882a593Smuzhiyun    0x7f,0x83,0x7f,0x7f,0x97,0x10,0x00,0x02,
320*4882a593Smuzhiyun    0x00}},  /* 0x15 */
321*4882a593Smuzhiyun  {{0xa3,0x7f,0x7f,0x87,0x86,0x97,0x24,0xf5,
322*4882a593Smuzhiyun    0x02,0x88,0xff,0xff,0x25,0x10,0x00,0x02,
323*4882a593Smuzhiyun    0x01}},  /* 0x16 */
324*4882a593Smuzhiyun  {{0xa1,0x7f,0x7f,0x85,0x86,0x97,0x24,0xf5,
325*4882a593Smuzhiyun    0x02,0x88,0xff,0xff,0x25,0x10,0x00,0x02,
326*4882a593Smuzhiyun    0x01}},  /* 0x17 */
327*4882a593Smuzhiyun  {{0x9f,0x7f,0x7f,0x83,0x85,0x91,0x1e,0xf5,
328*4882a593Smuzhiyun    0x00,0x83,0xff,0xff,0x1f,0x10,0x00,0x02,
329*4882a593Smuzhiyun    0x01}},  /* 0x18 */
330*4882a593Smuzhiyun  {{0xa7,0x7f,0x7f,0x8b,0x89,0x95,0x26,0xf5,
331*4882a593Smuzhiyun    0x00,0x83,0xff,0xff,0x27,0x10,0x00,0x02,
332*4882a593Smuzhiyun    0x01}},  /* 0x19 */
333*4882a593Smuzhiyun  {{0xa9,0x7f,0x7f,0x8d,0x8c,0x9a,0x2c,0xf5,
334*4882a593Smuzhiyun    0x00,0x83,0xff,0xff,0x2d,0x14,0x00,0x02,
335*4882a593Smuzhiyun    0x62}},  /* 0x1a */
336*4882a593Smuzhiyun  {{0xab,0x7f,0x7f,0x8f,0x8d,0x9b,0x35,0xf5,
337*4882a593Smuzhiyun    0x00,0x83,0xff,0xff,0x36,0x14,0x00,0x02,
338*4882a593Smuzhiyun    0x62}},  /* 0x1b */
339*4882a593Smuzhiyun  {{0xcf,0x9f,0x9f,0x93,0xb2,0x01,0x14,0xba,
340*4882a593Smuzhiyun    0x00,0x83,0xff,0xff,0x15,0x00,0x00,0x03,
341*4882a593Smuzhiyun    0x00}},  /* 0x1c */
342*4882a593Smuzhiyun  {{0xce,0x9f,0x9f,0x92,0xa9,0x17,0x28,0x5a,
343*4882a593Smuzhiyun    0x00,0x83,0xff,0xff,0x29,0x09,0x00,0x07,
344*4882a593Smuzhiyun    0x01}},  /* 0x1d */
345*4882a593Smuzhiyun  {{0xce,0x9f,0x9f,0x92,0xa5,0x17,0x28,0x5a,
346*4882a593Smuzhiyun    0x00,0x83,0xff,0xff,0x29,0x09,0x00,0x07,
347*4882a593Smuzhiyun    0x01}},  /* 0x1e */
348*4882a593Smuzhiyun  {{0xd3,0x9f,0x9f,0x97,0xab,0x1f,0x2e,0x5a,
349*4882a593Smuzhiyun    0x00,0x83,0xff,0xff,0x2f,0x09,0x00,0x07,
350*4882a593Smuzhiyun    0x01}},  /* 0x1f */
351*4882a593Smuzhiyun  {{0x09,0xc7,0xc7,0x8d,0xd3,0x0b,0xe0,0x10,
352*4882a593Smuzhiyun    0xb0,0x83,0xaf,0xaf,0xe1,0x2f,0x01,0x04,
353*4882a593Smuzhiyun    0x00}},  /* 0x20 */
354*4882a593Smuzhiyun  {{0x09,0xc7,0xc7,0x8d,0xd3,0x0b,0xe0,0x10,
355*4882a593Smuzhiyun    0xb0,0x83,0xaf,0xaf,0xe1,0x2f,0x01,0x04,
356*4882a593Smuzhiyun    0x00}},  /* 0x21 */
357*4882a593Smuzhiyun  {{0x09,0xc7,0xc7,0x8d,0xd3,0x0b,0xe0,0x10,
358*4882a593Smuzhiyun    0xb0,0x83,0xaf,0xaf,0xe1,0x2f,0x01,0x04,
359*4882a593Smuzhiyun    0x00}},  /* 0x22 */
360*4882a593Smuzhiyun  {{0x09,0xc7,0xc7,0x8d,0xd3,0x0b,0xe0,0x10,
361*4882a593Smuzhiyun    0xb0,0x83,0xaf,0xaf,0xe1,0x2f,0x01,0x04,
362*4882a593Smuzhiyun    0x00}},  /* 0x23 */
363*4882a593Smuzhiyun  {{0x09,0xc7,0xc7,0x8d,0xd3,0x0b,0xe0,0x10,
364*4882a593Smuzhiyun    0xb0,0x83,0xaf,0xaf,0xe1,0x2f,0x01,0x04,
365*4882a593Smuzhiyun    0x00}},  /* 0x24 */
366*4882a593Smuzhiyun  {{0x09,0xc7,0xc7,0x8d,0xd3,0x0b,0xe0,0x10,
367*4882a593Smuzhiyun    0xb0,0x83,0xaf,0xaf,0xe1,0x2f,0x01,0x04,
368*4882a593Smuzhiyun    0x00}},  /* 0x25 */
369*4882a593Smuzhiyun  {{0x09,0xc7,0xc7,0x8d,0xd3,0x0b,0xe0,0x10,
370*4882a593Smuzhiyun    0xb0,0x83,0xaf,0xaf,0xe1,0x2f,0x01,0x04,
371*4882a593Smuzhiyun    0x00}},  /* 0x26 */
372*4882a593Smuzhiyun  {{0x40,0xef,0xef,0x84,0x03,0x1d,0xda,0x1f,
373*4882a593Smuzhiyun    0xa0,0x83,0x9f,0x9f,0xdb,0x1f,0x41,0x01,
374*4882a593Smuzhiyun    0x00}},  /* 0x27 */
375*4882a593Smuzhiyun  {{0x43,0xef,0xef,0x87,0x06,0x00,0xd4,0x1f,
376*4882a593Smuzhiyun    0xa0,0x83,0x9f,0x9f,0xd5,0x1f,0x41,0x05,
377*4882a593Smuzhiyun    0x63}},  /* 0x28 */
378*4882a593Smuzhiyun  {{0x45,0xef,0xef,0x89,0x07,0x01,0xd9,0x1f,
379*4882a593Smuzhiyun    0xa0,0x83,0x9f,0x9f,0xda,0x1f,0x41,0x05,
380*4882a593Smuzhiyun    0x63}},  /* 0x29 */
381*4882a593Smuzhiyun  {{0x40,0xef,0xef,0x84,0x03,0x1d,0xda,0x1f,
382*4882a593Smuzhiyun    0xa0,0x83,0x9f,0x9f,0xdb,0x1f,0x41,0x01,
383*4882a593Smuzhiyun    0x00}},  /* 0x2a */
384*4882a593Smuzhiyun  {{0x40,0xef,0xef,0x84,0x03,0x1d,0xda,0x1f,
385*4882a593Smuzhiyun    0xa0,0x83,0x9f,0x9f,0xdb,0x1f,0x41,0x01,
386*4882a593Smuzhiyun    0x00}},  /* 0x2b */
387*4882a593Smuzhiyun  {{0x40,0xef,0xef,0x84,0x03,0x1d,0xda,0x1f,
388*4882a593Smuzhiyun    0xa0,0x83,0x9f,0x9f,0xdb,0x1f,0x41,0x01,
389*4882a593Smuzhiyun    0x00}},  /* 0x2c */
390*4882a593Smuzhiyun  {{0x59,0xff,0xff,0x9d,0x17,0x13,0x33,0xba,
391*4882a593Smuzhiyun    0x00,0x83,0xff,0xff,0x34,0x0f,0x41,0x05,
392*4882a593Smuzhiyun    0x44}},  /* 0x2d */
393*4882a593Smuzhiyun  {{0x5b,0xff,0xff,0x9f,0x18,0x14,0x38,0xba,
394*4882a593Smuzhiyun    0x00,0x83,0xff,0xff,0x39,0x0f,0x41,0x05,
395*4882a593Smuzhiyun    0x44}},  /* 0x2e */
396*4882a593Smuzhiyun  {{0x5b,0xff,0xff,0x9f,0x18,0x14,0x3d,0xba,
397*4882a593Smuzhiyun    0x00,0x83,0xff,0xff,0x3e,0x0f,0x41,0x05,
398*4882a593Smuzhiyun    0x44}},  /* 0x2f */
399*4882a593Smuzhiyun  {{0x5d,0xff,0xff,0x81,0x19,0x95,0x41,0xba,
400*4882a593Smuzhiyun    0x00,0x84,0xff,0xff,0x42,0x0f,0x41,0x05,
401*4882a593Smuzhiyun    0x44}},  /* 0x30 */
402*4882a593Smuzhiyun  {{0x55,0xff,0xff,0x99,0x0d,0x0c,0x3e,0xba,
403*4882a593Smuzhiyun    0x00,0x84,0xff,0xff,0x3f,0x0f,0x41,0x05,
404*4882a593Smuzhiyun    0x00}},  /* 0x31 */
405*4882a593Smuzhiyun  {{0x7f,0x63,0x63,0x83,0x6c,0x1c,0x72,0xba,
406*4882a593Smuzhiyun    0x27,0x8b,0xdf,0xdf,0x73,0x00,0x00,0x06,
407*4882a593Smuzhiyun    0x01}},  /* 0x32 */
408*4882a593Smuzhiyun  {{0x7f,0x63,0x63,0x83,0x69,0x13,0x6f,0xba,
409*4882a593Smuzhiyun    0x26,0x89,0xdf,0xdf,0x6f,0x00,0x00,0x06,
410*4882a593Smuzhiyun    0x01}},  /* 0x33 */
411*4882a593Smuzhiyun  {{0x7f,0x63,0x63,0x82,0x6b,0x13,0x75,0xba,
412*4882a593Smuzhiyun    0x29,0x8c,0xdf,0xdf,0x75,0x00,0x00,0x06,
413*4882a593Smuzhiyun    0x01}},  /* 0x34 */
414*4882a593Smuzhiyun  {{0xa3,0x7f,0x7f,0x87,0x86,0x97,0x24,0xf1,
415*4882a593Smuzhiyun    0xaf,0x85,0x3f,0x3f,0x25,0x30,0x00,0x02,
416*4882a593Smuzhiyun    0x01}},  /* 0x35 */
417*4882a593Smuzhiyun  {{0x9f,0x7f,0x7f,0x83,0x85,0x91,0x1e,0xf1,
418*4882a593Smuzhiyun    0xad,0x81,0x3f,0x3f,0x1f,0x30,0x00,0x02,
419*4882a593Smuzhiyun    0x01}},  /* 0x36 */
420*4882a593Smuzhiyun  {{0xa7,0x7f,0x7f,0x88,0x89,0x95,0x26,0xf1,   /* 95 was 15 - illegal HBE! */
421*4882a593Smuzhiyun    0xb1,0x85,0x3f,0x3f,0x27,0x30,0x00,0x02,
422*4882a593Smuzhiyun    0x01}},  /* 0x37 */
423*4882a593Smuzhiyun  {{0xce,0x9f,0x9f,0x92,0xa9,0x17,0x28,0xc4,
424*4882a593Smuzhiyun    0x7a,0x8e,0xcf,0xcf,0x29,0x21,0x00,0x07,
425*4882a593Smuzhiyun    0x01}},  /* 0x38 */
426*4882a593Smuzhiyun  {{0xce,0x9f,0x9f,0x92,0xa5,0x17,0x28,0xd4,
427*4882a593Smuzhiyun    0x7a,0x8e,0xcf,0xcf,0x29,0x21,0x00,0x07,
428*4882a593Smuzhiyun    0x01}},  /* 0x39 */
429*4882a593Smuzhiyun  {{0xd3,0x9f,0x9f,0x97,0xab,0x1f,0x2e,0xd4,
430*4882a593Smuzhiyun    0x7d,0x81,0xcf,0xcf,0x2f,0x21,0x00,0x07,
431*4882a593Smuzhiyun    0x01}},  /* 0x3a */
432*4882a593Smuzhiyun  {{0xdc,0x9f,0x9f,0x80,0xaf,0x9d,0xe6,0xff,	/* 1280x960-60 - corrected */
433*4882a593Smuzhiyun    0xc0,0x83,0xbf,0xbf,0xe7,0x10,0x00,0x07,
434*4882a593Smuzhiyun    0x01}},  /* 0x3b */
435*4882a593Smuzhiyun  {{0x6b,0x59,0x59,0x8f,0x5e,0x8c,0x0b,0x3e,
436*4882a593Smuzhiyun    0xe9,0x8b,0xdf,0xe7,0x04,0x00,0x00,0x05,
437*4882a593Smuzhiyun    0x00}},  /* 0x3c */
438*4882a593Smuzhiyun  {{0x6d,0x59,0x59,0x91,0x60,0x89,0x53,0xf0,	/* 720x576, corrected to 60Hz */
439*4882a593Smuzhiyun    0x41,0x84,0x3f,0x3f,0x54,0x00,0x00,0x05,
440*4882a593Smuzhiyun    0x41}},  /* 0x3d */
441*4882a593Smuzhiyun  {{0x86,0x6a,0x6a,0x8a,0x74,0x06,0x8c,0x15,
442*4882a593Smuzhiyun    0x4f,0x83,0xef,0xef,0x8d,0x30,0x00,0x02,
443*4882a593Smuzhiyun    0x00}},  /* 0x3e */
444*4882a593Smuzhiyun  {{0x81,0x6a,0x6a,0x85,0x70,0x00,0x0f,0x3e,
445*4882a593Smuzhiyun    0xeb,0x8e,0xdf,0xdf,0x10,0x00,0x00,0x02,
446*4882a593Smuzhiyun    0x00}},  /* 0x3f */
447*4882a593Smuzhiyun  {{0xa3,0x7f,0x7f,0x87,0x86,0x97,0x1e,0xf1,
448*4882a593Smuzhiyun    0xae,0x85,0x57,0x57,0x1f,0x30,0x00,0x02,
449*4882a593Smuzhiyun    0x01}},  /* 0x40 */
450*4882a593Smuzhiyun  {{0xa3,0x7f,0x7f,0x87,0x86,0x97,0x24,0xf5,
451*4882a593Smuzhiyun    0x02,0x88,0xff,0xff,0x25,0x10,0x00,0x02,
452*4882a593Smuzhiyun    0x01}},  /* 0x41 */
453*4882a593Smuzhiyun  {{0xce,0x9f,0x9f,0x92,0xa9,0x17,0x20,0xf5,
454*4882a593Smuzhiyun    0x03,0x88,0xff,0xff,0x21,0x10,0x00,0x07,
455*4882a593Smuzhiyun    0x01}},  /* 0x42 */
456*4882a593Smuzhiyun  {{0xe6,0xae,0xae,0x8a,0xbd,0x90,0x3d,0x10,
457*4882a593Smuzhiyun    0x1a,0x8d,0x19,0x19,0x3e,0x2f,0x00,0x03,
458*4882a593Smuzhiyun    0x00}},  /* 0x43 */
459*4882a593Smuzhiyun  {{0xc3,0x8f,0x8f,0x87,0x9b,0x0b,0x82,0xef, /* 1152x864-75 */
460*4882a593Smuzhiyun    0x60,0x83,0x5f,0x5f,0x83,0x10,0x00,0x07,
461*4882a593Smuzhiyun    0x01}},  /* 0x44 */
462*4882a593Smuzhiyun  {{0x86,0x69,0x69,0x8A,0x74,0x06,0x8C,0x15, /* 848x480-38i */
463*4882a593Smuzhiyun    0x4F,0x83,0xEF,0xEF,0x8D,0x30,0x00,0x02,
464*4882a593Smuzhiyun    0x00}},  /* 0x45 */
465*4882a593Smuzhiyun  {{0x83,0x69,0x69,0x87,0x6f,0x1d,0x03,0x3E, /* 848x480-60 */
466*4882a593Smuzhiyun    0xE5,0x8d,0xDF,0xe4,0x04,0x00,0x00,0x06,
467*4882a593Smuzhiyun    0x00}},  /* 0x46 */
468*4882a593Smuzhiyun  {{0x86,0x6A,0x6A,0x8A,0x74,0x06,0x8C,0x15, /* 856x480-38i */
469*4882a593Smuzhiyun    0x4F,0x83,0xEF,0xEF,0x8D,0x30,0x00,0x02,
470*4882a593Smuzhiyun    0x00}},  /* 0x47 */
471*4882a593Smuzhiyun  {{0x81,0x6A,0x6A,0x85,0x70,0x00,0x0F,0x3E, /* 856x480-60 */
472*4882a593Smuzhiyun    0xEB,0x8E,0xDF,0xDF,0x10,0x00,0x00,0x02,
473*4882a593Smuzhiyun    0x00}},  /* 0x48 */
474*4882a593Smuzhiyun  {{0xdd,0xa9,0xa9,0x81,0xb4,0x97,0x26,0xfd, /* 1360x768-60 */
475*4882a593Smuzhiyun    0x01,0x8d,0xff,0x00,0x27,0x10,0x00,0x03,
476*4882a593Smuzhiyun    0x01}},  /* 0x49 */
477*4882a593Smuzhiyun  {{0xd9,0x8f,0x8f,0x9d,0xba,0x0a,0x8a,0xff, /* 1152x864-84  */
478*4882a593Smuzhiyun    0x60,0x8b,0x5f,0x5f,0x8b,0x10,0x00,0x03,
479*4882a593Smuzhiyun    0x01}},  /* 0x4a */
480*4882a593Smuzhiyun  {{0xea,0xae,0xae,0x8e,0xba,0x82,0x40,0x10, /* 1400x1050-75  */
481*4882a593Smuzhiyun    0x1b,0x87,0x19,0x1a,0x41,0x0f,0x00,0x03,
482*4882a593Smuzhiyun    0x00}},  /* 0x4b */
483*4882a593Smuzhiyun  {{0xd3,0x9f,0x9f,0x97,0xab,0x1f,0xf1,0xff, /* 1280x960-85 */
484*4882a593Smuzhiyun    0xc0,0x83,0xbf,0xbf,0xf2,0x10,0x00,0x07,
485*4882a593Smuzhiyun    0x01}},  /* 0x4c */
486*4882a593Smuzhiyun  {{0x75,0x5f,0x5f,0x99,0x66,0x90,0x53,0xf0, /* 768x576, corrected to 60Hz */
487*4882a593Smuzhiyun    0x41,0x84,0x3f,0x3f,0x54,0x00,0x00,0x05,
488*4882a593Smuzhiyun    0x41}},  /* 0x4d */
489*4882a593Smuzhiyun  {{0x5f,0x27,0x4f,0x83,0x55,0x81,0x0b,0x3e, /* FSTN 320x240 (working) */
490*4882a593Smuzhiyun    0xe9,0x8b,0xdf,0xe8,0x0c,0x00,0x00,0x05,
491*4882a593Smuzhiyun    0x00}},  /* 0x4e */
492*4882a593Smuzhiyun  {{0xcd,0x9f,0x9f,0x91,0xab,0x1c,0x3a,0xff, /* 1280x800-60 */
493*4882a593Smuzhiyun    0x20,0x83,0x1f,0x1f,0x3b,0x10,0x00,0x07,
494*4882a593Smuzhiyun    0x21}},  /* 0x4f */
495*4882a593Smuzhiyun  {{0x15,0xd1,0xd1,0x99,0xe2,0x19,0x3d,0x10, /* 1680x1050-60 */
496*4882a593Smuzhiyun    0x1a,0x8d,0x19,0x19,0x3e,0x2f,0x01,0x0c,
497*4882a593Smuzhiyun    0x20}},  /* 0x50 */
498*4882a593Smuzhiyun  {{0x0e,0xef,0xef,0x92,0xfe,0x03,0x30,0xf0, /* 1920x1080-60i */
499*4882a593Smuzhiyun    0x1e,0x83,0x1b,0x1c,0x31,0x00,0x01,0x00,
500*4882a593Smuzhiyun    0x61}},  /* 0x51 */
501*4882a593Smuzhiyun  {{0x85,0x77,0x77,0x89,0x7d,0x01,0x31,0xf0, /* 960x540-60 */
502*4882a593Smuzhiyun    0x1e,0x84,0x1b,0x1c,0x32,0x00,0x00,0x02,
503*4882a593Smuzhiyun    0x41}},  /* 0x52 */
504*4882a593Smuzhiyun  {{0x87,0x77,0x77,0x8b,0x81,0x0b,0x68,0xf0, /* 960x600-60 */
505*4882a593Smuzhiyun    0x5a,0x80,0x57,0x57,0x69,0x00,0x00,0x02,
506*4882a593Smuzhiyun    0x01}},  /* 0x53 */
507*4882a593Smuzhiyun  {{0xcd,0x8f,0x8f,0x91,0x9b,0x1b,0x7a,0xff, /* 1152x864-60 */
508*4882a593Smuzhiyun    0x64,0x8c,0x5f,0x62,0x7b,0x10,0x00,0x07,
509*4882a593Smuzhiyun    0x41}},  /* 0x54 */
510*4882a593Smuzhiyun  {{0x5c,0x4f,0x4f,0x80,0x57,0x80,0xa3,0x1f, /* fake 640x400@60Hz (for LCD and TV, not actually used) */
511*4882a593Smuzhiyun    0x98,0x8c,0x8f,0x96,0xa4,0x30,0x00,0x05,
512*4882a593Smuzhiyun    0x40}},  /* 0x55 */
513*4882a593Smuzhiyun  {{0x2c,0x27,0x27,0x90,0x2d,0x92,0xa4,0x1f, /* fake 320x200@60Hz (for LCD and TV, not actually used) */
514*4882a593Smuzhiyun    0x98,0x8c,0x8f,0x96,0xa5,0x30,0x00,0x04,
515*4882a593Smuzhiyun    0x00}},  /* 0x56 */
516*4882a593Smuzhiyun  {{0xd7,0xc7,0xc7,0x9b,0xd1,0x15,0xd1,0x10, /* 1600x1200 for LCDA */
517*4882a593Smuzhiyun    0xb2,0x86,0xaf,0xb0,0xd2,0x2f,0x00,0x03,
518*4882a593Smuzhiyun    0x00}},  /* 0x57 */
519*4882a593Smuzhiyun  {{0xce,0x9f,0x9f,0x92,0xa9,0x17,0x28,0xdc, /* 1280x768 (1280x1024) 60 Hz */
520*4882a593Smuzhiyun    0x92,0x86,0xff,0x91,0x29,0x21,0x00,0x07,
521*4882a593Smuzhiyun    0x01}},  /* 0x58 */
522*4882a593Smuzhiyun  {{0xce,0x9f,0x9f,0x92,0xa5,0x17,0x28,0xdc, /* 1280x768 (1280x1024) 75 Hz */
523*4882a593Smuzhiyun    0x92,0x86,0xff,0x91,0x29,0x21,0x00,0x07,
524*4882a593Smuzhiyun    0x01}},  /* 0x59 */
525*4882a593Smuzhiyun  {{0xd3,0x9f,0x9f,0x97,0xab,0x1f,0x2e,0xdc, /* 1280x768 (1280x1024) 85 Hz */
526*4882a593Smuzhiyun    0x95,0x89,0xff,0x94,0x2f,0x21,0x00,0x07,
527*4882a593Smuzhiyun    0x01}},  /* 0x5a */
528*4882a593Smuzhiyun  {{0xce,0x9f,0x9f,0x92,0xa9,0x17,0x28,0xde, /* 1280x800 (1280x1024) 60 Hz */
529*4882a593Smuzhiyun    0xa2,0x86,0x1f,0xa1,0x29,0x01,0x00,0x07,
530*4882a593Smuzhiyun    0x01}},  /* 0x5b */
531*4882a593Smuzhiyun  {{0xce,0x9f,0x9f,0x92,0xa5,0x17,0x28,0xde, /* 1280x800 (1280x1024) 75 Hz */
532*4882a593Smuzhiyun    0xa2,0x86,0x1f,0xa1,0x29,0x01,0x00,0x07,
533*4882a593Smuzhiyun    0x01}},  /* 0x5c */
534*4882a593Smuzhiyun  {{0xd3,0x9f,0x9f,0x97,0xab,0x1f,0x2e,0xde, /* 1280x800 (1280x1024) 85 Hz */
535*4882a593Smuzhiyun    0xa5,0x89,0x1f,0xa4,0x2f,0x01,0x00,0x07,
536*4882a593Smuzhiyun    0x01}},  /* 0x5d */
537*4882a593Smuzhiyun  {{0x7f,0x63,0x63,0x83,0x6d,0x1d,0x0b,0x3e, /* 800x480 (wide) 60 Hz */
538*4882a593Smuzhiyun    0xe9,0x8b,0xdf,0xe8,0x0c,0x00,0x00,0x06,
539*4882a593Smuzhiyun    0x00}},  /* 0x5e */
540*4882a593Smuzhiyun  {{0xa0,0x7f,0x7f,0x84,0x85,0x97,0x52,0xf0, /* 1024x576 (wide) 60 Hz */
541*4882a593Smuzhiyun    0x41,0x85,0x3f,0x40,0x53,0x00,0x00,0x02,
542*4882a593Smuzhiyun    0x01}},  /* 0x5f */
543*4882a593Smuzhiyun  {{0xc9,0x9f,0x9f,0x8d,0xb0,0x15,0xec,0xf0, /* 1280x720 (wide) 60 Hz */
544*4882a593Smuzhiyun    0xd4,0x89,0xcf,0xd3,0xed,0x20,0x00,0x07,
545*4882a593Smuzhiyun    0x01}},  /* 0x60 */
546*4882a593Smuzhiyun  {{0xcb,0x9f,0x9f,0x8f,0xa5,0x13,0x5b,0xff, /* 1280x854-60 wide */
547*4882a593Smuzhiyun    0x56,0x89,0x55,0x55,0x5c,0x30,0x00,0x07,
548*4882a593Smuzhiyun    0x01}},  /* 0x61 */
549*4882a593Smuzhiyun  {{0xce,0x9f,0x9f,0x92,0xa9,0x17,0x28,0xde, /* 1280x854 (1280x1024) 60 Hz */
550*4882a593Smuzhiyun    0xbd,0x81,0x55,0xbc,0x29,0x01,0x00,0x07,
551*4882a593Smuzhiyun    0x41}},  /* 0x62 */
552*4882a593Smuzhiyun  {{0xce,0x9f,0x9f,0x92,0xa5,0x17,0x28,0xde, /* 1280x854 (1280x1024) 75 Hz */
553*4882a593Smuzhiyun    0xbd,0x81,0x55,0xbc,0x29,0x01,0x00,0x07,
554*4882a593Smuzhiyun    0x41}},  /* 0x63 */
555*4882a593Smuzhiyun  {{0xd3,0x9f,0x9f,0x97,0xab,0x1f,0x2e,0xde, /* 1280x854 (1280x1024) 85 Hz */
556*4882a593Smuzhiyun    0xc0,0x84,0x55,0xbf,0x2f,0x01,0x00,0x07,
557*4882a593Smuzhiyun    0x41}}   /* 0x64 */
558*4882a593Smuzhiyun };
559*4882a593Smuzhiyun 
560*4882a593Smuzhiyun static const struct SiS_MCLKData SiS310_MCLKData_0_315[] =
561*4882a593Smuzhiyun {
562*4882a593Smuzhiyun 	{ 0x3b,0x22,0x01,143},
563*4882a593Smuzhiyun 	{ 0x5c,0x23,0x01,166},
564*4882a593Smuzhiyun 	{ 0x5c,0x23,0x01,166},
565*4882a593Smuzhiyun 	{ 0x5c,0x23,0x01,166},
566*4882a593Smuzhiyun 	{ 0x5c,0x23,0x01,166},
567*4882a593Smuzhiyun 	{ 0x5c,0x23,0x01,166},
568*4882a593Smuzhiyun 	{ 0x5c,0x23,0x01,166},
569*4882a593Smuzhiyun 	{ 0x5c,0x23,0x01,166}
570*4882a593Smuzhiyun };
571*4882a593Smuzhiyun 
572*4882a593Smuzhiyun static const struct SiS_MCLKData SiS310_MCLKData_0_650[] =
573*4882a593Smuzhiyun {
574*4882a593Smuzhiyun 	{ 0x5a,0x64,0x82, 66},
575*4882a593Smuzhiyun 	{ 0xb3,0x45,0x82, 83},
576*4882a593Smuzhiyun 	{ 0x37,0x61,0x82,100},
577*4882a593Smuzhiyun 	{ 0x37,0x22,0x82,133},
578*4882a593Smuzhiyun 	{ 0x37,0x61,0x82,100},
579*4882a593Smuzhiyun 	{ 0x37,0x22,0x82,133},
580*4882a593Smuzhiyun 	{ 0x37,0x22,0x82,133},
581*4882a593Smuzhiyun 	{ 0x37,0x22,0x82,133}
582*4882a593Smuzhiyun };
583*4882a593Smuzhiyun 
584*4882a593Smuzhiyun static const struct SiS_MCLKData SiS310_MCLKData_0_330[] =
585*4882a593Smuzhiyun {
586*4882a593Smuzhiyun 	{ 0x5c,0x23,0x01,166},
587*4882a593Smuzhiyun 	{ 0x5c,0x23,0x01,166},
588*4882a593Smuzhiyun 	{ 0x7c,0x08,0x01,200},
589*4882a593Smuzhiyun 	{ 0x79,0x06,0x01,250},
590*4882a593Smuzhiyun 	{ 0x7c,0x08,0x01,200},
591*4882a593Smuzhiyun 	{ 0x7c,0x08,0x01,200},
592*4882a593Smuzhiyun 	{ 0x7c,0x08,0x01,200},
593*4882a593Smuzhiyun 	{ 0x79,0x06,0x01,250}
594*4882a593Smuzhiyun };
595*4882a593Smuzhiyun 
596*4882a593Smuzhiyun static const struct SiS_MCLKData SiS310_MCLKData_0_660[] =
597*4882a593Smuzhiyun {
598*4882a593Smuzhiyun 	{ 0x5c,0x23,0x82,166},
599*4882a593Smuzhiyun 	{ 0x5c,0x23,0x82,166},
600*4882a593Smuzhiyun 	{ 0x37,0x21,0x82,200},
601*4882a593Smuzhiyun 	{ 0x37,0x22,0x82,133},
602*4882a593Smuzhiyun 	{ 0x29,0x21,0x82,150},
603*4882a593Smuzhiyun 	{ 0x5c,0x23,0x82,166},
604*4882a593Smuzhiyun 	{ 0x65,0x23,0x82,183},
605*4882a593Smuzhiyun 	{ 0x37,0x21,0x82,200}
606*4882a593Smuzhiyun };
607*4882a593Smuzhiyun 
608*4882a593Smuzhiyun static const struct SiS_MCLKData SiS310_MCLKData_0_760[] =
609*4882a593Smuzhiyun {
610*4882a593Smuzhiyun 	{ 0x37,0x22,0x82,133},
611*4882a593Smuzhiyun 	{ 0x5c,0x23,0x82,166},
612*4882a593Smuzhiyun 	{ 0x65,0x23,0x82,183},
613*4882a593Smuzhiyun 	{ 0x7c,0x08,0x82,200},
614*4882a593Smuzhiyun 	{ 0x29,0x21,0x82,150},
615*4882a593Smuzhiyun 	{ 0x5c,0x23,0x82,166},
616*4882a593Smuzhiyun 	{ 0x65,0x23,0x82,183},
617*4882a593Smuzhiyun 	{ 0x37,0x21,0x82,200}
618*4882a593Smuzhiyun };
619*4882a593Smuzhiyun 
620*4882a593Smuzhiyun static const struct SiS_MCLKData SiS310_MCLKData_0_761[] =
621*4882a593Smuzhiyun {
622*4882a593Smuzhiyun 	{ 0x37,0x22,0x82,133},  /* Preliminary */
623*4882a593Smuzhiyun 	{ 0x5c,0x23,0x82,166},
624*4882a593Smuzhiyun 	{ 0x65,0x23,0x82,183},
625*4882a593Smuzhiyun 	{ 0x7c,0x08,0x82,200},
626*4882a593Smuzhiyun 	{ 0x29,0x21,0x82,150},
627*4882a593Smuzhiyun 	{ 0x5c,0x23,0x82,166},
628*4882a593Smuzhiyun 	{ 0x65,0x23,0x82,183},
629*4882a593Smuzhiyun 	{ 0x37,0x21,0x82,200}
630*4882a593Smuzhiyun };
631*4882a593Smuzhiyun 
632*4882a593Smuzhiyun static const struct SiS_MCLKData SiS310_MCLKData_0_340[] =
633*4882a593Smuzhiyun {
634*4882a593Smuzhiyun 	{ 0x79,0x06,0x01,250},
635*4882a593Smuzhiyun 	{ 0x7c,0x08,0x01,200},
636*4882a593Smuzhiyun 	{ 0x7c,0x08,0x80,200},
637*4882a593Smuzhiyun 	{ 0x79,0x06,0x80,250},
638*4882a593Smuzhiyun 	{ 0x29,0x01,0x81,300},
639*4882a593Smuzhiyun 	{ 0x29,0x01,0x81,300},
640*4882a593Smuzhiyun 	{ 0x29,0x01,0x81,300},
641*4882a593Smuzhiyun 	{ 0x29,0x01,0x81,300}
642*4882a593Smuzhiyun };
643*4882a593Smuzhiyun 
644*4882a593Smuzhiyun static const struct SiS_MCLKData SiS310_MCLKData_1[] = /* ECLK */
645*4882a593Smuzhiyun {
646*4882a593Smuzhiyun 	{ 0x29,0x21,0x82,150},
647*4882a593Smuzhiyun 	{ 0x5c,0x23,0x82,166},
648*4882a593Smuzhiyun 	{ 0x65,0x23,0x82,183},
649*4882a593Smuzhiyun 	{ 0x37,0x21,0x82,200},
650*4882a593Smuzhiyun 	{ 0x37,0x22,0x82,133},
651*4882a593Smuzhiyun 	{ 0x37,0x22,0x82,133},
652*4882a593Smuzhiyun 	{ 0x37,0x22,0x82,133},
653*4882a593Smuzhiyun 	{ 0x37,0x22,0x82,133}
654*4882a593Smuzhiyun };
655*4882a593Smuzhiyun 
656*4882a593Smuzhiyun static const struct SiS_MCLKData SiS310_MCLKData_1_340[] =
657*4882a593Smuzhiyun {
658*4882a593Smuzhiyun 	{ 0x7c,0x08,0x01,200},
659*4882a593Smuzhiyun 	{ 0x7c,0x08,0x01,200},
660*4882a593Smuzhiyun 	{ 0x7c,0x08,0x80,200},
661*4882a593Smuzhiyun 	{ 0x79,0x06,0x80,250},
662*4882a593Smuzhiyun 	{ 0x29,0x01,0x81,300},
663*4882a593Smuzhiyun 	{ 0x29,0x01,0x81,300},
664*4882a593Smuzhiyun 	{ 0x29,0x01,0x81,300},
665*4882a593Smuzhiyun 	{ 0x29,0x01,0x81,300}
666*4882a593Smuzhiyun };
667*4882a593Smuzhiyun 
668*4882a593Smuzhiyun static struct SiS_VCLKData SiS310_VCLKData[] =
669*4882a593Smuzhiyun {
670*4882a593Smuzhiyun 	{ 0x1b,0xe1, 25}, /* 0x00 */
671*4882a593Smuzhiyun 	{ 0x4e,0xe4, 28}, /* 0x01 */
672*4882a593Smuzhiyun 	{ 0x57,0xe4, 31}, /* 0x02 */
673*4882a593Smuzhiyun 	{ 0xc3,0xc8, 36}, /* 0x03 */
674*4882a593Smuzhiyun 	{ 0x42,0xe2, 40}, /* 0x04 */
675*4882a593Smuzhiyun 	{ 0xfe,0xcd, 43}, /* 0x05 */
676*4882a593Smuzhiyun 	{ 0x5d,0xc4, 44}, /* 0x06 */
677*4882a593Smuzhiyun 	{ 0x52,0xe2, 49}, /* 0x07 */
678*4882a593Smuzhiyun 	{ 0x53,0xe2, 50}, /* 0x08 */
679*4882a593Smuzhiyun 	{ 0x74,0x67, 52}, /* 0x09 */
680*4882a593Smuzhiyun 	{ 0x6d,0x66, 56}, /* 0x0a */
681*4882a593Smuzhiyun 	{ 0x5a,0x64, 65}, /* 0x0b */  /* was 6c c3 - WRONG */
682*4882a593Smuzhiyun 	{ 0x46,0x44, 67}, /* 0x0c */
683*4882a593Smuzhiyun 	{ 0xb1,0x46, 68}, /* 0x0d */
684*4882a593Smuzhiyun 	{ 0xd3,0x4a, 72}, /* 0x0e */
685*4882a593Smuzhiyun 	{ 0x29,0x61, 75}, /* 0x0f */
686*4882a593Smuzhiyun 	{ 0x6e,0x46, 76}, /* 0x10 */
687*4882a593Smuzhiyun 	{ 0x2b,0x61, 78}, /* 0x11 */
688*4882a593Smuzhiyun 	{ 0x31,0x42, 79}, /* 0x12 */
689*4882a593Smuzhiyun 	{ 0xab,0x44, 83}, /* 0x13 */
690*4882a593Smuzhiyun 	{ 0x46,0x25, 84}, /* 0x14 */
691*4882a593Smuzhiyun 	{ 0x78,0x29, 86}, /* 0x15 */
692*4882a593Smuzhiyun 	{ 0x62,0x44, 94}, /* 0x16 */
693*4882a593Smuzhiyun 	{ 0x2b,0x41,104}, /* 0x17 */
694*4882a593Smuzhiyun 	{ 0x3a,0x23,105}, /* 0x18 */
695*4882a593Smuzhiyun 	{ 0x70,0x44,108}, /* 0x19 */
696*4882a593Smuzhiyun 	{ 0x3c,0x23,109}, /* 0x1a */
697*4882a593Smuzhiyun 	{ 0x5e,0x43,113}, /* 0x1b */
698*4882a593Smuzhiyun 	{ 0xbc,0x44,116}, /* 0x1c */
699*4882a593Smuzhiyun 	{ 0xe0,0x46,132}, /* 0x1d */
700*4882a593Smuzhiyun 	{ 0x54,0x42,135}, /* 0x1e */
701*4882a593Smuzhiyun 	{ 0xea,0x2a,139}, /* 0x1f */
702*4882a593Smuzhiyun 	{ 0x41,0x22,157}, /* 0x20 */
703*4882a593Smuzhiyun 	{ 0x70,0x24,162}, /* 0x21 */
704*4882a593Smuzhiyun 	{ 0x30,0x21,175}, /* 0x22 */
705*4882a593Smuzhiyun 	{ 0x4e,0x22,189}, /* 0x23 */
706*4882a593Smuzhiyun 	{ 0xde,0x26,194}, /* 0x24 */
707*4882a593Smuzhiyun 	{ 0x62,0x06,202}, /* 0x25 */
708*4882a593Smuzhiyun 	{ 0x3f,0x03,229}, /* 0x26 */
709*4882a593Smuzhiyun 	{ 0xb8,0x06,234}, /* 0x27 */
710*4882a593Smuzhiyun 	{ 0x34,0x02,253}, /* 0x28 */
711*4882a593Smuzhiyun 	{ 0x58,0x04,255}, /* 0x29 */
712*4882a593Smuzhiyun 	{ 0x24,0x01,265}, /* 0x2a */
713*4882a593Smuzhiyun 	{ 0x9b,0x02,267}, /* 0x2b */
714*4882a593Smuzhiyun 	{ 0x70,0x05,270}, /* 0x2c */
715*4882a593Smuzhiyun 	{ 0x25,0x01,272}, /* 0x2d */
716*4882a593Smuzhiyun 	{ 0x9c,0x02,277}, /* 0x2e */
717*4882a593Smuzhiyun 	{ 0x27,0x01,286}, /* 0x2f */
718*4882a593Smuzhiyun 	{ 0x3c,0x02,291}, /* 0x30 */
719*4882a593Smuzhiyun 	{ 0xef,0x0a,292}, /* 0x31 */
720*4882a593Smuzhiyun 	{ 0xf6,0x0a,310}, /* 0x32 */
721*4882a593Smuzhiyun 	{ 0x95,0x01,315}, /* 0x33 */
722*4882a593Smuzhiyun 	{ 0xf0,0x09,324}, /* 0x34 */
723*4882a593Smuzhiyun 	{ 0xfe,0x0a,331}, /* 0x35 */
724*4882a593Smuzhiyun 	{ 0xf3,0x09,332}, /* 0x36 */
725*4882a593Smuzhiyun 	{ 0xea,0x08,340}, /* 0x37 */
726*4882a593Smuzhiyun 	{ 0xe8,0x07,376}, /* 0x38 */
727*4882a593Smuzhiyun 	{ 0xde,0x06,389}, /* 0x39 */
728*4882a593Smuzhiyun 	{ 0x52,0x2a, 54}, /* 0x3a 301 TV */
729*4882a593Smuzhiyun 	{ 0x52,0x6a, 27}, /* 0x3b 301 TV */
730*4882a593Smuzhiyun 	{ 0x62,0x24, 70}, /* 0x3c 301 TV */
731*4882a593Smuzhiyun 	{ 0x62,0x64, 70}, /* 0x3d 301 TV */
732*4882a593Smuzhiyun 	{ 0xa8,0x4c, 30}, /* 0x3e 301 TV */
733*4882a593Smuzhiyun 	{ 0x20,0x26, 33}, /* 0x3f 301 TV */
734*4882a593Smuzhiyun 	{ 0x31,0xc2, 39}, /* 0x40 */
735*4882a593Smuzhiyun 	{ 0x60,0x36, 30}, /* 0x41 Chrontel */
736*4882a593Smuzhiyun 	{ 0x40,0x4a, 28}, /* 0x42 Chrontel */
737*4882a593Smuzhiyun 	{ 0x9f,0x46, 44}, /* 0x43 Chrontel */
738*4882a593Smuzhiyun 	{ 0x97,0x2c, 26}, /* 0x44 */
739*4882a593Smuzhiyun 	{ 0x44,0xe4, 25}, /* 0x45 Chrontel */
740*4882a593Smuzhiyun 	{ 0x7e,0x32, 47}, /* 0x46 Chrontel */
741*4882a593Smuzhiyun 	{ 0x8a,0x24, 31}, /* 0x47 Chrontel */
742*4882a593Smuzhiyun 	{ 0x97,0x2c, 26}, /* 0x48 Chrontel */
743*4882a593Smuzhiyun 	{ 0xce,0x3c, 39}, /* 0x49 */
744*4882a593Smuzhiyun 	{ 0x52,0x4a, 36}, /* 0x4a Chrontel */
745*4882a593Smuzhiyun 	{ 0x34,0x61, 95}, /* 0x4b */
746*4882a593Smuzhiyun 	{ 0x78,0x27,108}, /* 0x4c - was 102 */
747*4882a593Smuzhiyun 	{ 0x66,0x43,123}, /* 0x4d Modes 0x26-0x28 (1400x1050) */
748*4882a593Smuzhiyun 	{ 0x41,0x4e, 21}, /* 0x4e */
749*4882a593Smuzhiyun 	{ 0xa1,0x4a, 29}, /* 0x4f Chrontel */
750*4882a593Smuzhiyun 	{ 0x19,0x42, 42}, /* 0x50 */
751*4882a593Smuzhiyun 	{ 0x54,0x46, 58}, /* 0x51 Chrontel */
752*4882a593Smuzhiyun 	{ 0x25,0x42, 61}, /* 0x52 */
753*4882a593Smuzhiyun 	{ 0x44,0x44, 66}, /* 0x53 Chrontel */
754*4882a593Smuzhiyun 	{ 0x3a,0x62, 70}, /* 0x54 Chrontel */
755*4882a593Smuzhiyun 	{ 0x62,0xc6, 34}, /* 0x55 848x480-60 */
756*4882a593Smuzhiyun 	{ 0x6a,0xc6, 37}, /* 0x56 848x480-75 - TEMP */
757*4882a593Smuzhiyun 	{ 0xbf,0xc8, 35}, /* 0x57 856x480-38i,60 */
758*4882a593Smuzhiyun 	{ 0x30,0x23, 88}, /* 0x58 1360x768-62 (is 60Hz!) */
759*4882a593Smuzhiyun 	{ 0x52,0x07,149}, /* 0x59 1280x960-85 */
760*4882a593Smuzhiyun 	{ 0x56,0x07,156}, /* 0x5a 1400x1050-75 */
761*4882a593Smuzhiyun 	{ 0x70,0x29, 81}, /* 0x5b 1280x768 LCD */
762*4882a593Smuzhiyun 	{ 0x45,0x25, 83}, /* 0x5c 1280x800  */
763*4882a593Smuzhiyun 	{ 0x70,0x0a,147}, /* 0x5d 1680x1050 */
764*4882a593Smuzhiyun 	{ 0x70,0x24,162}, /* 0x5e 1600x1200 */
765*4882a593Smuzhiyun 	{ 0x5a,0x64, 65}, /* 0x5f 1280x720 - temp */
766*4882a593Smuzhiyun 	{ 0x63,0x46, 68}, /* 0x60 1280x768_2 */
767*4882a593Smuzhiyun 	{ 0x31,0x42, 79}, /* 0x61 1280x768_3 - temp */
768*4882a593Smuzhiyun 	{    0,   0,  0}, /* 0x62 - custom (will be filled out at run-time) */
769*4882a593Smuzhiyun 	{ 0x5a,0x64, 65}, /* 0x63 1280x720 (LCD LVDS) */
770*4882a593Smuzhiyun 	{ 0x70,0x28, 90}, /* 0x64 1152x864@60 */
771*4882a593Smuzhiyun 	{ 0x41,0xc4, 32}, /* 0x65 848x480@60 */
772*4882a593Smuzhiyun 	{ 0x5c,0xc6, 32}, /* 0x66 856x480@60 */
773*4882a593Smuzhiyun 	{ 0x76,0xe7, 27}, /* 0x67 720x480@60 */
774*4882a593Smuzhiyun 	{ 0x5f,0xc6, 33}, /* 0x68 720/768x576@60 */
775*4882a593Smuzhiyun 	{ 0x52,0x27, 75}, /* 0x69 1920x1080i 60Hz interlaced */
776*4882a593Smuzhiyun 	{ 0x7c,0x6b, 38}, /* 0x6a 960x540@60 */
777*4882a593Smuzhiyun 	{ 0xe3,0x56, 41}, /* 0x6b 960x600@60 */
778*4882a593Smuzhiyun 	{ 0x45,0x25, 83}, /* 0x6c 1280x800 */
779*4882a593Smuzhiyun 	{ 0x70,0x28, 90}, /* 0x6d 1152x864@60 */
780*4882a593Smuzhiyun 	{ 0x15,0xe1, 20}, /* 0x6e 640x400@60 (fake, not actually used) */
781*4882a593Smuzhiyun 	{ 0x5f,0xc6, 33}, /* 0x6f 720x576@60 */
782*4882a593Smuzhiyun 	{ 0x37,0x5a, 10}, /* 0x70 320x200@60 (fake, not actually used) */
783*4882a593Smuzhiyun 	{ 0x2b,0xc2, 35}, /* 0x71 768x576@60 */
784*4882a593Smuzhiyun 	{ 0xa8,0x42,131}, /* 0x72 1600x1200@60 for LCDA */
785*4882a593Smuzhiyun 	{ 0x1b,0xc1, 34}, /* 0x73 800x480 60Hz (wide) */
786*4882a593Smuzhiyun 	{ 0x41,0x64, 48}, /* 0x74 1024x576 60Hz (wide) */
787*4882a593Smuzhiyun 	{ 0x52,0x27, 75}, /* 0x75 1280x720 60Hz (wide) */
788*4882a593Smuzhiyun 	{ 0x75,0x13, 84}  /* 0x76 1280x854 60Hz (wide) */
789*4882a593Smuzhiyun };
790*4882a593Smuzhiyun 
791*4882a593Smuzhiyun static struct SiS_VBVCLKData SiS310_VBVCLKData[] =
792*4882a593Smuzhiyun {
793*4882a593Smuzhiyun 	{ 0x1b,0xe1, 25}, /* 0x00 */
794*4882a593Smuzhiyun 	{ 0x4e,0xe4, 28}, /* 0x01 */
795*4882a593Smuzhiyun 	{ 0x57,0xe4, 31}, /* 0x02 */
796*4882a593Smuzhiyun 	{ 0xc3,0xc8, 36}, /* 0x03 */
797*4882a593Smuzhiyun 	{ 0x42,0x47, 40}, /* 0x04 */
798*4882a593Smuzhiyun 	{ 0xfe,0xcd, 43}, /* 0x05 */
799*4882a593Smuzhiyun 	{ 0x5d,0xc4, 44}, /* 0x06 */
800*4882a593Smuzhiyun 	{ 0x52,0x47, 49}, /* 0x07 */
801*4882a593Smuzhiyun 	{ 0x53,0x47, 50}, /* 0x08 */
802*4882a593Smuzhiyun 	{ 0x74,0x67, 52}, /* 0x09 */
803*4882a593Smuzhiyun 	{ 0x6d,0x66, 56}, /* 0x0a */
804*4882a593Smuzhiyun 	{ 0x35,0x62, 65}, /* 0x0b */  /* Was 0x5a,0x64 - 650/LVDS+301: 35,62  */
805*4882a593Smuzhiyun 	{ 0x46,0x44, 67}, /* 0x0c */
806*4882a593Smuzhiyun 	{ 0xb1,0x46, 68}, /* 0x0d */
807*4882a593Smuzhiyun 	{ 0xd3,0x4a, 72}, /* 0x0e */
808*4882a593Smuzhiyun 	{ 0x29,0x61, 75}, /* 0x0f */
809*4882a593Smuzhiyun 	{ 0x6d,0x46, 75}, /* 0x10 */
810*4882a593Smuzhiyun 	{ 0x41,0x43, 78}, /* 0x11 */
811*4882a593Smuzhiyun 	{ 0x31,0x42, 79}, /* 0x12 */
812*4882a593Smuzhiyun 	{ 0xab,0x44, 83}, /* 0x13 */
813*4882a593Smuzhiyun 	{ 0x46,0x25, 84}, /* 0x14 */
814*4882a593Smuzhiyun 	{ 0x78,0x29, 86}, /* 0x15 */
815*4882a593Smuzhiyun 	{ 0x62,0x44, 94}, /* 0x16 */
816*4882a593Smuzhiyun 	{ 0x2b,0x22,104}, /* 0x17 */
817*4882a593Smuzhiyun 	{ 0x49,0x24,105}, /* 0x18 */
818*4882a593Smuzhiyun 	{ 0xf8,0x2f,108}, /* 0x19 */  /* 1400x1050 LCD */
819*4882a593Smuzhiyun 	{ 0x3c,0x23,109}, /* 0x1a */
820*4882a593Smuzhiyun 	{ 0x5e,0x43,113}, /* 0x1b */
821*4882a593Smuzhiyun 	{ 0xbc,0x44,116}, /* 0x1c */
822*4882a593Smuzhiyun 	{ 0xe0,0x46,132}, /* 0x1d */
823*4882a593Smuzhiyun 	{ 0xe2,0x46,135}, /* 0x1e */  /* 1280x1024-75, better clock for VGA2 */
824*4882a593Smuzhiyun 	{ 0xe5,0x46,139}, /* 0x1f */  /* 1024x768-120, better clock for VGA2 */
825*4882a593Smuzhiyun 	{ 0x15,0x01,157}, /* 0x20 */  /* 1280x1024-85, better clock for VGA2 */
826*4882a593Smuzhiyun 	{ 0x70,0x09,162}, /* 0x21 */  /* 1600x1200-60, better clock for VGA2 */
827*4882a593Smuzhiyun 	{ 0x30,0x21,175}, /* 0x22 */
828*4882a593Smuzhiyun 	{ 0x4e,0x22,189}, /* 0x23 */
829*4882a593Smuzhiyun 	{ 0xde,0x26,194}, /* 0x24 */
830*4882a593Smuzhiyun 	{ 0x70,0x07,202}, /* 0x25 */
831*4882a593Smuzhiyun 	{ 0x3f,0x03,229}, /* 0x26 */
832*4882a593Smuzhiyun 	{ 0xb8,0x06,234}, /* 0x27 */
833*4882a593Smuzhiyun 	{ 0x34,0x02,253}, /* 0x28 */
834*4882a593Smuzhiyun 	{ 0x58,0x04,255}, /* 0x29 */
835*4882a593Smuzhiyun 	{ 0x24,0x01,265}, /* 0x2a */
836*4882a593Smuzhiyun 	{ 0x9b,0x02,267}, /* 0x2b */
837*4882a593Smuzhiyun 	{ 0x70,0x05,270}, /* 0x2c */
838*4882a593Smuzhiyun 	{ 0x25,0x01,272}, /* 0x2d */
839*4882a593Smuzhiyun 	{ 0x9c,0x02,277}, /* 0x2e */
840*4882a593Smuzhiyun 	{ 0x27,0x01,286}, /* 0x2f */
841*4882a593Smuzhiyun 	{ 0x3c,0x02,291}, /* 0x30 */
842*4882a593Smuzhiyun 	{ 0xef,0x0a,292}, /* 0x31 */
843*4882a593Smuzhiyun 	{ 0xf6,0x0a,310}, /* 0x32 */
844*4882a593Smuzhiyun 	{ 0x95,0x01,315}, /* 0x33 */
845*4882a593Smuzhiyun 	{ 0xf0,0x09,324}, /* 0x34 */
846*4882a593Smuzhiyun 	{ 0xfe,0x0a,331}, /* 0x35 */
847*4882a593Smuzhiyun 	{ 0xf3,0x09,332}, /* 0x36 */
848*4882a593Smuzhiyun 	{ 0xea,0x08,340}, /* 0x37 */
849*4882a593Smuzhiyun 	{ 0xe8,0x07,376}, /* 0x38 */
850*4882a593Smuzhiyun 	{ 0xde,0x06,389}, /* 0x39 */
851*4882a593Smuzhiyun 	{ 0x52,0x2a, 54}, /* 0x3a 301 TV - start */
852*4882a593Smuzhiyun 	{ 0x52,0x6a, 27}, /* 0x3b 301 TV */
853*4882a593Smuzhiyun 	{ 0x62,0x24, 70}, /* 0x3c 301 TV */
854*4882a593Smuzhiyun 	{ 0x62,0x64, 70}, /* 0x3d 301 TV */
855*4882a593Smuzhiyun 	{ 0xa8,0x4c, 30}, /* 0x3e 301 TV */
856*4882a593Smuzhiyun 	{ 0x20,0x26, 33}, /* 0x3f 301 TV */
857*4882a593Smuzhiyun 	{ 0x31,0xc2, 39}, /* 0x40 */
858*4882a593Smuzhiyun 	{ 0x2e,0x48, 25}, /* 0x41 Replacement for LCD on 315 for index 0 */
859*4882a593Smuzhiyun 	{ 0x24,0x46, 25}, /* 0x42 Replacement for LCD on 315 for modes 0x01, 0x03, 0x0f, 0x10, 0x12 */
860*4882a593Smuzhiyun 	{ 0x26,0x64, 28}, /* 0x43 Replacement for LCD on 315 for index 1 */
861*4882a593Smuzhiyun 	{ 0x37,0x64, 40}, /* 0x44 Replacement for LCD on 315 for index 4 */
862*4882a593Smuzhiyun 	{ 0xa1,0x42,108}, /* 0x45 1280x960 LCD */
863*4882a593Smuzhiyun 	{ 0x37,0x61,100}, /* 0x46 1280x960 LCD */
864*4882a593Smuzhiyun 	{ 0x78,0x27,108}, /* 0x47 */
865*4882a593Smuzhiyun 	{ 0x97,0x2c, 26}, /* 0x48 UNUSED */
866*4882a593Smuzhiyun 	{ 0xce,0x3c, 39}, /* 0x49 UNUSED */
867*4882a593Smuzhiyun 	{ 0x52,0x4a, 36}, /* 0x4a UNUSED */
868*4882a593Smuzhiyun 	{ 0x34,0x61, 95}, /* 0x4b UNUSED */
869*4882a593Smuzhiyun 	{ 0x78,0x27,108}, /* 0x4c UNUSED */
870*4882a593Smuzhiyun 	{ 0x66,0x43,123}, /* 0x4d 1400x1050-60 */
871*4882a593Smuzhiyun 	{ 0x41,0x4e, 21}, /* 0x4e */
872*4882a593Smuzhiyun 	{ 0xa1,0x4a, 29}, /* 0x4f UNUSED */
873*4882a593Smuzhiyun 	{ 0x19,0x42, 42}, /* 0x50 UNUSED */
874*4882a593Smuzhiyun 	{ 0x54,0x46, 58}, /* 0x51 UNUSED */
875*4882a593Smuzhiyun 	{ 0x25,0x42, 61}, /* 0x52 UNUSED */
876*4882a593Smuzhiyun 	{ 0x44,0x44, 66}, /* 0x53 UNUSED */
877*4882a593Smuzhiyun 	{ 0x3a,0x62, 70}, /* 0x54 UNUSED */
878*4882a593Smuzhiyun 	{ 0x62,0xc6, 34}, /* 0x55 848x480-60 */
879*4882a593Smuzhiyun 	{ 0x6a,0xc6, 37}, /* 0x56 848x480-75 - TEMP, UNUSED */
880*4882a593Smuzhiyun 	{ 0xbf,0xc8, 35}, /* 0x57 856x480-38i,60  */
881*4882a593Smuzhiyun 	{ 0x30,0x23, 88}, /* 0x58 1360x768-62 (is 60Hz!) TEMP, UNUSED */
882*4882a593Smuzhiyun 	{ 0x52,0x07,149}, /* 0x59 1280x960-85  */
883*4882a593Smuzhiyun 	{ 0x56,0x07,156}, /* 0x5a 1400x1050-75 */
884*4882a593Smuzhiyun 	{ 0x70,0x29, 81}, /* 0x5b 1280x768 LCD (TMDS) */
885*4882a593Smuzhiyun 	{ 0xce,0x1e, 73}, /* 0x5c 1280x800_2 LCD (SiS LVDS) - (CRT1: 45 25 83) */
886*4882a593Smuzhiyun 	{ 0xbe,0x44,121}, /* 0x5d 1680x1050 LCD */
887*4882a593Smuzhiyun 	{ 0x70,0x24,162}, /* 0x5e 1600x1200 LCD */
888*4882a593Smuzhiyun 	{ 0x52,0x27, 75}, /* 0x5f 1280x720 (TMDS + HDTV) (correct) */
889*4882a593Smuzhiyun 	{ 0xc8,0x48, 77}, /* 0x60 1280x768_2 (SiS LVDS) */
890*4882a593Smuzhiyun 	{ 0x31,0x42, 79}, /* 0x61 1280x768_3 (SiS LVDS) - temp */
891*4882a593Smuzhiyun 	{    0,   0,  0}, /* 0x62 - custom (will be filled out at run-time) */
892*4882a593Smuzhiyun 	{ 0x9c,0x62, 69}, /* 0x63 1280x720 (SiS LVDS) */
893*4882a593Smuzhiyun 	{ 0x70,0x28, 90}, /* 0x64 1152x864@60 */
894*4882a593Smuzhiyun 	{ 0x41,0xc4, 32}, /* 0x65 848x480@60 */
895*4882a593Smuzhiyun 	{ 0x5c,0xc6, 32}, /* 0x66 856x480@60 */
896*4882a593Smuzhiyun 	{ 0x76,0xe7, 27}, /* 0x67 720x480@60 */
897*4882a593Smuzhiyun 	{ 0x5f,0xc6, 33}, /* 0x68 720/768x576@60 */
898*4882a593Smuzhiyun 	{ 0x52,0x27, 75}, /* 0x69 1920x1080i 60Hz interlaced (UNUSED) */
899*4882a593Smuzhiyun 	{ 0x7c,0x6b, 38}, /* 0x6a 960x540@60 */
900*4882a593Smuzhiyun 	{ 0xe3,0x56, 41}, /* 0x6b 960x600@60 */
901*4882a593Smuzhiyun 	{ 0x9c,0x62, 69}, /* 0x6c 1280x800 (SiS TMDS) (special) */
902*4882a593Smuzhiyun 	{ 0x70,0x28, 90}, /* 0x6d 1152x864@60 */
903*4882a593Smuzhiyun 	{ 0x15,0xe1, 20}, /* 0x6e 640x400@60 (fake, not actually used) */
904*4882a593Smuzhiyun 	{ 0x5f,0xc6, 33}, /* 0x6f 720x576@60 */
905*4882a593Smuzhiyun 	{ 0x37,0x5a, 10}, /* 0x70 320x200@60 (fake, not actually used) */
906*4882a593Smuzhiyun 	{ 0x2b,0xc2, 35}, /* 0x71 768@576@60 */
907*4882a593Smuzhiyun 	{ 0xa8,0x42,131}, /* 0x72 1600x1200@60 for LCDA */
908*4882a593Smuzhiyun 	{ 0x1b,0xc1, 34}, /* 0x73 800x480 60Hz (wide) */
909*4882a593Smuzhiyun 	{ 0x41,0x64, 48}, /* 0x74 1024x576 60Hz (wide) */
910*4882a593Smuzhiyun 	{ 0x52,0x27, 75}, /* 0x75 1280x720 60Hz (wide) */
911*4882a593Smuzhiyun 	{ 0x75,0x13, 84}  /* 0x76 1280x854 60Hz (SiS LVDS) LCD */
912*4882a593Smuzhiyun };
913*4882a593Smuzhiyun 
914*4882a593Smuzhiyun static const unsigned char SiS310_SR15[4 * 8] =
915*4882a593Smuzhiyun {
916*4882a593Smuzhiyun 	0x00,0x04,0x60,0x60,
917*4882a593Smuzhiyun 	0x0f,0x0f,0x0f,0x0f,
918*4882a593Smuzhiyun 	0xba,0xba,0xba,0xba,
919*4882a593Smuzhiyun 	0xa9,0xa9,0xac,0xac,
920*4882a593Smuzhiyun 	0xa0,0xa0,0xa0,0xa8,
921*4882a593Smuzhiyun 	0x00,0x00,0x02,0x02,
922*4882a593Smuzhiyun 	0x30,0x30,0x40,0x40,
923*4882a593Smuzhiyun 	0x00,0xa5,0xfb,0xf6
924*4882a593Smuzhiyun };
925*4882a593Smuzhiyun 
926*4882a593Smuzhiyun static const struct SiS_PanelDelayTbl SiS310_PanelDelayTbl[] =
927*4882a593Smuzhiyun {
928*4882a593Smuzhiyun 	{{0x10,0x40}},
929*4882a593Smuzhiyun 	{{0x10,0x40}},
930*4882a593Smuzhiyun 	{{0x10,0x40}},
931*4882a593Smuzhiyun 	{{0x10,0x40}},
932*4882a593Smuzhiyun 	{{0x10,0x40}},
933*4882a593Smuzhiyun 	{{0x10,0x40}},
934*4882a593Smuzhiyun 	{{0x10,0x40}},
935*4882a593Smuzhiyun 	{{0x10,0x40}},
936*4882a593Smuzhiyun 	{{0x10,0x40}},
937*4882a593Smuzhiyun 	{{0x10,0x40}},
938*4882a593Smuzhiyun 	{{0x10,0x40}},
939*4882a593Smuzhiyun 	{{0x10,0x40}},
940*4882a593Smuzhiyun 	{{0x10,0x40}},
941*4882a593Smuzhiyun 	{{0x10,0x40}},
942*4882a593Smuzhiyun 	{{0x10,0x40}},
943*4882a593Smuzhiyun 	{{0x10,0x40}}
944*4882a593Smuzhiyun };
945*4882a593Smuzhiyun 
946*4882a593Smuzhiyun static const struct SiS_PanelDelayTbl SiS310_PanelDelayTblLVDS[] =
947*4882a593Smuzhiyun {
948*4882a593Smuzhiyun 	{{0x28,0xc8}},
949*4882a593Smuzhiyun 	{{0x28,0xc8}},
950*4882a593Smuzhiyun 	{{0x28,0xc8}},
951*4882a593Smuzhiyun 	{{0x28,0xc8}},
952*4882a593Smuzhiyun 	{{0x28,0xc8}},
953*4882a593Smuzhiyun 	{{0x28,0xc8}},
954*4882a593Smuzhiyun 	{{0x28,0xc8}},
955*4882a593Smuzhiyun 	{{0x28,0xc8}},
956*4882a593Smuzhiyun 	{{0x28,0xc8}},
957*4882a593Smuzhiyun 	{{0x28,0xc8}},
958*4882a593Smuzhiyun 	{{0x28,0xc8}},
959*4882a593Smuzhiyun 	{{0x28,0xc8}},
960*4882a593Smuzhiyun 	{{0x28,0xc8}},
961*4882a593Smuzhiyun 	{{0x28,0xc8}},
962*4882a593Smuzhiyun 	{{0x28,0xc8}},
963*4882a593Smuzhiyun 	{{0x28,0xc8}}
964*4882a593Smuzhiyun };
965*4882a593Smuzhiyun 
966*4882a593Smuzhiyun /**************************************************************/
967*4882a593Smuzhiyun /* SIS VIDEO BRIDGE ----------------------------------------- */
968*4882a593Smuzhiyun /**************************************************************/
969*4882a593Smuzhiyun 
970*4882a593Smuzhiyun static const struct SiS_LCDData SiS310_St2LCD1024x768Data[] =
971*4882a593Smuzhiyun {
972*4882a593Smuzhiyun 	{   62,  25, 800, 546,1344, 806},
973*4882a593Smuzhiyun 	{   32,  15, 930, 546,1344, 806},
974*4882a593Smuzhiyun 	{   62,  25, 800, 546,1344, 806},
975*4882a593Smuzhiyun 	{  104,  45, 945, 496,1344, 806},
976*4882a593Smuzhiyun 	{   62,  25, 800, 546,1344, 806},
977*4882a593Smuzhiyun 	{   31,  18,1008, 624,1344, 806},
978*4882a593Smuzhiyun 	{    1,   1,1344, 806,1344, 806}
979*4882a593Smuzhiyun };
980*4882a593Smuzhiyun 
981*4882a593Smuzhiyun static const struct SiS_LCDData SiS310_ExtLCD1024x768Data[] =
982*4882a593Smuzhiyun {
983*4882a593Smuzhiyun 	{   42,  25,1536, 419,1344, 806},
984*4882a593Smuzhiyun 	{   48,  25,1536, 369,1344, 806},
985*4882a593Smuzhiyun 	{   42,  25,1536, 419,1344, 806},
986*4882a593Smuzhiyun 	{   48,  25,1536, 369,1344, 806},
987*4882a593Smuzhiyun 	{   12,   5, 896, 500,1344, 806},
988*4882a593Smuzhiyun 	{   42,  25,1024, 625,1344, 806},
989*4882a593Smuzhiyun 	{    1,   1,1344, 806,1344, 806}
990*4882a593Smuzhiyun };
991*4882a593Smuzhiyun 
992*4882a593Smuzhiyun static const struct SiS_LCDData SiS310_St2LCD1280x1024Data[] =
993*4882a593Smuzhiyun {
994*4882a593Smuzhiyun 	{   22,   5, 800, 510,1650,1088},
995*4882a593Smuzhiyun 	{   22,   5, 800, 510,1650,1088},
996*4882a593Smuzhiyun 	{  176,  45, 900, 510,1650,1088},
997*4882a593Smuzhiyun 	{  176,  45, 900, 510,1650,1088},
998*4882a593Smuzhiyun 	{   22,   5, 800, 510,1650,1088},
999*4882a593Smuzhiyun 	{   13,   5,1024, 675,1560,1152},
1000*4882a593Smuzhiyun 	{   16,   9,1266, 804,1688,1072},
1001*4882a593Smuzhiyun 	{    1,   1,1688,1066,1688,1066}
1002*4882a593Smuzhiyun };
1003*4882a593Smuzhiyun 
1004*4882a593Smuzhiyun static const struct SiS_LCDData SiS310_ExtLCD1280x1024Data[] =
1005*4882a593Smuzhiyun {
1006*4882a593Smuzhiyun 	{  211,  60,1024, 501,1688,1066},
1007*4882a593Smuzhiyun 	{  211,  60,1024, 508,1688,1066},
1008*4882a593Smuzhiyun 	{  211,  60,1024, 501,1688,1066},
1009*4882a593Smuzhiyun 	{  211,  60,1024, 508,1688,1066},
1010*4882a593Smuzhiyun 	{  211,  60,1024, 500,1688,1066},
1011*4882a593Smuzhiyun 	{  211,  75,1024, 625,1688,1066},
1012*4882a593Smuzhiyun 	{  211, 120,1280, 798,1688,1066},
1013*4882a593Smuzhiyun 	{    1,   1,1688,1066,1688,1066}
1014*4882a593Smuzhiyun };
1015*4882a593Smuzhiyun 
1016*4882a593Smuzhiyun static const struct SiS_Part2PortTbl SiS310_CRT2Part2_1024x768_1[] =
1017*4882a593Smuzhiyun {
1018*4882a593Smuzhiyun 	{{0x25,0x12,0xc9,0xdc,0xb6,0x59,0x45,0x09,0x07,0xf9,0x09,0x24}},
1019*4882a593Smuzhiyun 	{{0x2c,0x12,0x9a,0xae,0x88,0x59,0x45,0x09,0x07,0xf9,0x09,0x24}},
1020*4882a593Smuzhiyun 	{{0x25,0x12,0xc9,0xdc,0xb6,0x59,0x45,0x09,0x07,0xf9,0x09,0x24}},
1021*4882a593Smuzhiyun 	{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}},
1022*4882a593Smuzhiyun 	{{0x38,0x13,0x16,0x0c,0xe6,0x59,0x45,0x09,0x07,0xf9,0x09,0x24}},
1023*4882a593Smuzhiyun 	{{0x38,0x18,0x16,0x00,0x00,0x59,0x45,0x09,0x07,0xf9,0x09,0x24}},
1024*4882a593Smuzhiyun 	{{0x36,0x13,0x13,0x25,0xff,0x59,0x45,0x09,0x07,0xf9,0x09,0x24}}
1025*4882a593Smuzhiyun };
1026*4882a593Smuzhiyun 
1027*4882a593Smuzhiyun /**************************************************************/
1028*4882a593Smuzhiyun /* LVDS, CHRONTEL ------------------------------------------- */
1029*4882a593Smuzhiyun /**************************************************************/
1030*4882a593Smuzhiyun 
1031*4882a593Smuzhiyun static const struct SiS_LVDSData SiS310_CHTVUPALData[] =
1032*4882a593Smuzhiyun {
1033*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1034*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1035*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1036*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1037*4882a593Smuzhiyun 	{ 840, 625, 840, 625},
1038*4882a593Smuzhiyun 	{ 960, 750, 960, 750},
1039*4882a593Smuzhiyun 	{1400,1000,1400,1000}
1040*4882a593Smuzhiyun };
1041*4882a593Smuzhiyun 
1042*4882a593Smuzhiyun static const struct SiS_LVDSData SiS310_CHTVOPALData[] =
1043*4882a593Smuzhiyun {
1044*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1045*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1046*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1047*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1048*4882a593Smuzhiyun 	{ 840, 625, 840, 625},
1049*4882a593Smuzhiyun 	{ 944, 625, 944, 625},
1050*4882a593Smuzhiyun 	{1400, 875,1400, 875}
1051*4882a593Smuzhiyun };
1052*4882a593Smuzhiyun 
1053*4882a593Smuzhiyun static const struct SiS_LVDSData SiS310_CHTVUPALMData[] =
1054*4882a593Smuzhiyun {
1055*4882a593Smuzhiyun 	{ 840, 600, 840, 600},
1056*4882a593Smuzhiyun 	{ 840, 600, 840, 600},
1057*4882a593Smuzhiyun 	{ 840, 600, 840, 600},
1058*4882a593Smuzhiyun 	{ 840, 600, 840, 600},
1059*4882a593Smuzhiyun 	{ 784, 600, 784, 600},
1060*4882a593Smuzhiyun 	{1064, 750,1064, 750},
1061*4882a593Smuzhiyun 	{1160, 945,1160, 945}
1062*4882a593Smuzhiyun };
1063*4882a593Smuzhiyun 
1064*4882a593Smuzhiyun static const struct SiS_LVDSData SiS310_CHTVOPALMData[] =
1065*4882a593Smuzhiyun {
1066*4882a593Smuzhiyun 	{ 840, 525, 840, 525},
1067*4882a593Smuzhiyun 	{ 840, 525, 840, 525},
1068*4882a593Smuzhiyun 	{ 840, 525, 840, 525},
1069*4882a593Smuzhiyun 	{ 840, 525, 840, 525},
1070*4882a593Smuzhiyun 	{ 784, 525, 784, 525},
1071*4882a593Smuzhiyun 	{1040, 700,1040, 700},
1072*4882a593Smuzhiyun 	{1160, 840,1160, 840}
1073*4882a593Smuzhiyun };
1074*4882a593Smuzhiyun 
1075*4882a593Smuzhiyun static const struct SiS_LVDSData SiS310_CHTVUPALNData[] =
1076*4882a593Smuzhiyun {
1077*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1078*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1079*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1080*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1081*4882a593Smuzhiyun 	{ 840, 625, 840, 625},
1082*4882a593Smuzhiyun 	{ 960, 750, 960, 750},
1083*4882a593Smuzhiyun 	{1400,1000,1400,1000}
1084*4882a593Smuzhiyun };
1085*4882a593Smuzhiyun 
1086*4882a593Smuzhiyun static const struct SiS_LVDSData SiS310_CHTVOPALNData[] =
1087*4882a593Smuzhiyun {
1088*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1089*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1090*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1091*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1092*4882a593Smuzhiyun 	{ 840, 625, 840, 625},
1093*4882a593Smuzhiyun 	{ 944, 625, 944, 625},
1094*4882a593Smuzhiyun 	{1400, 875,1400, 875}
1095*4882a593Smuzhiyun };
1096*4882a593Smuzhiyun 
1097*4882a593Smuzhiyun static const struct SiS_LVDSData SiS310_CHTVSOPALData[] =   /* (super overscan - no effect on 7019) */
1098*4882a593Smuzhiyun {
1099*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1100*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1101*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1102*4882a593Smuzhiyun 	{1008, 625,1008, 625},
1103*4882a593Smuzhiyun 	{ 840, 625, 840, 625},
1104*4882a593Smuzhiyun 	{ 944, 625, 944, 625},
1105*4882a593Smuzhiyun         {1400, 875,1400, 875}
1106*4882a593Smuzhiyun };
1107*4882a593Smuzhiyun 
1108*4882a593Smuzhiyun /* CRT1 CRTC for Chrontel TV slave modes */
1109*4882a593Smuzhiyun 
1110*4882a593Smuzhiyun static const struct SiS_LVDSCRT1Data SiS310_CHTVCRT1UNTSC[] =
1111*4882a593Smuzhiyun {
1112*4882a593Smuzhiyun  {{0x64,0x4f,0x88,0x56,0x9f,0x56,0x3e,
1113*4882a593Smuzhiyun    0xe8,0x84,0x8f,0x57,0x20,0x00,0x01,
1114*4882a593Smuzhiyun    0x00 }},
1115*4882a593Smuzhiyun  {{0x64,0x4f,0x88,0x56,0x9f,0x56,0x3e,
1116*4882a593Smuzhiyun    0xd0,0x82,0x5d,0x57,0x00,0x00,0x01,
1117*4882a593Smuzhiyun    0x00 }},
1118*4882a593Smuzhiyun  {{0x64,0x4f,0x88,0x56,0x9f,0x56,0x3e,
1119*4882a593Smuzhiyun    0xe8,0x84,0x8f,0x57,0x20,0x00,0x01,
1120*4882a593Smuzhiyun    0x00 }},
1121*4882a593Smuzhiyun  {{0x64,0x4f,0x88,0x56,0x9f,0x56,0x3e,
1122*4882a593Smuzhiyun    0xd0,0x82,0x5d,0x57,0x00,0x00,0x01,
1123*4882a593Smuzhiyun    0x00 }},
1124*4882a593Smuzhiyun  {{0x5d,0x4f,0x81,0x56,0x99,0x56,0xba,
1125*4882a593Smuzhiyun    0x0a,0x84,0xdf,0x57,0x00,0x00,0x01,
1126*4882a593Smuzhiyun    0x00 }},
1127*4882a593Smuzhiyun  {{0x80,0x63,0x84,0x6d,0x0f,0xec,0xf0,
1128*4882a593Smuzhiyun    0x7a,0x8f,0x57,0xed,0x20,0x00,0x06,
1129*4882a593Smuzhiyun    0x01 }},
1130*4882a593Smuzhiyun  {{0x8c,0x7f,0x90,0x86,0x09,0xaf,0xf5,
1131*4882a593Smuzhiyun    0x36,0x88,0xff,0xb0,0x10,0x00,0x02,
1132*4882a593Smuzhiyun    0x01}}
1133*4882a593Smuzhiyun };
1134*4882a593Smuzhiyun 
1135*4882a593Smuzhiyun static const struct SiS_LVDSCRT1Data SiS310_CHTVCRT1ONTSC[] =
1136*4882a593Smuzhiyun {
1137*4882a593Smuzhiyun  {{0x63,0x4f,0x87,0x5a,0x9f,0x0b,0x3e,
1138*4882a593Smuzhiyun    0xc0,0x84,0x8f,0x0c,0x20,0x00,0x01,
1139*4882a593Smuzhiyun    0x00 }},
1140*4882a593Smuzhiyun  {{0x63,0x4f,0x87,0x5a,0x9f,0x0b,0x3e,
1141*4882a593Smuzhiyun    0xb0,0x8d,0x5d,0x0c,0x00,0x00,0x01,
1142*4882a593Smuzhiyun    0x00 }},
1143*4882a593Smuzhiyun  {{0x63,0x4f,0x87,0x5a,0x9f,0x0b,0x3e,
1144*4882a593Smuzhiyun    0xc0,0x84,0x8f,0x0c,0x20,0x00,0x01,
1145*4882a593Smuzhiyun    0x00 }},
1146*4882a593Smuzhiyun  {{0x63,0x4f,0x87,0x5a,0x9f,0x0b,0x3e,
1147*4882a593Smuzhiyun    0xb0,0x8d,0x5d,0x0c,0x00,0x00,0x01,
1148*4882a593Smuzhiyun    0x00 }},
1149*4882a593Smuzhiyun  {{0x5d,0x4f,0x81,0x58,0x9d,0x0b,0x3e,
1150*4882a593Smuzhiyun    0xe8,0x84,0xdf,0x0c,0x00,0x00,0x01,
1151*4882a593Smuzhiyun    0x00 }},
1152*4882a593Smuzhiyun  {{0x7d,0x63,0x81,0x68,0x0e,0xba,0xf0,
1153*4882a593Smuzhiyun    0x78,0x8a,0x57,0xbb,0x20,0x00,0x06,
1154*4882a593Smuzhiyun    0x01 }},
1155*4882a593Smuzhiyun  {{0x8c,0x7f,0x90,0x82,0x06,0x46,0xf5,
1156*4882a593Smuzhiyun    0x15,0x88,0xff,0x47,0x70,0x00,0x02,
1157*4882a593Smuzhiyun    0x01 }}
1158*4882a593Smuzhiyun };
1159*4882a593Smuzhiyun 
1160*4882a593Smuzhiyun static const struct SiS_LVDSCRT1Data SiS310_CHTVCRT1UPAL[] =
1161*4882a593Smuzhiyun {
1162*4882a593Smuzhiyun  {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1163*4882a593Smuzhiyun    0xf8,0x83,0x8f,0x70,0x20,0x00,0x05,
1164*4882a593Smuzhiyun    0x00 }},
1165*4882a593Smuzhiyun  {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1166*4882a593Smuzhiyun    0xde,0x81,0x5d,0x70,0x00,0x00,0x05,
1167*4882a593Smuzhiyun    0x00 }},
1168*4882a593Smuzhiyun  {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1169*4882a593Smuzhiyun    0xf8,0x83,0x8f,0x70,0x20,0x00,0x05,
1170*4882a593Smuzhiyun    0x00 }},
1171*4882a593Smuzhiyun  {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1172*4882a593Smuzhiyun    0xde,0x81,0x5d,0x70,0x00,0x00,0x05,
1173*4882a593Smuzhiyun    0x00 }},
1174*4882a593Smuzhiyun  {{0x64,0x4f,0x88,0x5a,0x9f,0x6f,0xba,
1175*4882a593Smuzhiyun    0x15,0x83,0xdf,0x70,0x00,0x00,0x01,
1176*4882a593Smuzhiyun    0x00 }},
1177*4882a593Smuzhiyun  {{0x73,0x63,0x97,0x69,0x8b,0xec,0xf0,
1178*4882a593Smuzhiyun    0x90,0x8c,0x57,0xed,0x20,0x00,0x05,
1179*4882a593Smuzhiyun    0x01 }},
1180*4882a593Smuzhiyun  {{0xaa,0x7f,0x8e,0x8e,0x96,0xe6,0xf5,
1181*4882a593Smuzhiyun    0x50,0x88,0xff,0xe7,0x10,0x00,0x02,
1182*4882a593Smuzhiyun    0x01}}
1183*4882a593Smuzhiyun };
1184*4882a593Smuzhiyun 
1185*4882a593Smuzhiyun static const struct SiS_LVDSCRT1Data SiS310_CHTVCRT1OPAL[] =
1186*4882a593Smuzhiyun {
1187*4882a593Smuzhiyun  {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1188*4882a593Smuzhiyun    0xf0,0x83,0x8f,0x70,0x20,0x00,0x05,
1189*4882a593Smuzhiyun    0x00 }},
1190*4882a593Smuzhiyun  {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1191*4882a593Smuzhiyun    0xde,0x81,0x5d,0x70,0x00,0x00,0x05,
1192*4882a593Smuzhiyun    0x00 }},
1193*4882a593Smuzhiyun  {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1194*4882a593Smuzhiyun    0xf0,0x83,0x8f,0x70,0x20,0x00,0x05,
1195*4882a593Smuzhiyun    0x00 }},
1196*4882a593Smuzhiyun  {{0x79,0x4f,0x9d,0x5a,0x90,0x6f,0x3e,
1197*4882a593Smuzhiyun    0xde,0x81,0x5d,0x70,0x00,0x00,0x05,
1198*4882a593Smuzhiyun    0x00 }},
1199*4882a593Smuzhiyun  {{0x64,0x4f,0x88,0x58,0x9d,0x6f,0xba,
1200*4882a593Smuzhiyun    0x15,0x83,0xdf,0x70,0x00,0x00,0x01,
1201*4882a593Smuzhiyun    0x00 }},
1202*4882a593Smuzhiyun  {{0x71,0x63,0x95,0x69,0x8c,0x6f,0xf0,
1203*4882a593Smuzhiyun    0x5a,0x8b,0x57,0x70,0x20,0x00,0x05,
1204*4882a593Smuzhiyun    0x01 }},
1205*4882a593Smuzhiyun  {{0xaa,0x7f,0x8e,0x8f,0x96,0x69,0xf5,
1206*4882a593Smuzhiyun    0x28,0x88,0xff,0x6a,0x10,0x00,0x02,
1207*4882a593Smuzhiyun    0x01 }}
1208*4882a593Smuzhiyun };
1209*4882a593Smuzhiyun 
1210*4882a593Smuzhiyun static const struct SiS_CHTVRegData SiS310_CHTVReg_UNTSC[] =
1211*4882a593Smuzhiyun {
1212*4882a593Smuzhiyun  {{0x4a,0x77,0xbb,0x94,0x84,0x48,0xfe,0x50,0x04,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1213*4882a593Smuzhiyun  {{0x4a,0x77,0xbb,0x94,0x84,0x48,0xfe,0x50,0x04,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1214*4882a593Smuzhiyun  {{0x4a,0x77,0xbb,0x94,0x84,0x48,0xfe,0x50,0x04,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1215*4882a593Smuzhiyun  {{0x4a,0x77,0xbb,0x94,0x84,0x48,0xfe,0x50,0x04,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1216*4882a593Smuzhiyun  {{0x6a,0x77,0xbb,0x6e,0x84,0x2e,0x02,0x5a,0x04,0x00,0x80,0x20,0x7e,0x80,0x98,0x00}},
1217*4882a593Smuzhiyun  {{0xcf,0x77,0xb7,0xc8,0x84,0x3b,0x02,0x5a,0x04,0x00,0x80,0x19,0x88,0x30,0x7f,0x00}},
1218*4882a593Smuzhiyun  {{0xee,0x77,0xbb,0x66,0x87,0x32,0x01,0x5a,0x04,0x00,0x80,0x1b,0xd3,0xf2,0x36,0x00}}
1219*4882a593Smuzhiyun }; /* WRONG: 0x02: should be 0xfx, because if CIVEnable is clear, this should be set;
1220*4882a593Smuzhiyun              0x07: Blacklevel: NTSC/PAL-M: Should be 131 (0x83), and not 0x50/0x5a
1221*4882a593Smuzhiyun 	                       PAL/PAL-N:  110 (0x6e)
1222*4882a593Smuzhiyun 			       NTSC-J:     102 (0x66)
1223*4882a593Smuzhiyun 	     0x0c-0x0f: CIV is not default as in datasheet
1224*4882a593Smuzhiyun       MISSING: 0x21: Should set D1 to ZERO (for NTSC, PAL-M) or ONE (PAL, NTSC-J)
1225*4882a593Smuzhiyun       Most of this is wrong in all NTSC and PAL register arrays. But I won't correct
1226*4882a593Smuzhiyun       it as long as it works. For NTSC-J, the blacklevel is corrected in init301.c;
1227*4882a593Smuzhiyun       for PAL-M and PAL-N all above is corrected.
1228*4882a593Smuzhiyun     */
1229*4882a593Smuzhiyun 
1230*4882a593Smuzhiyun static const struct SiS_CHTVRegData SiS310_CHTVReg_ONTSC[] =
1231*4882a593Smuzhiyun {
1232*4882a593Smuzhiyun  {{0x49,0x77,0xbb,0x7b,0x84,0x34,0x00,0x50,0x04,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1233*4882a593Smuzhiyun  {{0x49,0x77,0xbb,0x7b,0x84,0x34,0x00,0x50,0x04,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1234*4882a593Smuzhiyun  {{0x49,0x77,0xbb,0x7b,0x84,0x34,0x00,0x50,0x04,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1235*4882a593Smuzhiyun  {{0x49,0x77,0xbb,0x7b,0x84,0x34,0x00,0x50,0x04,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1236*4882a593Smuzhiyun  {{0x69,0x77,0xbb,0x6e,0x84,0x1e,0x00,0x5a,0x04,0x00,0x80,0x25,0x1a,0x43,0x04,0x00}},
1237*4882a593Smuzhiyun  {{0xce,0x77,0xb7,0xb6,0x83,0x2c,0x02,0x5a,0x04,0x00,0x80,0x1c,0x00,0x82,0x97,0x00}},
1238*4882a593Smuzhiyun  {{0xed,0x77,0xbb,0x66,0x8c,0x21,0x02,0x5a,0x04,0x00,0x80,0x1f,0x9f,0xc1,0x0c,0x00}}
1239*4882a593Smuzhiyun };
1240*4882a593Smuzhiyun 
1241*4882a593Smuzhiyun static const struct SiS_CHTVRegData SiS310_CHTVReg_UPAL[] =
1242*4882a593Smuzhiyun {
1243*4882a593Smuzhiyun  {{0x41,0x7f,0xb7,0x34,0xad,0x50,0x34,0x83,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1244*4882a593Smuzhiyun  {{0x41,0x7f,0xb7,0x80,0x85,0x50,0x00,0x83,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1245*4882a593Smuzhiyun  {{0x41,0x7f,0xb7,0x34,0xad,0x50,0x34,0x83,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1246*4882a593Smuzhiyun  {{0x41,0x7f,0xb7,0x12,0x85,0x50,0x00,0x83,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1247*4882a593Smuzhiyun  {{0x61,0x7f,0xb7,0x99,0x84,0x35,0x04,0x5a,0x05,0x00,0x80,0x26,0x2a,0x55,0x5d,0x00}},
1248*4882a593Smuzhiyun  {{0xc3,0x7f,0xb7,0x7a,0x84,0x40,0x02,0x5a,0x05,0x00,0x80,0x1f,0x84,0x3d,0x28,0x00}},
1249*4882a593Smuzhiyun  {{0xe5,0x7f,0xb7,0x1d,0xa7,0x3e,0x04,0x5a,0x05,0x00,0x80,0x20,0x3e,0xe4,0x22,0x00}}
1250*4882a593Smuzhiyun };
1251*4882a593Smuzhiyun 
1252*4882a593Smuzhiyun static const struct SiS_CHTVRegData SiS310_CHTVReg_OPAL[] =
1253*4882a593Smuzhiyun {
1254*4882a593Smuzhiyun  {{0x41,0x7f,0xb7,0x36,0xad,0x50,0x34,0x83,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1255*4882a593Smuzhiyun  {{0x41,0x7f,0xb7,0x86,0x85,0x50,0x00,0x83,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1256*4882a593Smuzhiyun  {{0x41,0x7f,0xb7,0x36,0xad,0x50,0x34,0x83,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1257*4882a593Smuzhiyun  {{0x41,0x7f,0xb7,0x86,0x85,0x50,0x00,0x83,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1258*4882a593Smuzhiyun  {{0x61,0x7f,0xb7,0x99,0x84,0x35,0x04,0x5a,0x05,0x00,0x80,0x26,0x2a,0x55,0x5d,0x00}},
1259*4882a593Smuzhiyun  {{0xc1,0x7f,0xb7,0x4d,0x8c,0x1e,0x31,0x5a,0x05,0x00,0x80,0x26,0x78,0x19,0x34,0x00}},
1260*4882a593Smuzhiyun  {{0xe4,0x7f,0xb7,0x1e,0xaf,0x29,0x37,0x5a,0x05,0x00,0x80,0x25,0x8c,0xb2,0x2a,0x00}}
1261*4882a593Smuzhiyun };
1262*4882a593Smuzhiyun 
1263*4882a593Smuzhiyun static const struct SiS_CHTVRegData SiS310_CHTVReg_UPALM[] =
1264*4882a593Smuzhiyun {
1265*4882a593Smuzhiyun  {{0x52,0x77,0xbb,0x94,0x84,0x48,0xfe,0x83,0x04,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1266*4882a593Smuzhiyun  {{0x52,0x77,0xbb,0x94,0x84,0x48,0xfe,0x83,0x04,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1267*4882a593Smuzhiyun  {{0x52,0x77,0xbb,0x94,0x84,0x48,0xfe,0x83,0x04,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1268*4882a593Smuzhiyun  {{0x52,0x77,0xbb,0x94,0x84,0x48,0xfe,0x83,0x04,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1269*4882a593Smuzhiyun  {{0x72,0x77,0xfb,0x6e,0x84,0x2e,0x02,0x83,0x04,0x00,0x80,0x20,0x76,0xdb,0x6e,0x00}},
1270*4882a593Smuzhiyun  {{0xd7,0x77,0xf7,0xc8,0x84,0x3b,0x02,0x83,0x04,0x00,0x80,0x19,0x84,0x0a,0xc7,0x00}},
1271*4882a593Smuzhiyun  {{0xf6,0x77,0xfb,0x66,0x87,0x32,0x01,0x83,0x04,0x00,0x80,0x1b,0xdc,0xb0,0x8d,0x00}}
1272*4882a593Smuzhiyun #if 0 /* Correct blacklevel and CFRB */
1273*4882a593Smuzhiyun  {{0x72,0x77,0xbb,0x6e,0x84,0x2e,0x02,0x5a,0x04,0x00,0x80,0x20,0x76,0xdb,0x6e,0x00}},
1274*4882a593Smuzhiyun  {{0xd7,0x77,0xb7,0xc8,0x84,0x3b,0x02,0x5a,0x04,0x00,0x80,0x19,0x84,0x0a,0xc7,0x00}},
1275*4882a593Smuzhiyun  {{0xf6,0x77,0xbb,0x66,0x87,0x32,0x01,0x5a,0x04,0x00,0x80,0x1b,0xdc,0xb0,0x8d,0x00}}
1276*4882a593Smuzhiyun #endif
1277*4882a593Smuzhiyun };
1278*4882a593Smuzhiyun 
1279*4882a593Smuzhiyun static const struct SiS_CHTVRegData SiS310_CHTVReg_OPALM[] =
1280*4882a593Smuzhiyun {
1281*4882a593Smuzhiyun  {{0x51,0x77,0xbb,0x7b,0x84,0x34,0x00,0x83,0x04,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1282*4882a593Smuzhiyun  {{0x51,0x77,0xbb,0x7b,0x84,0x34,0x00,0x83,0x04,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1283*4882a593Smuzhiyun  {{0x51,0x77,0xbb,0x7b,0x84,0x34,0x00,0x83,0x04,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1284*4882a593Smuzhiyun  {{0x51,0x77,0xbb,0x7b,0x84,0x34,0x00,0x83,0x04,0x00,0x80,0x00,0x00,0x00,0x00,0x01}},
1285*4882a593Smuzhiyun  {{0x71,0x77,0xfb,0x6e,0x84,0x1e,0x00,0x83,0x04,0x00,0x80,0x25,0x1a,0x1f,0x59,0x00}},
1286*4882a593Smuzhiyun  {{0xd6,0x77,0xf7,0xb6,0x83,0x2c,0x02,0x83,0x04,0x00,0x80,0x1b,0xf8,0x1f,0x82,0x00}},
1287*4882a593Smuzhiyun  {{0xf5,0x77,0xfb,0x66,0x8c,0x21,0x02,0x83,0x04,0x00,0x80,0x1f,0x58,0x46,0x9f,0x00}}
1288*4882a593Smuzhiyun #if 0 /* Correct blacklevel and CFRB */
1289*4882a593Smuzhiyun  {{0x71,0x77,0xbb,0x6e,0x84,0x1e,0x00,0x5a,0x04,0x00,0x80,0x25,0x1a,0x1f,0x59,0x00}},
1290*4882a593Smuzhiyun  {{0xd6,0x77,0xb7,0xb6,0x83,0x2c,0x02,0x5a,0x04,0x00,0x80,0x1b,0xf8,0x1f,0x82,0x00}},
1291*4882a593Smuzhiyun  {{0xf5,0x77,0xbb,0x66,0x8c,0x21,0x02,0x5a,0x04,0x00,0x80,0x1f,0x58,0x46,0x9f,0x00}}
1292*4882a593Smuzhiyun #endif
1293*4882a593Smuzhiyun };
1294*4882a593Smuzhiyun 
1295*4882a593Smuzhiyun static const struct SiS_CHTVRegData SiS310_CHTVReg_UPALN[] =
1296*4882a593Smuzhiyun {
1297*4882a593Smuzhiyun  {{0x41,0x7f,0xb7,0x34,0xad,0x50,0x34,0x6e,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x03}},
1298*4882a593Smuzhiyun  {{0x41,0x7f,0xb7,0x80,0x85,0x50,0x00,0x6e,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x03}},
1299*4882a593Smuzhiyun  {{0x41,0x7f,0xb7,0x34,0xad,0x50,0x34,0x6e,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x03}},
1300*4882a593Smuzhiyun  {{0x41,0x7f,0xb7,0x12,0x85,0x50,0x00,0x6e,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x03}},
1301*4882a593Smuzhiyun  {{0x61,0x7f,0xb7,0x99,0x84,0x35,0x04,0x6e,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x03}},
1302*4882a593Smuzhiyun  {{0xc3,0x7f,0xb7,0x7a,0x84,0x40,0x02,0x6e,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x03}},
1303*4882a593Smuzhiyun  {{0xe5,0x7f,0xb7,0x1d,0xa7,0x3e,0x04,0x6e,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x03}}
1304*4882a593Smuzhiyun #if 0 /* Correct blacklevel, CIV and CFRB */
1305*4882a593Smuzhiyun  {{0x61,0x7f,0xb7,0x99,0x84,0x35,0x04,0x5a,0x05,0x00,0x80,0x1f,0x0d,0x54,0x5e,0x00}},
1306*4882a593Smuzhiyun  {{0xc3,0x7f,0xb7,0x7a,0x84,0x40,0x02,0x5a,0x05,0x00,0x80,0x19,0x78,0xef,0x35,0x00}},
1307*4882a593Smuzhiyun  {{0xe5,0x7f,0xb7,0x1d,0xa7,0x3e,0x04,0x5a,0x05,0x00,0x80,0x1a,0x33,0x3f,0x2f,0x00}}
1308*4882a593Smuzhiyun #endif
1309*4882a593Smuzhiyun };
1310*4882a593Smuzhiyun 
1311*4882a593Smuzhiyun static const struct SiS_CHTVRegData SiS310_CHTVReg_OPALN[] =
1312*4882a593Smuzhiyun {
1313*4882a593Smuzhiyun  {{0x41,0x7f,0xb7,0x36,0xad,0x50,0x34,0x6e,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x03}},
1314*4882a593Smuzhiyun  {{0x41,0x7f,0xb7,0x86,0x85,0x50,0x00,0x6e,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x03}},
1315*4882a593Smuzhiyun  {{0x41,0x7f,0xb7,0x36,0xad,0x50,0x34,0x6e,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x03}},
1316*4882a593Smuzhiyun  {{0x41,0x7f,0xb7,0x86,0x85,0x50,0x00,0x6e,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x03}},
1317*4882a593Smuzhiyun  {{0x61,0x7f,0xb7,0x99,0x84,0x35,0x04,0x6e,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x03}},
1318*4882a593Smuzhiyun  {{0xc1,0x7f,0xb7,0x4d,0x8c,0x1e,0x31,0x6e,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x03}},
1319*4882a593Smuzhiyun  {{0xe4,0x7f,0xb7,0x1e,0xaf,0x29,0x37,0x6e,0x05,0x00,0x80,0x00,0x00,0x00,0x00,0x03}}
1320*4882a593Smuzhiyun #if 0 /* Correct blacklevel, CIV and CFRB */
1321*4882a593Smuzhiyun  {{0x61,0x7f,0xb7,0x99,0x84,0x35,0x04,0x5a,0x05,0x00,0x80,0x1f,0x0d,0x54,0x5e,0x00}},
1322*4882a593Smuzhiyun  {{0xc1,0x7f,0xb7,0x4d,0x8c,0x1e,0x31,0x5a,0x05,0x00,0x80,0x1f,0x15,0xc0,0x1e,0x00}},
1323*4882a593Smuzhiyun  {{0xe4,0x7f,0xb7,0x1e,0xaf,0x29,0x37,0x5a,0x05,0x00,0x80,0x1d,0xf1,0x6c,0xcb,0x00}}
1324*4882a593Smuzhiyun #endif
1325*4882a593Smuzhiyun };
1326*4882a593Smuzhiyun 
1327*4882a593Smuzhiyun static const unsigned char SiS310_CHTVVCLKUNTSC[] = { 0x41,0x41,0x41,0x41,0x42,0x46,0x53 };
1328*4882a593Smuzhiyun static const unsigned char SiS310_CHTVVCLKONTSC[] = { 0x48,0x48,0x48,0x48,0x45,0x43,0x51 };
1329*4882a593Smuzhiyun 
1330*4882a593Smuzhiyun static const unsigned char SiS310_CHTVVCLKUPAL[]  = { 0x47,0x47,0x47,0x47,0x48,0x4a,0x54 };
1331*4882a593Smuzhiyun static const unsigned char SiS310_CHTVVCLKOPAL[]  = { 0x47,0x47,0x47,0x47,0x48,0x4f,0x52 };
1332*4882a593Smuzhiyun 
1333*4882a593Smuzhiyun static const unsigned char SiS310_CHTVVCLKUPALM[] = { 0x41,0x41,0x41,0x41,0x42,0x46,0x53 };
1334*4882a593Smuzhiyun static const unsigned char SiS310_CHTVVCLKOPALM[] = { 0x48,0x48,0x48,0x48,0x45,0x43,0x51 };
1335*4882a593Smuzhiyun 
1336*4882a593Smuzhiyun static const unsigned char SiS310_CHTVVCLKUPALN[] = { 0x47,0x47,0x47,0x47,0x48,0x4a,0x54 };
1337*4882a593Smuzhiyun static const unsigned char SiS310_CHTVVCLKOPALN[] = { 0x47,0x47,0x47,0x47,0x48,0x4f,0x52 };
1338*4882a593Smuzhiyun 
1339*4882a593Smuzhiyun 
1340