/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/sis/initdef.h,v 1.4 2000/12/02 01:16:17 dawes Exp $ */ /* * Global definitions for init.c and init301.c * * Copyright 2002, 2003 by Thomas Winischhofer, Vienna, Austria * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting * documentation, and that the name of the copyright holder not be used in * advertising or publicity pertaining to distribution of the software without * specific, written prior permission. The copyright holder makes no representations * about the suitability of this software for any purpose. It is provided * "as is" without express or implied warranty. * * THE COPYRIGHT HOLDER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO * EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, INDIRECT OR * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. * * Author: Thomas Winischhofer */ #ifndef _INITDEF_ #define _INITDEF_ #define SiS300 0x0300 #define SiS540 0x5300 #define SiS630 0x6300 #define SiS730 0x6300 /* SiS_VBType */ #define VB_SIS301 0x0001 #define VB_SIS301B 0x0002 #define VB_SIS302B 0x0004 #define VB_SIS301LV 0x0008 #define VB_SIS302LV 0x0010 #define VB_SIS30xLV VB_SIS301LV #define VB_SIS30xNEW VB_SIS302LV #define VB_NoLCD 0x8000 #define VB_SIS301BLV302BLV (VB_SIS301B|VB_SIS302B|VB_SIS301LV|VB_SIS302LV) #define VB_SIS301B302B (VB_SIS301B|VB_SIS302B) #define VB_SIS301LV302LV (VB_SIS301LV|VB_SIS302LV) #define IS_SIS650 (HwDeviceExtension->jChipType == SIS_650) #define IS_SIS740 (HwDeviceExtension->jChipType == SIS_740) #define IS_SIS330 (HwDeviceExtension->jChipType == SIS_330) #define IS_SIS550 (HwDeviceExtension->jChipType == SIS_550) #define IS_SIS651 (SiS_Pr->SiS_SysFlags & (SF_Is651 | SF_Is652)) #define IS_SISM650 (SiS_Pr->SiS_SysFlags & (SF_IsM650 | SF_IsM652 | SF_IsM653)) #define IS_SIS65x (IS_SIS651 || IS_SISM650) #define IS_SIS660 (HwDeviceExtension->jChipType == SIS_660) #define IS_SIS650660 (IS_SIS650 || IS_SIS660) #define IS_SIS650740 ((HwDeviceExtension->jChipType >= SIS_650) && (HwDeviceExtension->jChipType < SIS_330)) #define IS_SIS650740660 (IS_SIS650 || IS_SIS660 || IS_SIS740) #define IS_SIS550650740660 (IS_SIS550 || IS_SIS650 || IS_SIS660 || IS_SIS740) #define CRT1Len 17 #define LVDSCRT1Len 15 #define CHTVRegDataLen 5 /* SiS_ModeType */ #define ModeText 0x00 #define ModeCGA 0x01 #define ModeEGA 0x02 #define ModeVGA 0x03 #define Mode15Bpp 0x04 #define Mode16Bpp 0x05 #define Mode24Bpp 0x06 #define Mode32Bpp 0x07 #define ModeInfoFlag 0x07 #define IsTextMode 0x07 #define DACInfoFlag 0x0018 #define MemoryInfoFlag 0x01E0 #define MemorySizeShift 5 /* modeflag */ #define Charx8Dot 0x0200 #define LineCompareOff 0x0400 #define CRT2Mode 0x0800 #define HalfDCLK 0x1000 #define NoSupportSimuTV 0x2000 #define DoubleScanMode 0x8000 /* Infoflag */ #define SupportAllCRT2 0x0078 #define SupportTV 0x0008 #define SupportHiVisionTV 0x0010 #define SupportLCD 0x0020 #define SupportRAMDAC2 0x0040 #define NoSupportTV 0x0070 #define NoSupportHiVisionTV 0x0060 #define NoSupportLCD 0x0058 #define SupportCHTV 0x0800 #define SupportTV1024 0x0800 #define InterlaceMode 0x0080 #define SupportHiVisionTV2 0x1000 #define SyncPP 0x0000 #define SyncPN 0x4000 #define SyncNP 0x8000 #define SyncNN 0xc000 #define ECLKindex0 0x0000 #define ECLKindex1 0x0100 #define ECLKindex2 0x0200 #define ECLKindex3 0x0300 #define ECLKindex4 0x0400 /* VBInfo */ #define SetSimuScanMode 0x0001 /* CR 30 */ #define SwitchToCRT2 0x0002 #define SetCRT2ToAVIDEO 0x0004 #define SetCRT2ToSVIDEO 0x0008 #define SetCRT2ToSCART 0x0010 #define SetCRT2ToLCD 0x0020 #define SetCRT2ToRAMDAC 0x0040 #define SetCRT2ToHiVisionTV 0x0080 #define SetCRT2ToTV 0x009C /* alias */ #define SetNTSCTV 0x0000 /* CR 31 */ #define SetPALTV 0x0100 #define SetInSlaveMode 0x0200 #define SetNotSimuMode 0x0400 #define SetNotSimuTVMode 0x0400 #define SetDispDevSwitch 0x0800 #define LoadDACFlag 0x1000 #define SetCHTVOverScan 0x1000 /* TW: Re-defined (from 0x8000) */ #define DisableCRT2Display 0x2000 #define CRT2DisplayFlag 0x2000 #define DriverMode 0x4000 #define HotKeySwitch 0x8000 /* TW: ? */ #define SetCRT2ToLCDA 0x8000 /* SetFlag */ #define ProgrammingCRT2 0x01 #define TVSimuMode 0x02 #define RPLLDIV2XO 0x04 #define LCDVESATiming 0x08 #define EnableLVDSDDA 0x10 #define SetDispDevSwitchFlag 0x20 #define CheckWinDos 0x40 #define SetDOSMode 0x80 /* SysFlags */ #define SF_Is651 0x0001 #define SF_IsM650 0x0002 #define SF_Is652 0x0004 #define SF_IsM652 0x0008 #define SF_IsM653 0x0010 #define SF_Is660 0x8000 #define PanelRGB18Bit 0x0100 #define PanelRGB24Bit 0x0000 #define TVOverScan 0x10 /* Bit in CR35 (300 series only) */ #define TVOverScanShift 4 #define ClearBufferFlag 0x20 /* CR32 (Newer 630, and 315 series) [0] VB connected with CVBS [1] VB connected with SVHS [2] VB connected with SCART [3] VB connected with LCD [4] VB connected with CRT2 (secondary VGA) [5] CRT1 monitor is connected [6] VB connected with Hi-Vision TV [7] VB connected with DVI combo connector CR37 [0] Set 24/18 bit (0/1) RGB to LVDS/TMDS transmitter (set by BIOS) [3:1] External chip 300 series: 001 SiS301 (never seen) 010 LVDS 011 LVDS + Tumpion Zurac 100 LVDS + Chrontel 7005 110 Chrontel 7005 315 series 001 SiS30x (never seen) 010 LVDS 011 LVDS + Chrontel 7019 All other combinations reserved [4] LVDS: 0: Panel Link expands / 1: Panel Link does not expand 30x: 0: Bridge scales / 1: Bridge does not scale = Panel scales (if possible) [5] LCD polarity select 0: VESA DMT Standard 1: EDID 2.x defined [6] LCD horizontal polarity select 0: High active 1: Low active [7] LCD vertical polarity select 0: High active 1: Low active */ /* CR37: LCDInfo */ #define LCDRGB18Bit 0x0001 #define LCDNonExpanding 0x0010 #define DontExpandLCD LCDNonExpanding #define LCDNonExpandingShift 4 #define DontExpandLCDShift LCDNonExpandingShift #define LCDSync 0x0020 #define LCDPass11 0x0100 #define LCDSyncBit 0x00e0 #define LCDSyncShift 6 /* CR38 (315 series) */ #define EnableDualEdge 0x01 #define SetToLCDA 0x02 /* LCD channel A (302B/LV and 650+LVDS only) */ #define EnableSiSHiVision 0x04 /* HiVision (HDTV) on SiS bridge */ #define EnableLVDSScart 0x04 /* Scart on Ch7019 (unofficial definition - TW) */ #define EnableLVDSHiVision 0x08 /* YPbPr color format (480i HDTV); only on 650/Ch7019 systems */ #define EnableHiVision750 0x08 /* Enable 750P HiVision mode (30xLV only) */ #define EnableHiVision525 0x10 /* Enable 525P HiVision mode (30xLV only) */ #define SiSHiVision2 0x20 /* ? - | --- mask 0x38 combinations have different meaning! */ #define EnablePALM 0x40 /* 1 = Set PALM */ #define EnablePALN 0x80 /* 1 = Set PALN */ #define SetSCARTOutput 0x01 #define BoardTVType 0x02 #define EnablePALMN 0x40 /* Romflag: 1 = Allow PALM/PALN */ /* CR39 (650) */ #define LCDPass1_1 0x01 /* LVDS only; set by driver to pass 1:1 data to LVDS output */ #define Enable302LV_DualLink 0x04 /* 30xNEW (302LV) only; set by mode switching function */ /* CR79 (315 series only) [3-0] Notify driver 0001 Mode Switch event (set by BIOS) 0010 Epansion On/Off event 0011 TV UnderScan/OverScan event 0100 Set Brightness event 0101 Set Contrast event 0110 Set Mute event 0111 Set Volume Up/Down event [4] Enable Backlight Control by BIOS/driver (set by driver; set means that the BIOS should not touch the backlight registers because eg. the driver already switched off the backlight) [5] PAL/NTSC (set by BIOS) [6] Expansion On/Off (set by BIOS; copied to CR32[4]) [7] TV UnderScan/OverScan (set by BIOS) */ /* LCDResInfo */ #define Panel300_800x600 0x01 /* CR36 */ #define Panel300_1024x768 0x02 #define Panel300_1280x1024 0x03 #define Panel300_1280x960 0x04 #define Panel300_640x480 0x05 #define Panel300_1024x600 0x06 #define Panel300_1152x768 0x07 #define Panel300_1280x768 0x0a #define Panel300_320x480 0x0e /* fstn - TW: This is fake, can be any */ #define Panel300_Custom 0x0f #define Panel300_Barco1366 0x10 #define Panel310_800x600 0x01 #define Panel310_1024x768 0x02 #define Panel310_1280x1024 0x03 #define Panel310_640x480 0x04 #define Panel310_1024x600 0x05 #define Panel310_1152x864 0x06 #define Panel310_1280x960 0x07 #define Panel310_1152x768 0x08 /* LVDS only */ #define Panel310_1400x1050 0x09 #define Panel310_1280x768 0x0a #define Panel310_1600x1200 0x0b #define Panel310_640x480_2 0x0c #define Panel310_640x480_3 0x0d #define Panel310_320x480 0x0e /* fstn - TW: This is fake, can be any */ #define Panel310_Custom 0x0f #define Panel_800x600 0x01 /* Unified values */ #define Panel_1024x768 0x02 #define Panel_1280x1024 0x03 #define Panel_640x480 0x04 #define Panel_1024x600 0x05 #define Panel_1152x864 0x06 #define Panel_1280x960 0x07 #define Panel_1152x768 0x08 /* LVDS only */ #define Panel_1400x1050 0x09 #define Panel_1280x768 0x0a /* LVDS only */ #define Panel_1600x1200 0x0b #define Panel_640x480_2 0x0c #define Panel_640x480_3 0x0d #define Panel_320x480 0x0e /* fstn - TW: This is fake, can be any */ #define Panel_Custom 0x0f #define Panel_Barco1366 0x10 /* Index in ModeResInfo table */ #define SIS_RI_320x200 0 #define SIS_RI_320x240 1 #define SIS_RI_320x400 2 #define SIS_RI_400x300 3 #define SIS_RI_512x384 4 #define SIS_RI_640x400 5 #define SIS_RI_640x480 6 #define SIS_RI_800x600 7 #define SIS_RI_1024x768 8 #define SIS_RI_1280x1024 9 #define SIS_RI_1600x1200 10 #define SIS_RI_1920x1440 11 #define SIS_RI_2048x1536 12 #define SIS_RI_720x480 13 #define SIS_RI_720x576 14 #define SIS_RI_1280x960 15 #define SIS_RI_800x480 16 #define SIS_RI_1024x576 17 #define SIS_RI_1280x720 18 #define SIS_RI_856x480 19 #define SIS_RI_1280x768 20 #define SIS_RI_1400x1050 21 #define SIS_RI_1152x864 22 #define SIS_RI_848x480 23 #define SIS_RI_1360x768 24 #define SIS_RI_1024x600 25 #define SIS_RI_1152x768 26 #define SIS_RI_768x576 27 #define SIS_RI_1360x1024 28 #define ExtChipType 0x0e #define ExtChip301 0x02 #define ExtChipLVDS 0x04 #define ExtChipTrumpion 0x06 #define ExtChipCH7005 0x08 #define ExtChipMitacTV 0x0a /* TW: Incorrect, 0x0a = Chrontel 7005 only */ #define IsM650 0x80 /* TW: CR5F */ #define LCDDataLen 8 #define HiTVDataLen 12 #define TVDataLen 16 #define SetPALTV 0x0100 #define HalfDCLK 0x1000 /* modeflag */ #define NTSCHT 1716 #define NTSC2HT 1920 #define NTSCVT 525 #define PALHT 1728 #define PALVT 625 #define StHiTVHT 892 #define StHiTVVT 1126 #define StHiTextTVHT 1000 #define StHiTextTVVT 1126 #define ExtHiTVHT 2100 #define ExtHiTVVT 1125 #define VCLKStartFreq 25 #define SoftDramType 0x80 /* Indices in (VB)VCLKData tables */ #define VCLK28 0x00 /* Index in VCLKData table (300 and 315) */ #define VCLK40 0x04 /* Index in VCLKData table (300 and 315) */ #define VCLK65_300 0x09 /* Index in VCLKData table (300) */ #define VCLK108_2_300 0x14 /* Index in VCLKData table (300) */ #define VCLK81_300 0x3f /* Index in VCLKData table (300) */ #define VCLK108_3_300 0x42 /* Index in VCLKData table (300) */ #define VCLK100_300 0x43 /* Index in VCLKData table (300) */ #define VCLK65_315 0x0b /* Index in (VB)VCLKData table (315) */ #define VCLK108_2_315 0x19 /* Index in (VB)VCLKData table (315) */ #define VCLK81_315 0x5b /* Index in (VB)VCLKData table (315) */ #define VCLK162_315 0x21 /* Index in (VB)VCLKData table (315) */ #define VCLK108_3_315 0x45 /* Index in VBVCLKData table (315) */ #define VCLK100_315 0x46 /* Index in VBVCLKData table (315) */ #define TVCLKBASE_300 0x21 /* Indices on TV clocks in VCLKData table (300) */ #define TVCLKBASE_315 0x3a /* Indices on TV clocks in (VB)VCLKData table (315) */ #define TVVCLKDIV2 0x00 /* Index relative to TVCLKBASE */ #define TVVCLK 0x01 /* Index relative to TVCLKBASE */ #define HiTVVCLKDIV2 0x02 /* Index relative to TVCLKBASE */ #define HiTVVCLK 0x03 /* Index relative to TVCLKBASE */ #define HiTVSimuVCLK 0x04 /* Index relative to TVCLKBASE */ #define HiTVTextVCLK 0x05 /* Index relative to TVCLKBASE */ /* ------------------------------ */ #define LoadDACFlag 0x1000 #define AfterLockCRT2 0x4000 #define SetCRT2ToAVIDEO 0x0004 #define SetCRT2ToSCART 0x0010 #define Ext2StructSize 5 #define SetSCARTOutput 0x01 #define AVIDEOSense 0x01 #define SVIDEOSense 0x02 #define SCARTSense 0x04 #define LCDSense 0x08 #define Monitor1Sense 0x20 #define Monitor2Sense 0x10 #define HiTVSense 0x40 #define BoardTVType 0x02 #define HotPlugFunction 0x08 #define StStructSize 0x06 #define SIS_VIDEO_CAPTURE 0x00 - 0x30 #define SIS_VIDEO_PLAYBACK 0x02 - 0x30 #define SIS_CRT2_PORT_04 0x04 - 0x30 #define SIS_CRT2_PORT_10 0x10 - 0x30 #define SIS_CRT2_PORT_12 0x12 - 0x30 #define SIS_CRT2_PORT_14 0x14 - 0x30 #define ADR_CRT2PtrData 0x20E #define offset_Zurac 0x210 /* TW: Trumpion Zurac data pointer */ #define ADR_LVDSDesPtrData 0x212 #define ADR_LVDSCRT1DataPtr 0x214 #define ADR_CHTVVCLKPtr 0x216 #define ADR_CHTVRegDataPtr 0x218 #define LVDSDataLen 6 #define EnableLVDSDDA 0x10 #define LVDSDesDataLen 3 #define ActiveNonExpanding 0x40 #define ActiveNonExpandingShift 6 #define ActivePAL 0x20 #define ActivePALShift 5 #define ModeSwitchStatus 0x0F #define SoftTVType 0x40 #define SoftSettingAddr 0x52 #define ModeSettingAddr 0x53 #define SelectCRT1Rate 0x4 #define _PanelType00 0x00 #define _PanelType01 0x08 #define _PanelType02 0x10 #define _PanelType03 0x18 #define _PanelType04 0x20 #define _PanelType05 0x28 #define _PanelType06 0x30 #define _PanelType07 0x38 #define _PanelType08 0x40 #define _PanelType09 0x48 #define _PanelType0A 0x50 #define _PanelType0B 0x58 #define _PanelType0C 0x60 #define _PanelType0D 0x68 #define _PanelType0E 0x70 #define _PanelType0F 0x78 #define PRIMARY_VGA 0 /* 1: SiS is primary vga 0:SiS is secondary vga */ #define BIOSIDCodeAddr 0x235 /* TW: Offsets to ptrs in BIOS image */ #define OEMUtilIDCodeAddr 0x237 #define VBModeIDTableAddr 0x239 #define OEMTVPtrAddr 0x241 #define PhaseTableAddr 0x243 #define NTSCFilterTableAddr 0x245 #define PALFilterTableAddr 0x247 #define OEMLCDPtr_1Addr 0x249 #define OEMLCDPtr_2Addr 0x24B #define LCDHPosTable_1Addr 0x24D #define LCDHPosTable_2Addr 0x24F #define LCDVPosTable_1Addr 0x251 #define LCDVPosTable_2Addr 0x253 #define OEMLCDPIDTableAddr 0x255 #define VBModeStructSize 5 #define PhaseTableSize 4 #define FilterTableSize 4 #define LCDHPosTableSize 7 #define LCDVPosTableSize 5 #define OEMLVDSPIDTableSize 4 #define LVDSHPosTableSize 4 #define LVDSVPosTableSize 6 #define VB_ModeID 0 #define VB_TVTableIndex 1 #define VB_LCDTableIndex 2 #define VB_LCDHIndex 3 #define VB_LCDVIndex 4 #define OEMLCDEnable 0x0001 #define OEMLCDDelayEnable 0x0002 #define OEMLCDPOSEnable 0x0004 #define OEMTVEnable 0x0100 #define OEMTVDelayEnable 0x0200 #define OEMTVFlickerEnable 0x0400 #define OEMTVPhaseEnable 0x0800 #define OEMTVFilterEnable 0x1000 #define OEMLCDPanelIDSupport 0x0080 /* ============================================================= for 315 series ============================================================= */ #define SoftDRAMType 0x80 #define SoftSetting_OFFSET 0x52 #define SR07_OFFSET 0x7C #define SR15_OFFSET 0x7D #define SR16_OFFSET 0x81 #define SR17_OFFSET 0x85 #define SR19_OFFSET 0x8D #define SR1F_OFFSET 0x99 #define SR21_OFFSET 0x9A #define SR22_OFFSET 0x9B #define SR23_OFFSET 0x9C #define SR24_OFFSET 0x9D #define SR25_OFFSET 0x9E #define SR31_OFFSET 0x9F #define SR32_OFFSET 0xA0 #define SR33_OFFSET 0xA1 #define CR40_OFFSET 0xA2 #define SR25_1_OFFSET 0xF6 #define CR49_OFFSET 0xF7 #define VB310Data_1_2_Offset 0xB6 #define VB310Data_4_D_Offset 0xB7 #define VB310Data_4_E_Offset 0xB8 #define VB310Data_4_10_Offset 0xBB #define RGBSenseDataOffset 0xBD #define YCSenseDataOffset 0xBF #define VideoSenseDataOffset 0xC1 #define OutputSelectOffset 0xF3 #define ECLK_MCLK_DISTANCE 0x14 #define VBIOSTablePointerStart 0x100 #define StandTablePtrOffset VBIOSTablePointerStart+0x02 #define EModeIDTablePtrOffset VBIOSTablePointerStart+0x04 #define CRT1TablePtrOffset VBIOSTablePointerStart+0x06 #define ScreenOffsetPtrOffset VBIOSTablePointerStart+0x08 #define VCLKDataPtrOffset VBIOSTablePointerStart+0x0A #define MCLKDataPtrOffset VBIOSTablePointerStart+0x0E #define CRT2PtrDataPtrOffset VBIOSTablePointerStart+0x10 #define TVAntiFlickPtrOffset VBIOSTablePointerStart+0x12 #define TVDelayPtr1Offset VBIOSTablePointerStart+0x14 #define TVPhaseIncrPtr1Offset VBIOSTablePointerStart+0x16 #define TVYFilterPtr1Offset VBIOSTablePointerStart+0x18 #define LCDDelayPtr1Offset VBIOSTablePointerStart+0x20 #define TVEdgePtr1Offset VBIOSTablePointerStart+0x24 #define CRT2Delay1Offset VBIOSTablePointerStart+0x28 #endif