]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/video/sis/init.h
Remove obsolete #include <linux/config.h>
[mirror_ubuntu-jammy-kernel.git] / drivers / video / sis / init.h
CommitLineData
1da177e4
LT
1/* $XFree86$ */
2/* $XdotOrg$ */
3/*
4 * Data and prototypes for init.c
5 *
544393fe 6 * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria
1da177e4
LT
7 *
8 * If distributed as part of the Linux kernel, the following license terms
9 * apply:
10 *
11 * * This program is free software; you can redistribute it and/or modify
12 * * it under the terms of the GNU General Public License as published by
13 * * the Free Software Foundation; either version 2 of the named License,
14 * * or any later version.
15 * *
16 * * This program is distributed in the hope that it will be useful,
17 * * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * * GNU General Public License for more details.
20 * *
21 * * You should have received a copy of the GNU General Public License
22 * * along with this program; if not, write to the Free Software
23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
24 *
25 * Otherwise, the following license terms apply:
26 *
27 * * Redistribution and use in source and binary forms, with or without
28 * * modification, are permitted provided that the following conditions
29 * * are met:
30 * * 1) Redistributions of source code must retain the above copyright
31 * * notice, this list of conditions and the following disclaimer.
32 * * 2) Redistributions in binary form must reproduce the above copyright
33 * * notice, this list of conditions and the following disclaimer in the
34 * * documentation and/or other materials provided with the distribution.
35 * * 3) The name of the author may not be used to endorse or promote products
36 * * derived from this software without specific prior written permission.
37 * *
38 * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
39 * * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
40 * * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
41 * * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
42 * * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
43 * * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
44 * * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
45 * * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
46 * * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
47 * * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
48 *
49 * Author: Thomas Winischhofer <thomas@winischhofer.net>
50 *
51 */
52
544393fe
TW
53#ifndef _INIT_H_
54#define _INIT_H_
1da177e4
LT
55
56#include "osdef.h"
57#include "initdef.h"
58
544393fe 59#ifdef SIS_XORG_XF86
1da177e4 60#include "sis.h"
544393fe
TW
61#define SIS_NEED_inSISREG
62#define SIS_NEED_inSISREGW
63#define SIS_NEED_inSISREGL
64#define SIS_NEED_outSISREG
65#define SIS_NEED_outSISREGW
66#define SIS_NEED_outSISREGL
1da177e4
LT
67#include "sis_regs.h"
68#endif
69
544393fe 70#ifdef SIS_LINUX_KERNEL
1da177e4
LT
71#include "vgatypes.h"
72#include "vstruct.h"
73#ifdef SIS_CP
74#undef SIS_CP
75#endif
1da177e4
LT
76#include <linux/version.h>
77#include <linux/types.h>
78#include <asm/io.h>
79#include <linux/fb.h>
80#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
544393fe
TW
81#include <video/fbcon.h>
82#endif
83#include "sis.h"
84#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
1da177e4
LT
85#include <linux/sisfb.h>
86#else
87#include <video/sisfb.h>
88#endif
89#endif
90
91/* Mode numbers */
544393fe
TW
92static const unsigned short ModeIndex_320x200[] = {0x59, 0x41, 0x00, 0x4f};
93static const unsigned short ModeIndex_320x240[] = {0x50, 0x56, 0x00, 0x53};
94static const unsigned short ModeIndex_320x240_FSTN[] = {0x5a, 0x5b, 0x00, 0x00}; /* FSTN */
95static const unsigned short ModeIndex_400x300[] = {0x51, 0x57, 0x00, 0x54};
96static const unsigned short ModeIndex_512x384[] = {0x52, 0x58, 0x00, 0x5c};
97static const unsigned short ModeIndex_640x400[] = {0x2f, 0x5d, 0x00, 0x5e};
98static const unsigned short ModeIndex_640x480[] = {0x2e, 0x44, 0x00, 0x62};
99static const unsigned short ModeIndex_720x480[] = {0x31, 0x33, 0x00, 0x35};
100static const unsigned short ModeIndex_720x576[] = {0x32, 0x34, 0x00, 0x36};
101static const unsigned short ModeIndex_768x576[] = {0x5f, 0x60, 0x00, 0x61};
102static const unsigned short ModeIndex_800x480[] = {0x70, 0x7a, 0x00, 0x76};
103static const unsigned short ModeIndex_800x600[] = {0x30, 0x47, 0x00, 0x63};
104static const unsigned short ModeIndex_848x480[] = {0x39, 0x3b, 0x00, 0x3e};
105static const unsigned short ModeIndex_856x480[] = {0x3f, 0x42, 0x00, 0x45};
106static const unsigned short ModeIndex_960x540[] = {0x1d, 0x1e, 0x00, 0x1f}; /* 315 series only */
107static const unsigned short ModeIndex_960x600[] = {0x20, 0x21, 0x00, 0x22}; /* 315 series only */
108static const unsigned short ModeIndex_1024x768[] = {0x38, 0x4a, 0x00, 0x64};
109static const unsigned short ModeIndex_1024x576[] = {0x71, 0x74, 0x00, 0x77};
110static const unsigned short ModeIndex_1024x600[] = {0x20, 0x21, 0x00, 0x22}; /* 300 series only */
111static const unsigned short ModeIndex_1280x1024[] = {0x3a, 0x4d, 0x00, 0x65};
112static const unsigned short ModeIndex_1280x960[] = {0x7c, 0x7d, 0x00, 0x7e};
113static const unsigned short ModeIndex_1152x768[] = {0x23, 0x24, 0x00, 0x25}; /* 300 series only */
114static const unsigned short ModeIndex_1152x864[] = {0x29, 0x2a, 0x00, 0x2b};
115static const unsigned short ModeIndex_300_1280x768[] = {0x55, 0x5a, 0x00, 0x5b};
116static const unsigned short ModeIndex_310_1280x768[] = {0x23, 0x24, 0x00, 0x25};
117static const unsigned short ModeIndex_1280x720[] = {0x79, 0x75, 0x00, 0x78};
118static const unsigned short ModeIndex_1280x800[] = {0x14, 0x15, 0x00, 0x16};
119static const unsigned short ModeIndex_1280x854[] = {0x1a, 0x1b, 0x00, 0x1c};
120static const unsigned short ModeIndex_1360x768[] = {0x48, 0x4b, 0x00, 0x4e};
121static const unsigned short ModeIndex_300_1360x1024[]= {0x67, 0x6f, 0x00, 0x72}; /* 300 series, BARCO only */
122static const unsigned short ModeIndex_1400x1050[] = {0x26, 0x27, 0x00, 0x28}; /* 315 series only */
123static const unsigned short ModeIndex_1680x1050[] = {0x17, 0x18, 0x00, 0x19}; /* 315 series only */
124static const unsigned short ModeIndex_1600x1200[] = {0x3c, 0x3d, 0x00, 0x66};
125static const unsigned short ModeIndex_1920x1080[] = {0x2c, 0x2d, 0x00, 0x73}; /* 315 series only */
126static const unsigned short ModeIndex_1920x1440[] = {0x68, 0x69, 0x00, 0x6b};
127static const unsigned short ModeIndex_300_2048x1536[]= {0x6c, 0x6d, 0x00, 0x00};
128static const unsigned short ModeIndex_310_2048x1536[]= {0x6c, 0x6d, 0x00, 0x6e};
129
130static const unsigned short SiS_DRAMType[17][5]={
1da177e4
LT
131 {0x0C,0x0A,0x02,0x40,0x39},
132 {0x0D,0x0A,0x01,0x40,0x48},
133 {0x0C,0x09,0x02,0x20,0x35},
134 {0x0D,0x09,0x01,0x20,0x44},
135 {0x0C,0x08,0x02,0x10,0x31},
136 {0x0D,0x08,0x01,0x10,0x40},
137 {0x0C,0x0A,0x01,0x20,0x34},
138 {0x0C,0x09,0x01,0x08,0x32},
139 {0x0B,0x08,0x02,0x08,0x21},
140 {0x0C,0x08,0x01,0x08,0x30},
141 {0x0A,0x08,0x02,0x04,0x11},
142 {0x0B,0x0A,0x01,0x10,0x28},
143 {0x09,0x08,0x02,0x02,0x01},
144 {0x0B,0x09,0x01,0x08,0x24},
145 {0x0B,0x08,0x01,0x04,0x20},
146 {0x0A,0x08,0x01,0x02,0x10},
147 {0x09,0x08,0x01,0x01,0x00}
148};
149
544393fe 150static const unsigned short SiS_SDRDRAM_TYPE[13][5] =
1da177e4
LT
151{
152 { 2,12, 9,64,0x35},
153 { 1,13, 9,64,0x44},
154 { 2,12, 8,32,0x31},
155 { 2,11, 9,32,0x25},
156 { 1,12, 9,32,0x34},
157 { 1,13, 8,32,0x40},
158 { 2,11, 8,16,0x21},
159 { 1,12, 8,16,0x30},
160 { 1,11, 9,16,0x24},
161 { 1,11, 8, 8,0x20},
162 { 2, 9, 8, 4,0x01},
163 { 1,10, 8, 4,0x10},
164 { 1, 9, 8, 2,0x00}
165};
166
544393fe 167static const unsigned short SiS_DDRDRAM_TYPE[4][5] =
1da177e4
LT
168{
169 { 2,12, 9,64,0x35},
170 { 2,12, 8,32,0x31},
171 { 2,11, 8,16,0x21},
172 { 2, 9, 8, 4,0x01}
173};
174
544393fe 175static const unsigned char SiS_MDA_DAC[] =
1da177e4
LT
176{
177 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
178 0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,
179 0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,
180 0x3F,0x3F,0x3F,0x3F,0x3F,0x3F,0x3F,0x3F,
181 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
182 0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,
183 0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,
184 0x3F,0x3F,0x3F,0x3F,0x3F,0x3F,0x3F,0x3F
185};
186
544393fe 187static const unsigned char SiS_CGA_DAC[] =
1da177e4
LT
188{
189 0x00,0x10,0x04,0x14,0x01,0x11,0x09,0x15,
190 0x00,0x10,0x04,0x14,0x01,0x11,0x09,0x15,
191 0x2A,0x3A,0x2E,0x3E,0x2B,0x3B,0x2F,0x3F,
192 0x2A,0x3A,0x2E,0x3E,0x2B,0x3B,0x2F,0x3F,
193 0x00,0x10,0x04,0x14,0x01,0x11,0x09,0x15,
194 0x00,0x10,0x04,0x14,0x01,0x11,0x09,0x15,
195 0x2A,0x3A,0x2E,0x3E,0x2B,0x3B,0x2F,0x3F,
196 0x2A,0x3A,0x2E,0x3E,0x2B,0x3B,0x2F,0x3F
197};
198
544393fe 199static const unsigned char SiS_EGA_DAC[] =
1da177e4
LT
200{
201 0x00,0x10,0x04,0x14,0x01,0x11,0x05,0x15,
202 0x20,0x30,0x24,0x34,0x21,0x31,0x25,0x35,
203 0x08,0x18,0x0C,0x1C,0x09,0x19,0x0D,0x1D,
204 0x28,0x38,0x2C,0x3C,0x29,0x39,0x2D,0x3D,
205 0x02,0x12,0x06,0x16,0x03,0x13,0x07,0x17,
206 0x22,0x32,0x26,0x36,0x23,0x33,0x27,0x37,
207 0x0A,0x1A,0x0E,0x1E,0x0B,0x1B,0x0F,0x1F,
208 0x2A,0x3A,0x2E,0x3E,0x2B,0x3B,0x2F,0x3F
209};
210
544393fe 211static const unsigned char SiS_VGA_DAC[] =
1da177e4
LT
212{
213 0x00,0x10,0x04,0x14,0x01,0x11,0x09,0x15,
214 0x2A,0x3A,0x2E,0x3E,0x2B,0x3B,0x2F,0x3F,
215 0x00,0x05,0x08,0x0B,0x0E,0x11,0x14,0x18,
216 0x1C,0x20,0x24,0x28,0x2D,0x32,0x38,0x3F,
217 0x00,0x10,0x1F,0x2F,0x3F,0x1F,0x27,0x2F,
218 0x37,0x3F,0x2D,0x31,0x36,0x3A,0x3F,0x00,
219 0x07,0x0E,0x15,0x1C,0x0E,0x11,0x15,0x18,
220 0x1C,0x14,0x16,0x18,0x1A,0x1C,0x00,0x04,
221 0x08,0x0C,0x10,0x08,0x0A,0x0C,0x0E,0x10,
222 0x0B,0x0C,0x0D,0x0F,0x10
223};
224
544393fe
TW
225static const struct SiS_St SiS_SModeIDTable[] =
226{
227 {0x01,0x9208,0x01,0x00,0x00,0x00,0x01,0x00,0x40},
228 {0x01,0x1210,0x14,0x01,0x01,0x00,0x01,0x00,0x40},
229 {0x01,0x1010,0x17,0x02,0x02,0x00,0x01,0x01,0x40},
230 {0x03,0x8208,0x03,0x00,0x00,0x00,0x01,0x02,0x40},
231 {0x03,0x0210,0x16,0x01,0x01,0x00,0x01,0x02,0x40},
232 {0x03,0x0010,0x18,0x02,0x02,0x00,0x01,0x03,0x40},
233 {0x05,0x9209,0x05,0x00,0x00,0x00,0x00,0x04,0x40},
234 {0x06,0x8209,0x06,0x00,0x00,0x00,0x00,0x05,0x40},
235 {0x07,0x0000,0x07,0x03,0x03,0x00,0x01,0x03,0x40},
236 {0x07,0x0000,0x19,0x02,0x02,0x00,0x01,0x03,0x40},
237 {0x0d,0x920a,0x0d,0x00,0x00,0x00,0x00,0x04,0x40},
238 {0x0e,0x820a,0x0e,0x00,0x00,0x00,0x00,0x05,0x40},
239 {0x0f,0x0202,0x11,0x01,0x01,0x00,0x00,0x05,0x40},
240 {0x10,0x0212,0x12,0x01,0x01,0x00,0x00,0x05,0x40},
241 {0x11,0x0212,0x1a,0x04,0x04,0x00,0x00,0x05,0x40},
242 {0x12,0x0212,0x1b,0x04,0x04,0x00,0x00,0x05,0x40},
243 {0x13,0x021b,0x1c,0x00,0x00,0x00,0x00,0x04,0x40},
244 {0x12,0x0010,0x18,0x02,0x02,0x00,0x00,0x05,0x40},
245 {0x12,0x0210,0x18,0x01,0x01,0x00,0x00,0x05,0x40},
246 {0xff,0x0000,0x00,0x00,0x00,0x00,0x00,0x00,0x00}
247};
248
249static const struct SiS_StResInfo_S SiS_StResInfo[]=
1da177e4
LT
250{
251 { 640,400},
252 { 640,350},
253 { 720,400},
254 { 720,350},
255 { 640,480}
256};
257
544393fe 258static const struct SiS_ModeResInfo_S SiS_ModeResInfo[] =
1da177e4
LT
259{
260 { 320, 200, 8, 8}, /* 0x00 */
261 { 320, 240, 8, 8}, /* 0x01 */
262 { 320, 400, 8, 8}, /* 0x02 */
263 { 400, 300, 8, 8}, /* 0x03 */
264 { 512, 384, 8, 8}, /* 0x04 */
265 { 640, 400, 8,16}, /* 0x05 */
266 { 640, 480, 8,16}, /* 0x06 */
267 { 800, 600, 8,16}, /* 0x07 */
268 { 1024, 768, 8,16}, /* 0x08 */
269 { 1280,1024, 8,16}, /* 0x09 */
270 { 1600,1200, 8,16}, /* 0x0a */
271 { 1920,1440, 8,16}, /* 0x0b */
272 { 2048,1536, 8,16}, /* 0x0c */
273 { 720, 480, 8,16}, /* 0x0d */
274 { 720, 576, 8,16}, /* 0x0e */
275 { 1280, 960, 8,16}, /* 0x0f */
276 { 800, 480, 8,16}, /* 0x10 */
277 { 1024, 576, 8,16}, /* 0x11 */
278 { 1280, 720, 8,16}, /* 0x12 */
279 { 856, 480, 8,16}, /* 0x13 */
280 { 1280, 768, 8,16}, /* 0x14 */
281 { 1400,1050, 8,16}, /* 0x15 */
282 { 1152, 864, 8,16}, /* 0x16 */
283 { 848, 480, 8,16}, /* 0x17 */
284 { 1360, 768, 8,16}, /* 0x18 */
285 { 1024, 600, 8,16}, /* 0x19 */
286 { 1152, 768, 8,16}, /* 0x1a */
287 { 768, 576, 8,16}, /* 0x1b */
288 { 1360,1024, 8,16}, /* 0x1c */
289 { 1680,1050, 8,16}, /* 0x1d */
290 { 1280, 800, 8,16}, /* 0x1e */
291 { 1920,1080, 8,16}, /* 0x1f */
292 { 960, 540, 8,16}, /* 0x20 */
544393fe
TW
293 { 960, 600, 8,16}, /* 0x21 */
294 { 1280, 854, 8,16} /* 0x22 */
1da177e4
LT
295};
296
297#if defined(SIS300) || defined(SIS315H)
544393fe 298static const struct SiS_StandTable_S SiS_StandTable[]=
1da177e4
LT
299{
300/* 0x00: MD_0_200 */
301 {
302 0x28,0x18,0x08,0x0800,
303 {0x09,0x03,0x00,0x02},
304 0x63,
305 {0x2d,0x27,0x28,0x90,0x2b,0xa0,0xbf,0x1f,
306 0x00,0xc7,0x06,0x07,0x00,0x00,0x00,0x00,
307 0x9c,0x8e,0x8f,0x14,0x1f,0x96,0xb9,0xa3,
308 0xff},
309 {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,
310 0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,
311 0x08,0x00,0x0f,0x00},
312 {0x00,0x00,0x00,0x00,0x00,0x10,0x0e,0x00,
313 0xff}
314 },
315/* 0x01: MD_1_200 */
316 {
317 0x28,0x18,0x08,0x0800,
318 {0x09,0x03,0x00,0x02},
319 0x63,
320 {0x2d,0x27,0x28,0x90,0x2b,0xa0,0xbf,0x1f,
321 0x00,0xc7,0x06,0x07,0x00,0x00,0x00,0x00,
322 0x9c,0x8e,0x8f,0x14,0x1f,0x96,0xb9,0xa3,
323 0xff},
324 {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,
325 0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,
326 0x08,0x00,0x0f,0x00},
327 {0x00,0x00,0x00,0x00,0x00,0x10,0x0e,0x00,
328 0xff}
329 },
330/* 0x02: MD_2_200 */
331 {
332 0x50,0x18,0x08,0x1000,
333 {0x01,0x03,0x00,0x02},
334 0x63,
335 {0x5f,0x4f,0x50,0x82,0x55,0x81,0xbf,0x1f,
336 0x00,0xc7,0x06,0x07,0x00,0x00,0x00,0x00,
337 0x9c,0x8e,0x8f,0x28,0x1f,0x96,0xb9,0xa3,
338 0xff},
339 {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,
340 0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,
341 0x08,0x00,0x0f,0x00},
342 {0x00,0x00,0x00,0x00,0x00,0x10,0x0e,0x00,
343 0xff}
344 },
345/* 0x03: MD_3_200 - mode 0x03 - 0 */
346 {
347 0x50,0x18,0x08,0x1000,
348 {0x01,0x03,0x00,0x02},
349 0x63,
350 {0x5f,0x4f,0x50,0x82,0x55,0x81,0xbf,0x1f,
351 0x00,0xc7,0x06,0x07,0x00,0x00,0x00,0x00,
352 0x9c,0x8e,0x8f,0x28,0x1f,0x96,0xb9,0xa3,
353 0xff},
354 {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,
355 0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,
356 0x08,0x00,0x0f,0x00},
357 {0x00,0x00,0x00,0x00,0x00,0x10,0x0e,0x00,
358 0xff}
359 },
360/* 0x04: MD_4 */
361 {
362 0x28,0x18,0x08,0x4000,
363 {0x09,0x03,0x00,0x02},
364 0x63,
365 {0x2d,0x27,0x28,0x90,0x2c,0x80,0xbf,0x1f, /* 0x2c is 2b for 300 */
366 0x00,0xc1,0x00,0x00,0x00,0x00,0x00,0x00,
367 0x9c,0x8e,0x8f,0x14,0x00,0x96,0xb9,0xa2,
368 0xff},
369 {0x00,0x13,0x15,0x17,0x02,0x04,0x06,0x07,
370 0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,
371 0x01,0x00,0x03,0x00},
372 {0x00,0x00,0x00,0x00,0x00,0x30,0x0f,0x00,
373 0xff}
374 },
375/* 0x05: MD_5 */
376 {
377 0x28,0x18,0x08,0x4000,
378 {0x09,0x03,0x00,0x02},
379 0x63,
380 {0x2d,0x27,0x28,0x90,0x2c,0x80,0xbf,0x1f, /* 0x2c is 2b for 300 */
381 0x00,0xc1,0x00,0x00,0x00,0x00,0x00,0x00,
382 0x9c,0x8e,0x8f,0x14,0x00,0x96,0xb9,0xa2,
383 0xff},
384 {0x00,0x13,0x15,0x17,0x02,0x04,0x06,0x07,
385 0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,
386 0x01,0x00,0x03,0x00},
387 {0x00,0x00,0x00,0x00,0x00,0x30,0x0f,0x00,
388 0xff}
389 },
390/* 0x06: MD_6 */
391 {
392 0x50,0x18,0x08,0x4000,
393 {0x01,0x01,0x00,0x06},
394 0x63,
395 {0x5f,0x4f,0x50,0x82,0x55,0x81,0xbf,0x1f, /* 55,81 is 54,80 for 300 */
396 0x00,0xc1,0x00,0x00,0x00,0x00,0x00,0x00,
397 0x9c,0x8e,0x8f,0x28,0x00,0x96,0xb9,0xc2,
398 0xff},
399 {0x00,0x17,0x17,0x17,0x17,0x17,0x17,0x17,
400 0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,
401 0x01,0x00,0x01,0x00},
402 {0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x00,
403 0xff}
404 },
405/* 0x07: MD_7 */
406 {
407 0x50,0x18,0x0e,0x1000,
408 {0x00,0x03,0x00,0x03},
409 0xa6,
410 {0x5f,0x4f,0x50,0x82,0x55,0x81,0xbf,0x1f,
411 0x00,0x4d,0x0b,0x0c,0x00,0x00,0x00,0x00,
412 0x83,0x85,0x5d,0x28,0x0d,0x63,0xba,0xa3,
413 0xff},
414 {0x00,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
415 0x10,0x18,0x18,0x18,0x18,0x18,0x18,0x18,
416 0x0e,0x00,0x0f,0x08},
417 {0x00,0x00,0x00,0x00,0x00,0x10,0x0a,0x00,
418 0xff}
419 },
420/* 0x08: MDA_DAC */
421 {
422 0x00,0x00,0x00,0x0000,
423 {0x00,0x00,0x00,0x15},
424 0x15,
425 {0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,
426 0x15,0x15,0x15,0x15,0x15,0x15,0x3f,0x3f,
427 0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x00,0x00,
428 0x00},
429 {0x00,0x00,0x00,0x00,0x00,0x15,0x15,0x15,
430 0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,
431 0x15,0x15,0x15,0x15},
432 {0x15,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,
433 0x3f}
434 },
435/* 0x09: CGA_DAC */
436 {
437 0x00,0x10,0x04,0x0114,
438 {0x11,0x09,0x15,0x00},
439 0x10,
440 {0x04,0x14,0x01,0x11,0x09,0x15,0x2a,0x3a,
441 0x2e,0x3e,0x2b,0x3b,0x2f,0x3f,0x2a,0x3a,
442 0x2e,0x3e,0x2b,0x3b,0x2f,0x3f,0x00,0x10,
443 0x04},
444 {0x14,0x01,0x11,0x09,0x15,0x00,0x10,0x04,
445 0x14,0x01,0x11,0x09,0x15,0x2a,0x3a,0x2e,
446 0x3e,0x2b,0x3b,0x2f},
447 {0x3f,0x2a,0x3a,0x2e,0x3e,0x2b,0x3b,0x2f,
448 0x3f}
449 },
450/* 0x0a: EGA_DAC */
451 {
452 0x00,0x10,0x04,0x0114,
453 {0x11,0x05,0x15,0x20},
454 0x30,
455 {0x24,0x34,0x21,0x31,0x25,0x35,0x08,0x18,
456 0x0c,0x1c,0x09,0x19,0x0d,0x1d,0x28,0x38,
457 0x2c,0x3c,0x29,0x39,0x2d,0x3d,0x02,0x12,
458 0x06},
459 {0x16,0x03,0x13,0x07,0x17,0x22,0x32,0x26,
460 0x36,0x23,0x33,0x27,0x37,0x0a,0x1a,0x0e,
461 0x1e,0x0b,0x1b,0x0f},
462 {0x1f,0x2a,0x3a,0x2e,0x3e,0x2b,0x3b,0x2f,
463 0x3f}
464 },
465/* 0x0b: VGA_DAC */
466 {
467 0x00,0x10,0x04,0x0114,
468 {0x11,0x09,0x15,0x2a},
469 0x3a,
470 {0x2e,0x3e,0x2b,0x3b,0x2f,0x3f,0x00,0x05,
471 0x08,0x0b,0x0e,0x11,0x14,0x18,0x1c,0x20,
472 0x24,0x28,0x2d,0x32,0x38,0x3f,0x00,0x10,
473 0x1f},
474 {0x2f,0x3f,0x1f,0x27,0x2f,0x37,0x3f,0x2d,
475 0x31,0x36,0x3a,0x3f,0x00,0x07,0x0e,0x15,
476 0x1c,0x0e,0x11,0x15},
477 {0x18,0x1c,0x14,0x16,0x18,0x1a,0x1c,0x00,
478 0x04}
479 },
480/* 0x0c */
481 {
482 0x08,0x0c,0x10,0x0a08,
483 {0x0c,0x0e,0x10,0x0b},
484 0x0c,
485 {0x0d,0x0f,0x10,0x10,0x01,0x08,0x00,0x00,
486 0x00,0x00,0x01,0x00,0x02,0x02,0x01,0x00,
487 0x04,0x04,0x01,0x00,0x05,0x02,0x05,0x00,
488 0x06},
489 {0x01,0x06,0x05,0x06,0x00,0x08,0x01,0x08,
490 0x00,0x07,0x02,0x07,0x06,0x07,0x00,0x00,
491 0x00,0x00,0x00,0x00},
492 {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
493 0x00}
494 },
495/* 0x0d: MD_D */
496 {
497 0x28,0x18,0x08,0x2000,
498 {0x09,0x0f,0x00,0x06},
499 0x63,
500 {0x2d,0x27,0x28,0x90,0x2c,0x80,0xbf,0x1f, /* 2c is 2b for 300 */
501 0x00,0xc0,0x00,0x00,0x00,0x00,0x00,0x00,
502 0x9c,0x8e,0x8f,0x14,0x00,0x96,0xb9,0xe3,
503 0xff},
504 {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,
505 0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,
506 0x01,0x00,0x0f,0x00},
507 {0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x0f,
508 0xff}
509 },
510/* 0x0e: MD_E */
511 {
512 0x50,0x18,0x08,0x4000,
513 {0x01,0x0f,0x00,0x06},
514 0x63,
515 {0x5f,0x4f,0x50,0x82,0x55,0x81,0xbf,0x1f, /* 55,81 is 54,80 for 300 */
516 0x00,0xc0,0x00,0x00,0x00,0x00,0x00,0x00,
517 0x9c,0x8e,0x8f,0x28,0x00,0x96,0xb9,0xe3,
518 0xff},
519 {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,
520 0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,
521 0x01,0x00,0x0f,0x00},
522 {0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x0f,
523 0xff}
524 },
525/* 0x0f: ExtVGATable - modes > 0x13 */
526 {
527 0x00,0x00,0x00,0x0000,
528 {0x01,0x0f,0x00,0x0e},
529 0x23,
530 {0x5f,0x4f,0x50,0x82,0x54,0x80,0x0b,0x3e,
531 0x00,0x40,0x00,0x00,0x00,0x00,0x00,0x00,
532 0xea,0x8c,0xdf,0x28,0x40,0xe7,0x04,0xa3,
533 0xff},
534 {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,
535 0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,
536 0x01,0x00,0x00,0x00},
537 {0x00,0x00,0x00,0x00,0x00,0x40,0x05,0x0f,
538 0xff}
539 },
540/* 0x10: ROM_SAVEPTR - totally different for 300 */
541 {
542 0x9f,0x3b,0x00,0x00c0,
543 {0x00,0x00,0x00,0x00},
544 0x00,
545 {0x00,0x00,0x00,0x00,0x00,0x00,0xbb,0x3f,
546 0x00,0xc0,0x00,0x00,0x00,0x00,0x00,0x00,
547 0x00,0x00,0x1a,0x00,0xac,0x3e,0x00,0xc0,
548 0x00},
549 {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
550 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
551 0x00,0x00,0x00,0x00},
552 {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
553 0x00}
554 },
555/* 0x11: MD_F */
556 {
557 0x50,0x18,0x0e,0x8000,
558 {0x01,0x0f,0x00,0x06},
559 0xa2,
560 {0x5f,0x4f,0x50,0x82,0x55,0x81,0xbf,0x1f, /* 55,81 is 54,80 on 300 */
561 0x00,0x40,0x00,0x00,0x00,0x00,0x00,0x00,
562 0x82,0x84,0x5d,0x28,0x0f,0x63,0xba,0xe3, /* 82,84 is 83,85 on 300 */
563 0xff},
564 {0x00,0x08,0x00,0x00,0x18,0x18,0x00,0x00,
565 0x00,0x08,0x00,0x00,0x00,0x18,0x00,0x00,
566 0x0b,0x00,0x05,0x00},
567 {0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,
568 0xff}
569 },
570/* 0x12: MD_10 */
571 {
572 0x50,0x18,0x0e,0x8000,
573 {0x01,0x0f,0x00,0x06},
574 0xa3,
575 {0x5f,0x4f,0x50,0x82,0x55,0x81,0xbf,0x1f, /* 55,81 is 54,80 on 300 */
576 0x00,0x40,0x00,0x00,0x00,0x00,0x00,0x00,
577 0x82,0x84,0x5d,0x28,0x0f,0x63,0xba,0xe3, /* 82,84 is 83,85 on 300 */
578 0xff},
579 {0x00,0x01,0x02,0x03,0x04,0x05,0x14,0x07,
580 0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,
581 0x01,0x00,0x0f,0x00},
582 {0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x0f,
583 0xff}
584 },
585/* 0x13: MD_0_350 */
586 {
587 0x28,0x18,0x0e,0x0800,
588 {0x09,0x03,0x00,0x02},
589 0xa3,
590 {0x2d,0x27,0x28,0x90,0x2b,0xb1,0xbf,0x1f, /* b1 is a0 on 300 */
591 0x00,0x4d,0x0b,0x0c,0x00,0x00,0x00,0x00,
592 0x83,0x85,0x5d,0x14,0x1f,0x63,0xba,0xa3,
593 0xff},
594 {0x00,0x01,0x02,0x03,0x04,0x05,0x14,0x07,
595 0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,
596 0x08,0x00,0x0f,0x00},
597 {0x00,0x00,0x00,0x00,0x00,0x10,0x0e,0x00,
598 0xff}
599 },
600/* 0x14: MD_1_350 */
601 {
602 0x28,0x18,0x0e,0x0800,
603 {0x09,0x03,0x00,0x02},
604 0xa3,
605 {0x2d,0x27,0x28,0x90,0x2b,0xa0,0xbf,0x1f,
606 0x00,0x4d,0x0b,0x0c,0x00,0x00,0x00,0x00,
607 0x83,0x85,0x5d,0x14,0x1f,0x63,0xba,0xa3,
608 0xff},
609 {0x00,0x01,0x02,0x03,0x04,0x05,0x14,0x07,
610 0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,
611 0x08,0x00,0x0f,0x00},
612 {0x00,0x00,0x00,0x00,0x00,0x10,0x0e,0x00,
613 0xff}
614 },
615/* 0x15: MD_2_350 */
616 {
617 0x50,0x18,0x0e,0x1000,
618 {0x01,0x03,0x00,0x02},
619 0xa3,
620 {0x5f,0x4f,0x50,0x82,0x55,0x81,0xbf,0x1f,
621 0x00,0x4d,0x0b,0x0c,0x00,0x00,0x00,0x00,
622 0x83,0x85,0x5d,0x28,0x1f,0x63,0xba,0xa3,
623 0xff},
624 {0x00,0x01,0x02,0x03,0x04,0x05,0x14,0x07,
625 0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,
626 0x08,0x00,0x0f,0x00},
627 {0x00,0x00,0x00,0x00,0x00,0x10,0x0e,0x00,
628 0xff}
629 },
630/* 0x16: MD_3_350 - mode 0x03 - 1 */
631 {
632 0x50,0x18,0x0e,0x1000,
633 {0x01,0x03,0x00,0x02},
634 0xa3,
635 {0x5f,0x4f,0x50,0x82,0x55,0x81,0xbf,0x1f,
636 0x00,0x4d,0x0b,0x0c,0x00,0x00,0x00,0x00,
637 0x83,0x85,0x5d,0x28,0x1f,0x63,0xba,0xa3,
638 0xff},
639 {0x00,0x01,0x02,0x03,0x04,0x05,0x14,0x07,
640 0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,
641 0x08,0x00,0x0f,0x00},
642 {0x00,0x00,0x00,0x00,0x00,0x10,0x0e,0x00,
643 0xff}
644 },
645/* 0x17: MD_0_1_400 */
646 {
647 0x28,0x18,0x10,0x0800,
648 {0x08,0x03,0x00,0x02},
649 0x67,
650 {0x2d,0x27,0x28,0x90,0x2b,0xb1,0xbf,0x1f, /* b1 is a0 on 300 */
651 0x00,0x4f,0x0d,0x0e,0x00,0x00,0x00,0x00,
652 0x9c,0x8e,0x8f,0x14,0x1f,0x96,0xb9,0xa3,
653 0xff},
654 {0x00,0x01,0x02,0x03,0x04,0x05,0x14,0x07,
655 0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,
656 0x0c,0x00,0x0f,0x08},
657 {0x00,0x00,0x00,0x00,0x00,0x10,0x0e,0x00,
658 0xff}
659 },
660/* 0x18: MD_2_3_400 - mode 0x03 - 2 */
661 {
662 0x50,0x18,0x10,0x1000,
663 {0x00,0x03,0x00,0x02},
664 0x67,
665 {0x5f,0x4f,0x50,0x82,0x55,0x81,0xbf,0x1f,
666 0x00,0x4f,0x0d,0x0e,0x00,0x00,0x00,0x00,
667 0x9c,0x8e,0x8f,0x28,0x1f,0x96,0xb9,0xa3,
668 0xff},
669 {0x00,0x01,0x02,0x03,0x04,0x05,0x14,0x07,
670 0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,
671 0x0c,0x00,0x0f,0x08},
672 {0x00,0x00,0x00,0x00,0x00,0x10,0x0e,0x00,
673 0xff}
674 },
675/* 0x19: MD_7_400 */
676 {
677 0x50,0x18,0x10,0x1000,
678 {0x00,0x03,0x00,0x02},
679 0x66,
680 {0x5f,0x4f,0x50,0x82,0x55,0x81,0xbf,0x1f,
681 0x00,0x4f,0x0d,0x0e,0x00,0x00,0x00,0x00,
682 0x9c,0x8e,0x8f,0x28,0x0f,0x96,0xb9,0xa3,
683 0xff},
684 {0x00,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
685 0x10,0x18,0x18,0x18,0x18,0x18,0x18,0x18,
686 0x0e,0x00,0x0f,0x08},
687 {0x00,0x00,0x00,0x00,0x00,0x10,0x0a,0x00,
688 0xff}
689 },
690/* 0x1a: MD_11 */
691 {
692 0x50,0x1d,0x10,0xa000,
693 {0x01,0x0f,0x00,0x06},
694 0xe3,
695 {0x5f,0x4f,0x50,0x82,0x55,0x81,0x0b,0x3e, /* 55,81 is 54,80 on 300 */
696 0x00,0x40,0x00,0x00,0x00,0x00,0x00,0x00,
697 0xe9,0x8b,0xdf,0x28,0x00,0xe7,0x04,0xc3, /* e9,8b is ea,8c on 300 */
698 0xff},
699 {0x00,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,
700 0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,
701 0x01,0x00,0x0f,0x00},
702 {0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x01,
703 0xff}
704 },
705/* 0x1b: ExtEGATable - Modes <= 0x02 */
706 {
707 0x50,0x1d,0x10,0xa000,
708 {0x01,0x0f,0x00,0x06},
709 0xe3,
710 {0x5f,0x4f,0x50,0x82,0x55,0x81,0x0b,0x3e, /* 55,81 is 54,80 on 300 */
711 0x00,0x40,0x00,0x00,0x00,0x00,0x00,0x00,
712 0xe9,0x8b,0xdf,0x28,0x00,0xe7,0x04,0xe3, /* e9,8b is ea,8c on 300 */
713 0xff},
714 {0x00,0x01,0x02,0x03,0x04,0x05,0x14,0x07,
715 0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,
716 0x01,0x00,0x0f,0x00},
717 {0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x0f,
718 0xff}
719 },
720/* 0x1c: MD_13 */
721 {
722 0x28,0x18,0x08,0x2000,
723 {0x01,0x0f,0x00,0x0e},
724 0x63,
725 {0x5f,0x4f,0x50,0x82,0x55,0x81,0xbf,0x1f, /* 55,81 is 54,80 on 300 */
726 0x00,0x41,0x00,0x00,0x00,0x00,0x00,0x00,
727 0x9c,0x8e,0x8f,0x28,0x40,0x96,0xb9,0xa3,
728 0xff},
729 {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,
730 0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,
731 0x41,0x00,0x0f,0x00},
732 {0x00,0x00,0x00,0x00,0x00,0x40,0x05,0x0f,
733 0xff}
734 }
735};
736#endif
737
738/**************************************************************/
739/* SIS VIDEO BRIDGE ----------------------------------------- */
740/**************************************************************/
741
544393fe 742static const unsigned char SiS_SoftSetting = 0x30; /* RAM setting */
1da177e4 743
544393fe 744static const unsigned char SiS_OutputSelect = 0x40;
1da177e4 745
544393fe 746static const unsigned char SiS_NTSCTiming[] = {
1da177e4
LT
747 0x17,0x1d,0x03,0x09,0x05,0x06,0x0c,0x0c,
748 0x94,0x49,0x01,0x0a,0x06,0x0d,0x04,0x0a,
749 0x06,0x14,0x0d,0x04,0x0a,0x00,0x85,0x1b,
750 0x0c,0x50,0x00,0x97,0x00,0xda,0x4a,0x17,
751 0x7d,0x05,0x4b,0x00,0x00,0xe2,0x00,0x02,
752 0x03,0x0a,0x65,0x9d,0x08,0x92,0x8f,0x40,
753 0x60,0x80,0x14,0x90,0x8c,0x60,0x14,0x50,
754 0x00,0x40,0x44,0x00,0xdb,0x02,0x3b,0x00
755};
756
544393fe 757static const unsigned char SiS_PALTiming[] = {
1da177e4
LT
758 0x19,0x52,0x35,0x6e,0x04,0x38,0x3d,0x70,
759 0x94,0x49,0x01,0x12,0x06,0x3e,0x35,0x6d,
760 0x06,0x14,0x3e,0x35,0x6d,0x00,0x45,0x2b,
761 0x70,0x50,0x00,0x9b,0x00,0xd9,0x5d,0x17,
762 0x7d,0x05,0x45,0x00,0x00,0xe8,0x00,0x02,
763 0x0d,0x00,0x68,0xb0,0x0b,0x92,0x8f,0x40,
764 0x60,0x80,0x14,0x90,0x8c,0x60,0x14,0x63,
765 0x00,0x40,0x3e,0x00,0xe1,0x02,0x28,0x00
766};
767
544393fe
TW
768static const unsigned char SiS_HiTVExtTiming[] = {
769 0x32,0x65,0x2c,0x5f,0x08,0x31,0x3a,0x64,
1da177e4
LT
770 0x28,0x02,0x01,0x3d,0x06,0x3e,0x35,0x6d,
771 0x06,0x14,0x3e,0x35,0x6d,0x00,0xc5,0x3f,
772 0x64,0x90,0x33,0x8c,0x18,0x36,0x3e,0x13,
773 0x2a,0xde,0x2a,0x44,0x40,0x2a,0x44,0x40,
774 0x8e,0x8e,0x82,0x07,0x0b,0x92,0x0f,0x40,
775 0x60,0x80,0x14,0x90,0x8c,0x60,0x14,0x3d,
776 0x63,0x4f,0x27,0x00,0xfc,0xff,0x6a,0x00
777};
778
544393fe
TW
779static const unsigned char SiS_HiTVSt1Timing[] = {
780 0x32,0x65,0x2c,0x5f,0x08,0x31,0x3a,0x65,
1da177e4
LT
781 0x28,0x02,0x01,0x3d,0x06,0x3e,0x35,0x6d,
782 0x06,0x14,0x3e,0x35,0x6d,0x00,0xc5,0x3f,
783 0x65,0x90,0x7b,0xa8,0x03,0xf0,0x87,0x03,
784 0x11,0x15,0x11,0xcf,0x10,0x11,0xcf,0x10,
785 0x35,0x35,0x3b,0x69,0x1d,0x92,0x0f,0x40,
786 0x60,0x80,0x14,0x90,0x8c,0x60,0x04,0x86,
787 0xaf,0x5d,0x0e,0x00,0xfc,0xff,0x2d,0x00
788};
789
544393fe
TW
790static const unsigned char SiS_HiTVSt2Timing[] = {
791 0x32,0x65,0x2c,0x5f,0x08,0x31,0x3a,0x64,
1da177e4
LT
792 0x28,0x02,0x01,0x3d,0x06,0x3e,0x35,0x6d,
793 0x06,0x14,0x3e,0x35,0x6d,0x00,0xc5,0x3f,
794 0x64,0x90,0x33,0x8c,0x18,0x36,0x3e,0x13,
795 0x2a,0xde,0x2a,0x44,0x40,0x2a,0x44,0x40,
796 0x8e,0x8e,0x82,0x07,0x0b,0x92,0x0f,0x40,
797 0x60,0x80,0x14,0x90,0x8c,0x60,0x14,0x3d,
798 0x63,0x4f,0x27,0x00,0xfc,0xff,0x6a,0x00
799};
800
801#if 0
544393fe
TW
802static const unsigned char SiS_HiTVTextTiming[] = {
803 0x32,0x65,0x2c,0x5f,0x08,0x31,0x3a,0x65,
1da177e4
LT
804 0x28,0x02,0x01,0x3d,0x06,0x3e,0x35,0x6d,
805 0x06,0x14,0x3e,0x35,0x6d,0x00,0xc5,0x3f,
806 0x65,0x90,0xe7,0xbc,0x03,0x0c,0x97,0x03,
807 0x14,0x78,0x14,0x08,0x20,0x14,0x08,0x20,
808 0xc8,0xc8,0x3b,0xd2,0x26,0x92,0x0f,0x40,
809 0x60,0x80,0x14,0x90,0x8c,0x60,0x04,0x96,
810 0x72,0x5c,0x11,0x00,0xfc,0xff,0x32,0x00
811};
812#endif
813
544393fe
TW
814static const unsigned char SiS_HiTVGroup3Data[] = {
815 0x00,0x1a,0x22,0x63,0x62,0x22,0x08,0x5f,
1da177e4
LT
816 0x05,0x21,0xb2,0xb2,0x55,0x77,0x2a,0xa6,
817 0x25,0x2f,0x47,0xfa,0xc8,0xff,0x8e,0x20,
818 0x8c,0x6e,0x60,0x2e,0x58,0x48,0x72,0x44,
819 0x56,0x36,0x4f,0x6e,0x3f,0x80,0x00,0x80,
820 0x4f,0x7f,0x03,0xa8,0x7d,0x20,0x1a,0xa9,
821 0x14,0x05,0x03,0x7e,0x64,0x31,0x14,0x75,
822 0x18,0x05,0x18,0x05,0x4c,0xa8,0x01
823};
824
544393fe
TW
825static const unsigned char SiS_HiTVGroup3Simu[] = {
826 0x00,0x1a,0x22,0x63,0x62,0x22,0x08,0x95,
1da177e4
LT
827 0xdb,0x20,0xb8,0xb8,0x55,0x47,0x2a,0xa6,
828 0x25,0x2f,0x47,0xfa,0xc8,0xff,0x8e,0x20,
829 0x8c,0x6e,0x60,0x15,0x26,0xd3,0xe4,0x11,
830 0x56,0x36,0x4f,0x6e,0x3f,0x80,0x00,0x80,
831 0x67,0x36,0x01,0x47,0x0e,0x10,0xbe,0xb4,
832 0x01,0x05,0x03,0x7e,0x65,0x31,0x14,0x75,
833 0x18,0x05,0x18,0x05,0x4c,0xa8,0x01
834};
835
836#if 0
544393fe
TW
837static const unsigned char SiS_HiTVGroup3Text[] = {
838 0x00,0x1a,0x22,0x63,0x62,0x22,0x08,0xa7,
1da177e4
LT
839 0xf5,0x20,0xce,0xce,0x55,0x47,0x2a,0xa6,
840 0x25,0x2f,0x47,0xfa,0xc8,0xff,0x8e,0x20,
841 0x8c,0x6e,0x60,0x18,0x2c,0x0c,0x20,0x22,
842 0x56,0x36,0x4f,0x6e,0x3f,0x80,0x00,0x80,
843 0x93,0x3c,0x01,0x50,0x2f,0x10,0xf4,0xca,
844 0x01,0x05,0x03,0x7e,0x65,0x31,0x14,0x75,
845 0x18,0x05,0x18,0x05,0x4c,0xa8,0x01
846};
847#endif
848
544393fe 849static const struct SiS_TVData SiS_StPALData[] =
1da177e4 850{
544393fe
TW
851 { 1, 1, 864, 525,1270, 400, 100, 0, 760, 0,0xf4,0xff,0x1c,0x22},
852 { 1, 1, 864, 525,1270, 350, 100, 0, 760, 0,0xf4,0xff,0x1c,0x22},
853 { 1, 1, 864, 525,1270, 400, 0, 0, 720, 0,0xf1,0x04,0x1f,0x18},
854 { 1, 1, 864, 525,1270, 350, 0, 0, 720, 0,0xf4,0x0b,0x1c,0x0a},
855 { 1, 1, 864, 525,1270, 480, 50, 0, 760, 0,0xf4,0xff,0x1c,0x22},
856 { 1, 1, 864, 525,1270, 600, 50, 0, 0,0x300,0xf4,0xff,0x1c,0x22}
1da177e4
LT
857};
858
544393fe 859static const struct SiS_TVData SiS_ExtPALData[] =
1da177e4 860{
544393fe
TW
861 { 27, 10, 848, 448,1270, 530, 50, 0, 50, 0,0xf4,0xff,0x1c,0x22}, /* 640x400, 320x200 */
862 { 108, 35, 848, 398,1270, 530, 50, 0, 50, 0,0xf4,0xff,0x1c,0x22},
863 { 12, 5, 954, 448,1270, 530, 50, 0, 50, 0,0xf1,0x04,0x1f,0x18},
864 { 9, 4, 960, 463,1644, 438, 50, 0, 50, 0,0xf4,0x0b,0x1c,0x0a},
865 { 9, 4, 848, 528,1270, 530, 0, 0, 50, 0,0xf5,0xfb,0x1b,0x2a}, /* 640x480, 320x240 */
866 { 36, 25,1060, 648,1270, 530, 438, 0, 438, 0,0xeb,0x05,0x25,0x16}, /* 800x600, 400x300 */
867 { 3, 2,1080, 619,1270, 540, 438, 0, 438, 0,0xf3,0x00,0x1d,0x20}, /* 720x576 */
868 { 1, 1,1170, 821,1270, 520, 686, 0, 686, 0,0xF3,0x00,0x1D,0x20}, /* 1024x768 */
869 { 1, 1,1170, 821,1270, 520, 686, 0, 686, 0,0xF3,0x00,0x1D,0x20}, /* 1024x768 (for NTSC equ) */
870 { 9, 4, 848, 528,1270, 530, 0, 0, 50, 0,0xf5,0xfb,0x1b,0x2a} /* 720x480 */
1da177e4
LT
871};
872
544393fe 873static const struct SiS_TVData SiS_StNTSCData[] =
1da177e4 874{
544393fe
TW
875 { 1, 1, 858, 525,1270, 400, 50, 0, 760, 0,0xf1,0x04,0x1f,0x18},
876 { 1, 1, 858, 525,1270, 350, 50, 0, 640, 0,0xf1,0x04,0x1f,0x18},
877 { 1, 1, 858, 525,1270, 400, 0, 0, 720, 0,0xf1,0x04,0x1f,0x18},
878 { 1, 1, 858, 525,1270, 350, 0, 0, 720, 0,0xf4,0x0b,0x1c,0x0a},
879 { 1, 1, 858, 525,1270, 480, 0, 0, 760, 0,0xf1,0x04,0x1f,0x18}
1da177e4
LT
880};
881
544393fe 882static const struct SiS_TVData SiS_ExtNTSCData[] =
1da177e4 883{
544393fe
TW
884 { 143, 65, 858, 443,1270, 440, 171, 0, 171, 0,0xf1,0x04,0x1f,0x18}, /* 640x400, 320x200 */
885 { 88, 35, 858, 393,1270, 440, 171, 0, 171, 0,0xf1,0x04,0x1f,0x18},
886 { 143, 70, 924, 443,1270, 440, 92, 0, 92, 0,0xf1,0x04,0x1f,0x18},
887 { 143, 70, 924, 393,1270, 440, 92, 0, 92, 0,0xf4,0x0b,0x1c,0x0a},
888 { 143, 76, 836, 523,1270, 440, 224, 0, 0, 0,0xf1,0x05,0x1f,0x16}, /* 640x480, 320x240 */
889 { 143, 120,1056, 643,1270, 440, 0, 1, 0, 0,0xf4,0x10,0x1c,0x00}, /* 800x600, 400x300 */
890 { 143, 76, 836, 523,1270, 440, 0, 1, 0, 0,0xee,0x0c,0x22,0x08}, /* 720x480 - BETTER (from 300 series) */
891 { 1, 1,1100, 811,1412, 440, 0, 1, 0, 0,0xee,0x0c,0x22,0x08}, /* 1024x768 (525i) CORRECTED */
892#if 0 /* flimmert und ist unten abgeschnitten (NTSCHT, NTSC clock) */
893 { 65, 64,1056, 791,1270, 480, 455, 0, 0, 0,0x00,0x00,0x00,0x00} /* 1024x768 (525p) */
894#endif
895#if 0
896 { 1, 1,1100, 811,1412, 440, 0, 1, 0, 0,0x00,0x00,0x00,0x00} /* 1024x768 (525p) */
897#endif
898#if 0
899 { 1, 1,1120, 821,1516, 420, 0, 1, 0, 0,0x00,0x00,0x00,0x00} /* 1024x768 (525p) */
900#endif
901#if 0
902 { 1, 1, 938, 821,1516, 420, 0, 1, 0, 0,0x00,0x00,0x00,0x00} /* 1024x768 (525p) */
903#endif
904#if 0 /* zoom hin, unten abgeschnitten (NTSC2HT, NTSC1024 clock) */
905 { 1, 1,1072, 791,1270, 480, 455, 0, 0, 0,0x00,0x00,0x00,0x00} /* 1024x768 (525p) */
906#endif
907#if 1 /* zu weit links (squeezed) (NTSC2HT, NTSC1024 clock) */
908 { 1, 1,1100, 846,1270, 440, 455, 0, 0, 0,0x00,0x00,0x00,0x00} /* 1024x768 (525p) */
909#endif
910#if 0 /* zu weit links, rechts abgeschnitten (NTSC2HT, NTSC1024 clock) */
911 { 1, 1,1100, 846,1412, 440, 455, 0, 0, 0,0x00,0x00,0x00,0x00} /* 1024x768 (525p) */
912#endif
1da177e4
LT
913};
914
544393fe 915static const struct SiS_TVData SiS_StHiTVData[] = /* Slave + TVSimu */
1da177e4 916{
544393fe
TW
917 { 1, 1, 0x37c,0x233,0x2b2,0x320, 0, 0, 0, 0, 0, 0, 0, 0},
918 { 1, 1, 0x37c,0x233,0x2b2,0x2bc, 0, 0, 0, 0, 0, 0, 0, 0},
919 { 1, 1, 0x37c,0x233,0x2b2,0x320, 0, 0, 0, 0, 0, 0, 0, 0},
920 { 1, 1, 0x37c,0x233,0x2b2,0x2bc, 0, 0, 0, 0, 0, 0, 0, 0},
921 { 1, 1, 0x37c,0x233,0x2b2,0x3c0, 0, 0, 0, 0, 0, 0, 0, 0},
922 { 8, 5, 0x41a,0x2ab,0x670,0x3c0,0x150, 1, 0, 0, 0, 0, 0, 0}
1da177e4
LT
923};
924
544393fe 925static const struct SiS_TVData SiS_St2HiTVData[] = /* Slave */
1da177e4 926{
544393fe
TW
927 { 3, 1, 0x348,0x1e3,0x670,0x3c0,0x032, 0, 0, 0, 0, 0, 0, 0},
928 { 1, 1, 0x37c,0x233,0x2b2,0x2bc, 0, 0, 0, 0, 0, 0, 0, 0},
929 { 3, 1, 0x348,0x1e3,0x670,0x3c0,0x032, 0, 0, 0, 0, 0, 0, 0},
930 { 1, 1, 0x37c,0x233,0x2b2,0x2bc, 0, 0, 0, 0, 0, 0, 0, 0},
931 { 5, 2, 0x348,0x233,0x670,0x3c0,0x08d, 1, 0, 0, 0, 0, 0, 0},
932 { 8, 5, 0x41a,0x2ab,0x670,0x3c0,0x17c, 1, 0, 0, 0, 0, 0, 0}
1da177e4
LT
933};
934
544393fe
TW
935static const struct SiS_TVData SiS_ExtHiTVData[] =
936{ /* all ok */
937 { 6, 1, 0x348,0x233,0x660,0x3c0, 0, 0, 0, 0, 0, 0, 0, 0},
938 { 3, 1, 0x3c0,0x233,0x660,0x3c0, 0, 0, 0, 0, 0, 0, 0, 0},
939 { 6, 1, 0x348,0x233,0x660,0x3c0, 0, 0, 0, 0, 0, 0, 0, 0},
940 { 3, 1, 0x3c0,0x233,0x660,0x3c0, 0, 0, 0, 0, 0, 0, 0, 0},
941 { 5, 1, 0x348,0x233,0x670,0x3c0,0x166, 1, 0, 0, 0, 0, 0, 0}, /* 640x480 */
942 { 16, 5, 0x41a,0x2ab,0x670,0x3c0,0x143, 1, 0, 0, 0, 0, 0, 0}, /* 800x600 */
943 { 25, 12, 0x4ec,0x353,0x670,0x3c0,0x032, 0, 0, 0, 0, 0, 0, 0}, /* 1024x768 */
944 { 5, 4, 0x627,0x464,0x670,0x3c0,0x128, 0, 0, 0, 0, 0, 0, 0}, /* 1280x1024 */
945 { 4, 1, 0x41a,0x233,0x60c,0x3c0,0x143, 1, 0, 0, 0, 0, 0, 0}, /* 800x480 */
946 { 5, 2, 0x578,0x293,0x670,0x3c0,0x032, 0, 0, 0, 0, 0, 0, 0}, /* 1024x576 */
947 { 8, 5, 0x6d6,0x323,0x670,0x3c0,0x128, 0, 0, 0, 0, 0, 0, 0}, /* 1280x720 */
948 { 8, 3, 0x4ec,0x353,0x670,0x3c0,0x032, 0, 0, 0, 0, 0, 0, 0}, /* 960x600 */
1da177e4
LT
949};
950
544393fe 951static const struct SiS_TVData SiS_St525pData[] =
1da177e4 952{
544393fe
TW
953 { 1, 1, 0x6b4,0x20d,0x4f6,0x190, 50, 0, 0x2f8, 0, 0, 0, 0, 0},
954 { 1, 1, 0x6b4,0x20d,0x4f6,0x15e, 50, 0, 0x280, 0, 0, 0, 0, 0},
955 { 1, 1, 0x6b4,0x20d,0x4f6,0x190, 50, 0, 0x2f8, 0, 0, 0, 0, 0},
956 { 1, 1, 0x6b4,0x20d,0x4f6,0x15e, 50, 0, 0x280, 0, 0, 0, 0, 0},
957 { 1, 1, 0x6b4,0x20d,0x4f6,0x1e0, 0, 0, 0x2f8, 0, 0, 0, 0, 0}
1da177e4
LT
958};
959
544393fe 960static const struct SiS_TVData SiS_St750pData[] =
1da177e4 961{
544393fe
TW
962 { 1, 1, 0x672,0x2ee,0x500,0x190, 50, 0, 0x2f8, 0, 0, 0, 0, 0},
963 { 1, 1, 0x672,0x2ee,0x500,0x15e, 50, 0, 0x280, 0, 0, 0, 0, 0},
964 { 1, 1, 0x672,0x2ee,0x500,0x190, 0, 0, 0x2d0, 0, 0, 0, 0, 0},
965 { 1, 1, 0x672,0x2ee,0x500,0x15e, 0, 0, 0x2d0, 0, 0, 0, 0, 0},
966 { 1, 1, 0x672,0x2ee,0x500,0x1e0, 0, 0, 0x2f8, 0, 0, 0, 0, 0}
1da177e4
LT
967};
968
544393fe
TW
969static const struct SiS_TVData SiS_Ext750pData[] =
970{ /* all ok */
971 { 3, 1, 935, 470, 1130, 680, 50, 0, 0, 0, 0, 0, 0, 0}, /* 320x200/640x400 */
972 { 24, 7, 935, 420, 1130, 680, 50, 0, 0, 0, 0, 0, 0, 0},
973 { 3, 1, 935, 470, 1130, 680, 50, 0, 0, 0, 0, 0, 0, 0},
974 { 24, 7, 935, 420, 1130, 680, 50, 0, 0, 0, 0, 0, 0, 0},
975 { 2, 1, 1100, 590, 1130, 640, 50, 0, 0, 0, 0, 0, 0, 0}, /* 640x480 */
976 { 3, 2, 1210, 690, 1130, 660, 50, 0, 0, 0, 0, 0, 0, 0}, /* 800x600 OK */
977 { 2, 1, 1100, 562, 1130, 640, 0, 1, 0, 0, 0, 0, 0, 0}, /* 720x480 OK */
978 { 1, 1, 1375, 878, 1130, 640, 638, 0, 0, 0, 0, 0, 0, 0}, /* 1024x768 OK */
979 { 5, 3, 1100, 675, 1130, 640, 0, 1, 0, 0, 0, 0, 0, 0}, /* 720/768x576 OK */
980 { 25, 24, 1496, 755, 1120, 680, 50, 0, 0, 0, 0, 0, 0, 0} /* 1280x720 OK */
1da177e4
LT
981};
982
544393fe 983static const struct SiS_LCDData SiS_LCD1280x720Data[] = /* 2.03.00 */
1da177e4
LT
984{
985 { 44, 15, 864, 430, 1408, 806 }, /* 640x400 */
986 { 128, 35, 792, 385, 1408, 806 },
987 { 44, 15, 864, 430, 1408, 806 },
988 { 128, 35, 792, 385, 1408, 806 },
989 { 22, 9, 864, 516, 1408, 806 }, /* 640x480 */
990 { 8, 5, 1056, 655, 1408, 806 }, /* 800x600 */
991 { 0, 0, 0, 0, 0, 0 }, /* 1024x768 */
992 { 0, 0, 0, 0, 0, 0 }, /* 1280x1024 */
993 { 0, 0, 0, 0, 0, 0 },
994 { 0, 0, 0, 0, 0, 0 },
995 { 1, 1, 1408, 806, 1408, 806 } /* 1280x720 */
996};
997
998/* About 1280x768: For TMDS, Panel_1280x768 will only be set if
999 * the panel is a Fujitsu 7911 (VL-17WDX8) (with clock 81, 1688x802)
1000 * Other TMDS panels of this resolution will be treated as custom.
1001 * For LVDS, we know another type (_2).
1002 * (Note: 1280x768_3 is now special for SiS301/NetVista
1003 */
1004
544393fe 1005static const struct SiS_LCDData SiS_StLCD1280x768_2Data[] = /* 2.03.00 */
1da177e4
LT
1006{
1007 { 64, 21, 858, 434, 1408, 806 }, /* 640x400 */
1008 { 32, 9, 858, 372, 1408, 806 },
1009 { 64, 21, 858, 434, 1408, 806 },
1010 { 32, 9, 858, 372, 1408, 806 },
1011 { 143, 68, 1024, 527, 1408, 806 }, /* 640x480 */
1012 { 64, 51, 1364, 663, 1408, 806 }, /* 800x600 */
1013 { 88, 81, 1296, 806, 1408, 806 }, /* 1024x768 */
1014 { 0, 0, 0, 0, 0, 0 },
1015 { 1, 1, 1408, 806, 1408, 806 }, /* 1280x768 */
1016 { 0, 0, 0, 0, 0, 0 },
1017 { 16, 15, 1600, 750, 1600, 806 } /* 1280x720 - from Ext */
1018};
1019
544393fe 1020static const struct SiS_LCDData SiS_ExtLCD1280x768_2Data[] = /* 2.03.00 */
1da177e4
LT
1021{
1022 { 16, 5, 960, 410, 1600, 806 }, /* 640x400 */
1023 { 64, 21, 1152, 364, 1600, 806 },
1024 { 16, 5, 960, 410, 1600, 806 },
1025 { 64, 21, 1152, 364, 1600, 806 },
1026 { 32, 13, 1040, 493, 1600, 806 }, /* 640x480 */
1027 { 16, 9, 1152, 618, 1600, 806 }, /* 800x600 */
1028 { 25, 21, 1344, 796, 1600, 806 }, /* 1024x768 */
1029 { 0, 0, 0, 0, 0, 0 },
1030 { 1, 1, 1600, 806, 1600, 806 }, /* 1280x768 */
1031 { 0, 0, 0, 0, 0, 0 },
1032 { 16, 15, 1600, 750, 1600, 806 } /* 1280x720 */
1033};
1034
1035#if 0 /* Not used; _3 now reserved for NetVista (SiS301) */
544393fe 1036static const struct SiS_LCDData SiS_LCD1280x768_3Data[] =
1da177e4
LT
1037{
1038 { 64, 25, 1056, 422, 1664, 798 }, /* 640x400 */
1039 { 128, 39, 884, 396, 1408, 806 }, /* ,640 */
1040 { 64, 25, 1056, 422, 1664, 798 }, /* 640x400 */
1041 { 128, 39, 884, 396, 1408, 806 }, /* ,640 */
1042 { 32, 15, 1056, 513, 1408, 806 }, /* ,664 */ /* 640x480 */
1043 { 176, 125, 1280, 640, 1408, 806 }, /* ,768 */ /* 800x600 */
1044 { 64, 61, 1342, 806, 1408, 806 }, /* 1024x768 */
1045 { 0, 0, 0, 0, 0, 0 },
1046 { 1, 1, 1408, 806, 1408, 806 }, /* 1280x768 */
1047 { 0, 0, 0, 0, 0, 0 },
1048 { 16, 15, 1600, 750, 1600, 806 } /* 1280x720 from above */
1049};
1050#endif
1051
544393fe 1052static const struct SiS_LCDData SiS_LCD1280x800Data[] = /* 0.93.12a (TMDS) */
1da177e4
LT
1053{
1054 { 128, 51, 1122, 412, 1408, 816 }, /* 640x400 */
1055 { 128, 49, 1232, 361, 1408, 816 },
1056 { 128, 51, 1122, 412, 1408, 816 },
1057 { 128, 49, 1232, 361, 1408, 816 },
1058 { 8, 3, 880, 491, 1408, 816 }, /* 640x480 */
1059 { 11, 6, 1024, 612, 1408, 816 }, /* 800x600 */
1060 { 22, 21, 1400, 784, 1408, 816 }, /* 1024x768 */
1061 { 0, 0, 0, 0, 0, 0 }, /* 1280x1024 */
1062 { 1, 1, 1408, 816, 1408, 816 }, /* 1280x800 */
1063 { 0, 0, 0, 0, 0, 0 }, /* 1280x768 (patch index) */
1064 { 0, 0, 0, 0, 0, 0 } /* 1280x720 */
1065};
1066
544393fe 1067static const struct SiS_LCDData SiS_LCD1280x800_2Data[] = /* 2.03.00 (LVDS) */
1da177e4
LT
1068{
1069 { 97, 42, 1344, 409, 1552, 812 }, /* 640x400 */
1070 { 97, 35, 1280, 358, 1552, 812 },
1071 { 97, 42, 1344, 409, 1552, 812 },
1072 { 97, 35, 1280, 358, 1552, 812 },
1073 { 97, 39, 1040, 488, 1552, 812 }, /* 640x480 */
1074 { 194, 105, 1120, 608, 1552, 812 }, /* 800x600 */
1075 { 97, 84, 1400, 780, 1552, 812 }, /* 1024x768 */
1076 { 0, 0, 0, 0, 0, 0 }, /* 1280x1024 */
1077 { 1, 1, 1552, 812, 1552, 812 }, /* 1280x800 */
1078 { 97, 96, 1600, 780, 1552, 812 }, /* 1280x768 - patch index */
1079 { 97, 90, 1600, 730, 1552, 812 } /* 1280x720 */
1080};
1081
544393fe
TW
1082#if 0
1083static const struct SiS_LCDData SiS_LCD1280x800_3Data[] = /* 2.02.05a (LVDS); m250 */
1084{
1085 { 128, 51, 1122, 412, 1408, 816 }, /* 640x400 */
1086 { 128, 49, 1232, 361, 1408, 816 },
1087 { 128, 51, 1122, 412, 1408, 816 },
1088 { 128, 49, 1232, 361, 1408, 816 },
1089 { 8, 3, 880, 491, 1408, 816 }, /* 640x480 */
1090 { 11, 6, 1024, 612, 1408, 816 }, /* 800x600 */
1091 { 22, 21, 1400, 784, 1408, 816 }, /* 1024x768 */
1092 { 0, 0, 0, 0, 0, 0 }, /* 1280x1024 */
1093 { 1, 1, 1408, 816, 1408, 816 }, /* 1280x800 */
1094 { 0, 0, 0, 0, 0, 0 }, /* 1280x768 - patch index */
1095 { 0, 0, 0, 0, 0, 0 } /* 1280x720 */
1096};
1097#endif
1098
1099static const struct SiS_LCDData SiS_LCD1280x854Data[] = /* 2.21.00CS (LVDS) */
1100{
1101 { 56, 15, 936, 410, 1664, 861 }, /* 640x400 */
1102 { 64, 25, 1586, 355, 1664, 861 },
1103 { 56, 15, 936, 410, 1664, 861 },
1104 { 64, 25, 1586, 355, 1664, 861 },
1105 { 91, 45, 1464, 485, 1664, 861 }, /* 640x480 */
1106 { 182, 75, 976, 605, 1664, 861 }, /* 800x600 */
1107 { 91, 66, 1342, 774, 1664, 861 }, /* 1024x768 */
1108 { 0, 0, 0, 0, 0, 0 }, /* 1280x1024 */
1109 { 26, 25, 1708, 807, 1664, 861 }, /* 1280x800 */
1110 { 13, 12, 1708, 774, 1664, 861 }, /* 1280x768 - patch index */
1111 { 52, 45, 1708, 725, 1664, 861 }, /* 1280x720 */
1112 { 0, 0, 0, 0, 0, 0 },
1113 { 0, 0, 0, 0, 0, 0 },
1114 { 1, 1, 1664, 861, 1664, 861 } /* 1280x854 */
1115};
1116
1117static const struct SiS_LCDData SiS_LCD1280x960Data[] =
1da177e4
LT
1118{
1119 { 9, 2, 800, 500, 1800, 1000 },
1120 { 9, 2, 800, 500, 1800, 1000 },
1121 { 4, 1, 900, 500, 1800, 1000 },
1122 { 4, 1, 900, 500, 1800, 1000 },
1123 { 9, 2, 800, 500, 1800, 1000 },
1124 { 30, 11, 1056, 625, 1800, 1000 },
1125 { 5, 3, 1350, 800, 1800, 1000 },
1126 { 1, 1, 1576, 1050, 1576, 1050 },
544393fe
TW
1127 { 1, 1, 1800, 1000, 1800, 1000 },
1128 { 0, 0, 0, 0, 0, 0 },
1129 { 0, 0, 0, 0, 0, 0 },
1130 { 0, 0, 0, 0, 0, 0 },
1131 { 0, 0, 0, 0, 0, 0 },
1132 { 0, 0, 0, 0, 0, 0 }
1da177e4
LT
1133};
1134
544393fe 1135static const struct SiS_LCDData SiS_StLCD1400x1050Data[] =
1da177e4
LT
1136{
1137 { 211, 100, 2100, 408, 1688, 1066 },
1138 { 211, 64, 1536, 358, 1688, 1066 },
1139 { 211, 100, 2100, 408, 1688, 1066 },
1140 { 211, 64, 1536, 358, 1688, 1066 },
1141 { 211, 48, 840, 488, 1688, 1066 },
1142 { 211, 72, 1008, 609, 1688, 1066 },
1143 { 211, 128, 1400, 776, 1688, 1066 },
1144 { 211, 205, 1680, 1041, 1688, 1066 },
544393fe
TW
1145 { 1, 1, 1688, 1066, 1688, 1066 },
1146 { 0, 0, 0, 0, 0, 0 },
1147 { 0, 0, 0, 0, 0, 0 },
1148 { 0, 0, 0, 0, 0, 0 },
1149 { 0, 0, 0, 0, 0, 0 },
1150 { 0, 0, 0, 0, 0, 0 }
1da177e4
LT
1151};
1152
544393fe 1153static const struct SiS_LCDData SiS_ExtLCD1400x1050Data[] =
1da177e4
LT
1154{
1155/* { 211, 60, 1260, 410, 1688, 1066 }, 640x400 (6330) */
1156 { 211, 100, 2100, 408, 1688, 1066 }, /* 640x400 (6325) WORKS */
1157 { 211, 64, 1536, 358, 1688, 1066 },
1158 { 211, 100, 2100, 408, 1688, 1066 },
1159 { 211, 64, 1536, 358, 1688, 1066 },
1160/* { 211, 80, 1400, 490, 1688, 1066 }, 640x480 (6330) */
1161 { 211, 48, 840, 488, 1688, 1066 }, /* 640x480 (6325) WORKS */
1162/* { 211, 117, 1638, 613, 1688, 1066 }, 800x600 (6330) */
1163 { 211, 72, 1008, 609, 1688, 1066 }, /* 800x600 (6325) WORKS */
1164 { 211, 128, 1400, 776, 1688, 1066 }, /* 1024x768 */
1165 { 211, 205, 1680, 1041, 1688, 1066 }, /* 1280x1024 - not used (always unscaled) */
1166 { 1, 1, 1688, 1066, 1688, 1066 }, /* 1400x1050 */
1167 { 0, 0, 0, 0, 0, 0 }, /* kludge */
544393fe
TW
1168 { 211, 120, 1400, 730, 1688, 1066 }, /* 1280x720 */
1169 { 0, 0, 0, 0, 0, 0 },
1170 { 0, 0, 0, 0, 0, 0 },
1171 { 0, 0, 0, 0, 0, 0 }
1da177e4
LT
1172};
1173
544393fe 1174static const struct SiS_LCDData SiS_LCD1680x1050Data[] =
1da177e4
LT
1175{
1176 { 95, 24, 1260, 410, 1900, 1066 }, /* 0 640x400 */
1177 { 10, 3, 1710, 362, 1900, 1066 },
1178 { 95, 24, 1260, 410, 1900, 1066 },
1179 { 10, 3, 1710, 362, 1900, 1066 },
1180 { 95, 32, 1400, 490, 1900, 1066 }, /* 4 640x480 */
1181 { 95, 42, 1470, 610, 1900, 1066 }, /* 5 800x600 */
1182 { 95, 64, 1750, 784, 1900, 1066 }, /* 6 1024x768 */
1183 { 95, 94, 1900, 1055, 1900, 1066 }, /* 7 1280x1024 */
1184 { 41, 31, 1900, 806, 1900, 1066 }, /* 8 1280x768 */
1185 { 95, 69, 1800, 817, 1900, 1066 }, /* 9 1280x800 patch index */
1186 { 13, 9, 1900, 739, 1900, 1066 }, /* 10 1280x720 */
1187 { 95, 94, 1880, 1066, 1900, 1066 }, /* 11 1400x1050 patch index */
544393fe
TW
1188 { 1, 1, 1900, 1066, 1900, 1066 }, /* 12 1680x1050 */
1189 { 0, 0, 0, 0, 0, 0 }
1da177e4
LT
1190};
1191
544393fe 1192static const struct SiS_LCDData SiS_StLCD1600x1200Data[] =
1da177e4
LT
1193{
1194 {27, 4, 800, 500, 2160, 1250 },
1195 {27, 4, 800, 500, 2160, 1250 },
1196 { 6, 1, 900, 500, 2160, 1250 },
1197 { 6, 1, 900, 500, 2160, 1250 },
1198 {27, 1, 800, 500, 2160, 1250 },
1199 { 4, 1,1080, 625, 2160, 1250 },
1200 { 5, 2,1350, 800, 2160, 1250 },
1201 {135,88,1600,1100, 2160, 1250 },
1202 {72, 49,1680,1092, 2160, 1250 },
544393fe
TW
1203 { 1, 1,2160,1250, 2160, 1250 },
1204 { 0, 0, 0, 0, 0, 0 },
1205 { 0, 0, 0, 0, 0, 0 },
1206 { 0, 0, 0, 0, 0, 0 },
1207 { 0, 0, 0, 0, 0, 0 }
1da177e4
LT
1208};
1209
544393fe 1210static const struct SiS_LCDData SiS_ExtLCD1600x1200Data[] =
1da177e4
LT
1211{
1212 {72,11, 990, 422, 2160, 1250 }, /* 640x400 (6330) WORKS */
1213/* {27, 4, 800, 500, 2160, 1250 }, 640x400 (6235) */
1214 {27, 4, 800, 500, 2160, 1250 },
1215 { 6, 1, 900, 500, 2160, 1250 },
1216 { 6, 1, 900, 500, 2160, 1250 },
1217 {45, 8, 960, 505, 2160, 1250 }, /* 640x480 (6330) WORKS */
1218/* {27, 1, 800, 500, 2160, 1250 }, 640x480 (6325) */
1219 { 4, 1,1080, 625, 2160, 1250 },
1220 { 5, 2,1350, 800, 2160, 1250 },
1221 {27,16,1500,1064, 2160, 1250 }, /* 1280x1024 */
1222 {72,49,1680,1092, 2160, 1250 }, /* 1400x1050 (6330, was not supported on 6325) */
544393fe
TW
1223 { 1, 1,2160,1250, 2160, 1250 },
1224 { 0, 0, 0, 0, 0, 0 },
1225 { 0, 0, 0, 0, 0, 0 },
1226 { 0, 0, 0, 0, 0, 0 },
1227 { 0, 0, 0, 0, 0, 0 }
1da177e4
LT
1228};
1229
544393fe 1230static const struct SiS_LCDData SiS_NoScaleData[] =
1da177e4
LT
1231{
1232 { 1, 1, 800, 449, 800, 449 }, /* 0x00: 320x200, 640x400 */
1233 { 1, 1, 800, 449, 800, 449 },
1234 { 1, 1, 900, 449, 900, 449 },
1235 { 1, 1, 900, 449, 900, 449 },
1236 { 1, 1, 800, 525, 800, 525 }, /* 0x04: 320x240, 640x480 */
1237 { 1, 1,1056, 628,1056, 628 }, /* 0x05: 400x300, 800x600 */
1238 { 1, 1,1344, 806,1344, 806 }, /* 0x06: 512x384, 1024x768 */
1239 { 1, 1,1688,1066,1688,1066 }, /* 0x07: 1280x1024 */
1240 { 1, 1,1688, 802,1688, 802 }, /* 0x08: 1280x768: Fujitsu, TMDS only */
1241 { 1, 1,2160,1250,2160,1250 }, /* 0x09: 1600x1200 */
1242 { 1, 1,1800,1000,1800,1000 }, /* 0x0a: 1280x960 */
1243 { 1, 1,1688,1066,1688,1066 }, /* 0x0b: 1400x1050 */
1244 { 1, 1,1650, 750,1650, 750 }, /* 0x0c: 1280x720 (TMDS, projector) */
1245 { 1, 1,1552, 812,1552, 812 }, /* 0x0d: 1280x800_2 (LVDS) (was: 1408,816/ 1656,841) */
1246 { 1, 1,1900,1066,1900,1066 }, /* 0x0e: 1680x1050 (LVDS) */
1247 { 1, 1,1660, 806,1660, 806 }, /* 0x0f: 1280x768_2 (LVDS) */
1248 { 1, 1,1664, 798,1664, 798 }, /* 0x10: 1280x768_3 (NetVista SiS 301) - TODO */
1249 { 1, 1,1688, 802,1688, 802 }, /* 0x11: 1280x768 (TMDS Fujitsu) */
1250 { 1, 1,1408, 806,1408, 806 }, /* 0x12: 1280x720 (LVDS) */
1251 { 1, 1, 896, 497, 896, 497 }, /* 0x13: 720x480 */
1252 { 1, 1, 912, 597, 912, 597 }, /* 0x14: 720x576 */
1253 { 1, 1, 912, 597, 912, 597 }, /* 0x15: 768x576 */
1254 { 1, 1,1056, 497,1056, 497 }, /* 0x16: 848x480 */
1255 { 1, 1,1064, 497,1064, 497 }, /* 0x17: 856x480 */
1256 { 1, 1,1056, 497,1056, 497 }, /* 0x18: 800x480 */
1257 { 1, 1,1328, 739,1328, 739 }, /* 0x19: 1024x576 */
1258 { 1, 1,1680, 892,1680, 892 }, /* 0x1a: 1152x864 */
1259 { 1, 1,1808, 808,1808, 808 }, /* 0x1b: 1360x768 */
1260 { 1, 1,1104, 563,1104, 563 }, /* 0x1c: 960x540 */
1261 { 1, 1,1120, 618,1120, 618 }, /* 0x1d: 960x600 */
544393fe
TW
1262 { 1, 1,1408, 816,1408, 816 }, /* 0x1f: 1280x800 (TMDS special) */
1263 { 1, 1,1760,1235,1760,1235 }, /* 0x20: 1600x1200 for LCDA */
1264 { 1, 1,2048,1320,2048,1320 }, /* 0x21: 1600x1200 for non-SiS LVDS */
1265 { 1, 1,1664, 861,1664, 861 } /* 0x22: 1280x854 */
1da177e4
LT
1266};
1267
1268/**************************************************************/
1269/* LVDS ----------------------------------------------------- */
1270/**************************************************************/
1271
544393fe
TW
1272/* FSTN/DSTN 320x240, 2 variants */
1273static const struct SiS_LVDSData SiS_LVDS320x240Data_1[]=
1da177e4
LT
1274{
1275 { 848, 433, 400, 525},
1276 { 848, 389, 400, 525},
1277 { 848, 433, 400, 525},
1278 { 848, 389, 400, 525},
1279 { 848, 518, 400, 525},
1280 {1056, 628, 400, 525},
544393fe 1281 { 400, 525, 400, 525} /* xSTN */
1da177e4
LT
1282};
1283
544393fe 1284static const struct SiS_LVDSData SiS_LVDS320x240Data_2[]=
1da177e4 1285{
544393fe 1286 { 800, 445, 800, 525},
1da177e4
LT
1287 { 800, 395, 800, 525},
1288 { 800, 445, 800, 525},
1289 { 800, 395, 800, 525},
1290 { 800, 525, 800, 525},
544393fe
TW
1291 {1056, 628,1056, 628},
1292 { 480, 525, 480, 525} /* xSTN */
1da177e4
LT
1293};
1294
544393fe 1295static const struct SiS_LVDSData SiS_LVDS640x480Data_1[]=
1da177e4 1296{
544393fe 1297 { 800, 445, 800, 525}, /* 800, 449, 800, 449 */
1da177e4
LT
1298 { 800, 395, 800, 525},
1299 { 800, 445, 800, 525},
1300 { 800, 395, 800, 525},
544393fe 1301 { 800, 525, 800, 525}
1da177e4
LT
1302};
1303
544393fe 1304static const struct SiS_LVDSData SiS_LVDS800x600Data_1[]=
1da177e4
LT
1305{
1306 { 848, 433,1060, 629},
1307 { 848, 389,1060, 629},
1308 { 848, 433,1060, 629},
1309 { 848, 389,1060, 629},
1310 { 848, 518,1060, 629},
1da177e4
LT
1311 {1056, 628,1056, 628}
1312};
1313
544393fe 1314static const struct SiS_LVDSData SiS_LVDS1024x600Data_1[] =
1da177e4
LT
1315{
1316 { 840, 604,1344, 800},
1317 { 840, 560,1344, 800},
1318 { 840, 604,1344, 800},
1319 { 840, 560,1344, 800},
1320 { 840, 689,1344, 800},
1321 {1050, 800,1344, 800},
1322 {1344, 800,1344, 800}
1323};
1324
544393fe 1325static const struct SiS_LVDSData SiS_LVDS1024x768Data_1[]=
1da177e4
LT
1326{
1327 { 840, 438,1344, 806},
1328 { 840, 409,1344, 806},
1329 { 840, 438,1344, 806},
1330 { 840, 409,1344, 806},
544393fe 1331 { 840, 518,1344, 806}, /* 640x480 */
1da177e4
LT
1332 {1050, 638,1344, 806}, /* 800x600 */
1333 {1344, 806,1344, 806}, /* 1024x768 */
1334};
1335
544393fe 1336static const struct SiS_LVDSData SiS_CHTVUNTSCData[]=
1da177e4
LT
1337{
1338 { 840, 600, 840, 600},
1339 { 840, 600, 840, 600},
1340 { 840, 600, 840, 600},
1341 { 840, 600, 840, 600},
1342 { 784, 600, 784, 600},
1343 {1064, 750,1064, 750},
1344 {1160, 945,1160, 945}
1345};
1346
544393fe 1347static const struct SiS_LVDSData SiS_CHTVONTSCData[]=
1da177e4
LT
1348{
1349 { 840, 525, 840, 525},
1350 { 840, 525, 840, 525},
1351 { 840, 525, 840, 525},
1352 { 840, 525, 840, 525},
1353 { 784, 525, 784, 525},
1354 {1040, 700,1040, 700},
1355 {1160, 840,1160, 840}
1356};
1357
1da177e4
LT
1358/* CRT1 CRTC data for slave modes */
1359
544393fe 1360static const struct SiS_LVDSCRT1Data SiS_LVDSCRT1320x240_1[] =
1da177e4
LT
1361{
1362 {{0x65,0x4f,0x89,0x56,0x83,0xaa,0x1f,
1363 0x90,0x85,0x8f,0xab,0x30,0x00,0x05,
1364 0x00 }},
1365 {{0x65,0x4f,0x89,0x56,0x83,0x83,0x1f,
1366 0x5e,0x83,0x5d,0x79,0x10,0x00,0x05,
1367 0x00 }},
1368 {{0x65,0x4f,0x89,0x54,0x9f,0xc4,0x1f,
1369 0x92,0x89,0x8f,0xb5,0x30,0x00,0x01,
1370 0x00 }},
1371 {{0x65,0x4f,0x89,0x56,0x83,0x83,0x1f,
1372 0x5e,0x83,0x5d,0x79,0x10,0x00,0x05,
1373 0x00 }},
1374 {{0x65,0x4f,0x89,0x56,0x83,0x04,0x3e,
1375 0xe0,0x85,0xdf,0xfb,0x10,0x00,0x05,
1376 0x00 }},
1377 {{0x7f,0x63,0x83,0x6c,0x1c,0x72,0xf0,
1378 0x58,0x8c,0x57,0x73,0x20,0x00,0x06,
1379 0x01 }},
1380 {{0x2d,0x27,0x90,0x2c,0x80,0x0b,0x3e,
1381 0xe9,0x8b,0xe7,0x04,0x00,0x00,0x00,
1382 0x00 }}
1383};
1384
544393fe 1385static const struct SiS_LVDSCRT1Data SiS_LVDSCRT1320x240_2[] =
1da177e4
LT
1386{
1387 {{0x5f,0x4f,0x82,0x55,0x81,0x0b,0x3e,
1388 0xe9,0x8b,0xdf,0x04,0x30,0x00,0x05,
1389 0x00}},
1390 {{0x5f,0x4f,0x82,0x55,0x81,0x0b,0x3e,
1391 0xe9,0x8b,0xdf,0x04,0x30,0x00,0x05,
1392 0x00}},
1393 {{0x5f,0x4f,0x82,0x55,0x81,0x0b,0x3e,
1394 0xe9,0x8b,0xdf,0x04,0x30,0x00,0x05,
1395 0x00}},
1396 {{0x5f,0x4f,0x82,0x55,0x81,0x0b,0x3e,
1397 0xe9,0x8b,0xdf,0x04,0x30,0x00,0x05,
1398 0x00}},
1399 {{0x5f,0x4f,0x82,0x55,0x81,0x0b,0x3e,
1400 0xe9,0x8b,0xdf,0x04,0x30,0x00,0x05,
1401 0x00}},
1402 {{0x7f,0x63,0x83,0x6c,0x1c,0x72,0xf0,
1403 0x58,0x8c,0x57,0x73,0x20,0x00,0x06,
1404 0x01}},
544393fe 1405#if 0
1da177e4
LT
1406 {{0x2d,0x27,0x90,0x2c,0x80,0x0b,0x3e,
1407 0xe9,0x8b,0xe7,0x04,0x00,0x00,0x00,
1408 0x00}}
544393fe
TW
1409#endif
1410 {{0x5f,0x4f,0x83,0x55,0x81,0x0b,0x3e,
1411 0xe9,0x8b,0xe8,0x0c,0x00,0x00,0x05,
1412 0x00}},
1da177e4
LT
1413};
1414
544393fe 1415static const struct SiS_LVDSCRT1Data SiS_LVDSCRT1320x240_2_H[] =
1da177e4
LT
1416{
1417 {{0x65,0x4f,0x89,0x56,0x83,0xaa,0x1f,
1418 0x90,0x85,0x8f,0xab,0x30,0x00,0x05,
1419 0x00}},
1420 {{0x65,0x4f,0x89,0x56,0x83,0x83,0x1f,
1421 0x5e,0x83,0x5d,0x79,0x10,0x00,0x05,
1422 0x00}},
1423 {{0x65,0x4f,0x89,0x54,0x9f,0xc4,0x1f,
1424 0x92,0x89,0x8f,0xb5,0x30,0x00,0x01,
1425 0x00}},
1426 {{0x65,0x4f,0x89,0x56,0x83,0x83,0x1f,
1427 0x5e,0x83,0x5d,0x79,0x10,0x00,0x05,
1428 0x00}},
1429 {{0x65,0x4f,0x89,0x56,0x83,0x04,0x3e,
1430 0xe0,0x85,0xdf,0xfb,0x10,0x00,0x05,
1431 0x00}},
1432 {{0x7f,0x63,0x83,0x6c,0x1c,0x72,0xf0,
1433 0x58,0x8c,0x57,0x73,0x20,0x00,0x06,
1434 0x01}},
1435 {{0x2d,0x27,0x90,0x2c,0x80,0x0b,0x3e,
1436 0xe9,0x8b,0xe7,0x04,0x00,0x00,0x00,
1437 0x00}}
1438};
1439
544393fe 1440static const struct SiS_LVDSCRT1Data SiS_LVDSCRT1320x240_3[] =
1da177e4
LT
1441{
1442 {{0x5f,0x4f,0x82,0x55,0x81,0x0b,0x3e,
1443 0xe9,0x8b,0xdf,0x04,0x00,0x00,0x05,
1444 0x00}},
1445 {{0x5f,0x4f,0x82,0x55,0x81,0x0b,0x3e,
1446 0xe9,0x8b,0xdf,0x04,0x00,0x00,0x05,
1447 0x00}},
1448 {{0x5f,0x4f,0x82,0x55,0x81,0x0b,0x3e,
1449 0xe9,0x8b,0xdf,0x04,0x00,0x00,0x05,
1450 0x00}},
1451 {{0x5f,0x4f,0x82,0x55,0x81,0x0b,0x3e,
1452 0xe9,0x8b,0xdf,0x04,0x00,0x00,0x05,
1453 0x00}},
1454 {{0x5f,0x4f,0x82,0x55,0x81,0x0b,0x3e,
1455 0xe9,0x8b,0xdf,0x04,0x00,0x00,0x05,
1456 0x00}},
1457 {{0x7f,0x63,0x83,0x6c,0x1c,0x72,0xf0,
1458 0x58,0x8c,0x57,0x73,0x20,0x00,0x06,
1459 0x01}},
1460 {{0x2d,0x27,0x90,0x2c,0x80,0x0b,0x3e,
1461 0xe9,0x8b,0xe7,0x04,0x00,0x00,0x00,
1462 0x00}}
1463};
1464
544393fe 1465static const struct SiS_LVDSCRT1Data SiS_LVDSCRT1320x240_3_H[] =
1da177e4
LT
1466{
1467 {{0x65,0x4f,0x89,0x56,0x83,0xaa,0x1f,
1468 0x90,0x85,0x8f,0xab,0x30,0x00,0x05,
1469 0x00}},
1470 {{0x65,0x4f,0x89,0x56,0x83,0x83,0x1f,
1471 0x5e,0x83,0x5d,0x79,0x10,0x00,0x05,
1472 0x00}},
1473 {{0x65,0x4f,0x89,0x54,0x9f,0xc4,0x1f,
1474 0x92,0x89,0x8f,0xb5,0x30,0x00,0x01,
1475 0x00}},
1476 {{0x65,0x4f,0x89,0x56,0x83,0x83,0x1f,
1477 0x5e,0x83,0x5d,0x79,0x10,0x00,0x05,
1478 0x00}},
1479 {{0x65,0x4f,0x89,0x56,0x83,0x04,0x3e,
1480 0xe0,0x85,0xdf,0xfb,0x10,0x00,0x05,
1481 0x00}},
1482 {{0x7f,0x63,0x83,0x6c,0x1c,0x72,0xf0,
1483 0x58,0x8c,0x57,0x73,0x20,0x00,0x06,
1484 0x01}},
1485 {{0x2d,0x27,0x90,0x2c,0x80,0x0b,0x3e,
1486 0xe9,0x8b,0xe7,0x04,0x00,0x00,0x00,
1487 0x00}}
1488};
1489
544393fe 1490static const struct SiS_LVDSCRT1Data SiS_LVDSCRT1640x480_1[] =
1da177e4 1491{
544393fe
TW
1492 {{0x5f,0x4f,0x82,0x55,0x81,0x0b,0x3e,
1493 0xe9,0x8b,0xdf,0x04,0x30,0x00,0x05,
1da177e4 1494 0x00}},
544393fe
TW
1495 {{0x5f,0x4f,0x82,0x55,0x81,0x0b,0x3e,
1496 0xe9,0x8b,0xdf,0x04,0x30,0x00,0x05,
1da177e4 1497 0x00}},
544393fe
TW
1498 {{0x5f,0x4f,0x82,0x55,0x81,0x0b,0x3e,
1499 0xe9,0x8b,0xdf,0x04,0x30,0x00,0x05,
1da177e4 1500 0x00}},
544393fe
TW
1501 {{0x5f,0x4f,0x82,0x55,0x81,0x0b,0x3e,
1502 0xe9,0x8b,0xdf,0x04,0x30,0x00,0x05,
1da177e4 1503 0x00}},
544393fe
TW
1504 {{0x5f,0x4f,0x82,0x55,0x81,0x0b,0x3e,
1505 0xe9,0x8b,0xdf,0x04,0x30,0x00,0x05,
1da177e4 1506 0x00}},
544393fe
TW
1507 {{0x7f,0x63,0x83,0x6c,0x1c,0x72,0xf0,
1508 0x58,0x8c,0x57,0x73,0x20,0x00,0x06,
1da177e4
LT
1509 0x01}}
1510};
1511
544393fe 1512static const struct SiS_LVDSCRT1Data SiS_LVDSCRT1640x480_1_H[] =
1da177e4 1513{
544393fe
TW
1514 {{0x2d,0x28,0x90,0x2b,0xa0,0xbf,0x1f,
1515 0x9c,0x8e,0x96,0xb9,0x00,0x00,0x00,
1da177e4 1516 0x00}},
544393fe
TW
1517 {{0x2d,0x28,0x90,0x2b,0xa0,0xbf,0x1f,
1518 0x83,0x85,0x63,0xba,0x00,0x00,0x00,
1da177e4 1519 0x00}},
544393fe
TW
1520 {{0x2d,0x28,0x90,0x2b,0xa0,0xbf,0x1f,
1521 0x9c,0x8e,0x96,0xb9,0x00,0x00,0x00,
1da177e4 1522 0x00}},
544393fe
TW
1523 {{0x2d,0x28,0x90,0x2b,0xa0,0xbf,0x1f,
1524 0x83,0x85,0x63,0xba,0x00,0x00,0x00,
1da177e4 1525 0x00}},
544393fe
TW
1526 {{0x2d,0x28,0x90,0x2c,0x80,0x0b,0x3e,
1527 0xe9,0x8b,0xe7,0x04,0x00,0x00,0x00,
1528 0x00}}
1da177e4
LT
1529};
1530
544393fe
TW
1531BOOLEAN SiSInitPtr(struct SiS_Private *SiS_Pr);
1532#ifdef SIS_XORG_XF86
1533unsigned short SiS_GetModeID(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay,
1534 int Depth, BOOLEAN FSTN, int LCDwith, int LCDheight);
1da177e4 1535#endif
544393fe
TW
1536unsigned short SiS_GetModeID_LCD(int VGAEngine, unsigned int VBFlags, int HDisplay,
1537 int VDisplay, int Depth, BOOLEAN FSTN,
1538 unsigned short CustomT, int LCDwith, int LCDheight,
1539 unsigned int VBFlags2);
1540unsigned short SiS_GetModeID_TV(int VGAEngine, unsigned int VBFlags, int HDisplay,
1541 int VDisplay, int Depth, unsigned int VBFlags2);
1542unsigned short SiS_GetModeID_VGA2(int VGAEngine, unsigned int VBFlags, int HDisplay,
1543 int VDisplay, int Depth, unsigned int VBFlags2);
1544
1545void SiS_SetReg(SISIOADDRESS port, unsigned short index, unsigned short data);
1546void SiS_SetRegByte(SISIOADDRESS port, unsigned short data);
1547void SiS_SetRegShort(SISIOADDRESS port, unsigned short data);
1548void SiS_SetRegLong(SISIOADDRESS port, unsigned int data);
1549unsigned char SiS_GetReg(SISIOADDRESS port, unsigned short index);
1550unsigned char SiS_GetRegByte(SISIOADDRESS port);
1551unsigned short SiS_GetRegShort(SISIOADDRESS port);
1552unsigned int SiS_GetRegLong(SISIOADDRESS port);
1553void SiS_SetRegANDOR(SISIOADDRESS Port, unsigned short Index, unsigned short DataAND,
1554 unsigned short DataOR);
1555void SiS_SetRegAND(SISIOADDRESS Port,unsigned short Index, unsigned short DataAND);
1556void SiS_SetRegOR(SISIOADDRESS Port,unsigned short Index, unsigned short DataOR);
1557
1558void SiS_DisplayOn(struct SiS_Private *SiS_Pr);
1559void SiS_DisplayOff(struct SiS_Private *SiS_Pr);
1560void SiSRegInit(struct SiS_Private *SiS_Pr, SISIOADDRESS BaseAddr);
1561#ifndef SIS_LINUX_KERNEL
1562void SiSSetLVDSetc(struct SiS_Private *SiS_Pr);
1da177e4 1563#endif
544393fe
TW
1564void SiS_SetEnableDstn(struct SiS_Private *SiS_Pr, int enable);
1565void SiS_SetEnableFstn(struct SiS_Private *SiS_Pr, int enable);
1566unsigned short SiS_GetModeFlag(struct SiS_Private *SiS_Pr, unsigned short ModeNo,
1567 unsigned short ModeIdIndex);
1568BOOLEAN SiSDetermineROMLayout661(struct SiS_Private *SiS_Pr);
1569#ifndef SIS_LINUX_KERNEL
1570void SiS_GetVBType(struct SiS_Private *SiS_Pr);
1da177e4
LT
1571#endif
1572
544393fe
TW
1573BOOLEAN SiS_SearchModeID(struct SiS_Private *SiS_Pr, unsigned short *ModeNo,
1574 unsigned short *ModeIdIndex);
1575unsigned short SiS_GetModePtr(struct SiS_Private *SiS_Pr, unsigned short ModeNo,
1576 unsigned short ModeIdIndex);
1577unsigned short SiS_GetRefCRTVCLK(struct SiS_Private *SiS_Pr, unsigned short Index, int UseWide);
1578unsigned short SiS_GetRefCRT1CRTC(struct SiS_Private *SiS_Pr, unsigned short Index, int UseWide);
1579unsigned short SiS_GetColorDepth(struct SiS_Private *SiS_Pr, unsigned short ModeNo,
1580 unsigned short ModeIdIndex);
1581unsigned short SiS_GetOffset(struct SiS_Private *SiS_Pr,unsigned short ModeNo,
1582 unsigned short ModeIdIndex, unsigned short RRTI);
1583#ifdef SIS300
1584void SiS_GetFIFOThresholdIndex300(struct SiS_Private *SiS_Pr, unsigned short *idx1,
1585 unsigned short *idx2);
1586unsigned short SiS_GetFIFOThresholdB300(unsigned short idx1, unsigned short idx2);
1587unsigned short SiS_GetLatencyFactor630(struct SiS_Private *SiS_Pr, unsigned short index);
1da177e4 1588#endif
544393fe
TW
1589void SiS_LoadDAC(struct SiS_Private *SiS_Pr, unsigned short ModeNo, unsigned short ModeIdIndex);
1590#ifdef SIS_XORG_XF86
1591BOOLEAN SiSSetMode(struct SiS_Private *SiS_Pr, ScrnInfoPtr pScrn, unsigned short ModeNo,
1592 BOOLEAN dosetpitch);
1593BOOLEAN SiSBIOSSetMode(struct SiS_Private *SiS_Pr, ScrnInfoPtr pScrn,
1594 DisplayModePtr mode, BOOLEAN IsCustom);
1595BOOLEAN SiSBIOSSetModeCRT2(struct SiS_Private *SiS_Pr, ScrnInfoPtr pScrn,
1596 DisplayModePtr mode, BOOLEAN IsCustom);
1597BOOLEAN SiSBIOSSetModeCRT1(struct SiS_Private *SiS_Pr, ScrnInfoPtr pScrn,
1598 DisplayModePtr mode, BOOLEAN IsCustom);
1599#endif
1600#ifdef SIS_LINUX_KERNEL
1601BOOLEAN SiSSetMode(struct SiS_Private *SiS_Pr, unsigned short ModeNo);
1602#endif
1603void SiS_CalcCRRegisters(struct SiS_Private *SiS_Pr, int depth);
1604void SiS_CalcLCDACRT1Timing(struct SiS_Private *SiS_Pr, unsigned short ModeNo,
1605 unsigned short ModeIdIndex);
1606#ifdef SIS_XORG_XF86
1607void SiS_Generic_ConvertCRData(struct SiS_Private *SiS_Pr, unsigned char *crdata, int xres,
1608 int yres, DisplayModePtr current);
1609#endif
1610#ifdef SIS_LINUX_KERNEL
1611void SiS_Generic_ConvertCRData(struct SiS_Private *SiS_Pr, unsigned char *crdata, int xres,
1612 int yres, struct fb_var_screeninfo *var, BOOLEAN writeres);
1da177e4
LT
1613#endif
1614
544393fe
TW
1615/* From init301.c: */
1616extern void SiS_GetVBInfo(struct SiS_Private *SiS_Pr, unsigned short ModeNo,
1617 unsigned short ModeIdIndex, int chkcrt2mode);
1618extern void SiS_GetLCDResInfo(struct SiS_Private *SiS_Pr, unsigned short ModeNo,
1619 unsigned short ModeIdIndex);
1620extern void SiS_SetYPbPr(struct SiS_Private *SiS_Pr);
1621extern void SiS_SetTVMode(struct SiS_Private *SiS_Pr, unsigned short ModeNo,
1622 unsigned short ModeIdIndex);
1623extern void SiS_UnLockCRT2(struct SiS_Private *SiS_Pr);
1624extern void SiS_DisableBridge(struct SiS_Private *);
1625extern BOOLEAN SiS_SetCRT2Group(struct SiS_Private *, unsigned short);
1626extern unsigned short SiS_GetRatePtr(struct SiS_Private *SiS_Pr, unsigned short ModeNo,
1627 unsigned short ModeIdIndex);
1628extern void SiS_WaitRetrace1(struct SiS_Private *SiS_Pr);
1629extern unsigned short SiS_GetResInfo(struct SiS_Private *SiS_Pr, unsigned short ModeNo,
1630 unsigned short ModeIdIndex);
1631extern unsigned short SiS_GetCH700x(struct SiS_Private *SiS_Pr, unsigned short tempax);
1632extern unsigned short SiS_GetVCLK2Ptr(struct SiS_Private *SiS_Pr, unsigned short ModeNo,
1633 unsigned short ModeIdIndex, unsigned short RRTI);
1634extern BOOLEAN SiS_IsVAMode(struct SiS_Private *);
1635extern BOOLEAN SiS_IsDualEdge(struct SiS_Private *);
1636
1637#ifdef SIS_XORG_XF86
1638/* From other modules: */
1639extern unsigned short SiS_CheckBuildCustomMode(ScrnInfoPtr pScrn, DisplayModePtr mode,
1640 unsigned int VBFlags);
1641extern unsigned char SiS_GetSetBIOSScratch(ScrnInfoPtr pScrn, unsigned short offset,
1642 unsigned char value);
1643extern unsigned char SiS_GetSetModeID(ScrnInfoPtr pScrn, unsigned char id);
1644extern unsigned short SiS_GetModeNumber(ScrnInfoPtr pScrn, DisplayModePtr mode,
1645 unsigned int VBFlags);
1da177e4
LT
1646#endif
1647
544393fe
TW
1648#ifdef SIS_LINUX_KERNEL
1649#ifdef SIS300
1650extern unsigned int sisfb_read_nbridge_pci_dword(struct SiS_Private *SiS_Pr, int reg);
1651extern void sisfb_write_nbridge_pci_dword(struct SiS_Private *SiS_Pr, int reg,
1652 unsigned int val);
1653#endif
1654#ifdef SIS315H
1655extern void sisfb_write_nbridge_pci_byte(struct SiS_Private *SiS_Pr, int reg,
1656 unsigned char val);
1657extern unsigned int sisfb_read_mio_pci_word(struct SiS_Private *SiS_Pr, int reg);
1658#endif
1da177e4
LT
1659#endif
1660
1661#endif
1662