|
| | MODULE_DEVICE_TABLE (pci, sisfb_pci_table) |
| |
| void | fbcon_sis_fillrect (struct fb_info *info, const struct fb_fillrect *rect) |
| |
| void | fbcon_sis_copyarea (struct fb_info *info, const struct fb_copyarea *area) |
| |
| int | fbcon_sis_sync (struct fb_info *info) |
| |
| int | sisfb_initaccel (struct sis_video_info *ivideo) |
| |
| void | sisfb_syncaccel (struct sis_video_info *ivideo) |
| |
| void | sis_malloc (struct sis_memreq *req) |
| |
| void | sis_malloc_new (struct pci_dev *pdev, struct sis_memreq *req) |
| |
| void | sis_free (u32 base) |
| |
| void | sis_free_new (struct pci_dev *pdev, u32 base) |
| |
| unsigned short | SiS_GetModeID_LCD (int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, bool FSTN, unsigned short CustomT, int LCDwith, int LCDheight, unsigned int VBFlags2) |
| |
| unsigned short | SiS_GetModeID_TV (int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, unsigned int VBFlags2) |
| |
| unsigned short | SiS_GetModeID_VGA2 (int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, unsigned int VBFlags2) |
| |
| void | SiSRegInit (struct SiS_Private *SiS_Pr, SISIOADDRESS BaseAddr) |
| |
| bool | SiSSetMode (struct SiS_Private *SiS_Pr, unsigned short ModeNo) |
| |
| void | SiS_SetEnableDstn (struct SiS_Private *SiS_Pr, int enable) |
| |
| void | SiS_SetEnableFstn (struct SiS_Private *SiS_Pr, int enable) |
| |
| bool | SiSDetermineROMLayout661 (struct SiS_Private *SiS_Pr) |
| |
| bool | sisfb_gettotalfrommode (struct SiS_Private *SiS_Pr, unsigned char modeno, int *htotal, int *vtotal, unsigned char rateindex) |
| |
| int | sisfb_mode_rate_to_dclock (struct SiS_Private *SiS_Pr, unsigned char modeno, unsigned char rateindex) |
| |
| int | sisfb_mode_rate_to_ddata (struct SiS_Private *SiS_Pr, unsigned char modeno, unsigned char rateindex, struct fb_var_screeninfo *var) |
| |
| unsigned short | SiS_GetCH700x (struct SiS_Private *SiS_Pr, unsigned short reg) |
| |
| void | SiS_SetCH700x (struct SiS_Private *SiS_Pr, unsigned short reg, unsigned char val) |
| |
| unsigned short | SiS_GetCH701x (struct SiS_Private *SiS_Pr, unsigned short reg) |
| |
| void | SiS_SetCH701x (struct SiS_Private *SiS_Pr, unsigned short reg, unsigned char val) |
| |
| void | SiS_SetCH70xxANDOR (struct SiS_Private *SiS_Pr, unsigned short reg, unsigned char myor, unsigned char myand) |
| |
| void | SiS_DDC2Delay (struct SiS_Private *SiS_Pr, unsigned int delaytime) |
| |
| void | SiS_SetChrontelGPIO (struct SiS_Private *SiS_Pr, unsigned short myvbinfo) |
| |
| unsigned short | SiS_HandleDDC (struct SiS_Private *SiS_Pr, unsigned int VBFlags, int VGAEngine, unsigned short adaptnum, unsigned short DDCdatatype, unsigned char *buffer, unsigned int VBFlags2) |
| |
| unsigned short | SiS_ReadDDC1Bit (struct SiS_Private *SiS_Pr) |
| |
| void | SiS_SiS30xBLOn (struct SiS_Private *SiS_Pr) |
| |
| void | SiS_SiS30xBLOff (struct SiS_Private *SiS_Pr) |
| |