init.h 59 KB

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