summaryrefslogtreecommitdiff
path: root/drivers/staging/xgifb/vb_init.c
AgeCommit message (Expand)Author
2012-04-10staging/xgifb: fix display on XGI Volari Z11m cardsDmitry Eremin-Solenikov
2012-02-10staging/xgifb: Rename remaining sis initdef.h defines and remove duplicatesPeter Huewe
2012-02-10staging/xgifb: Rename Set* defines and remove duplicated definesPeter Huewe
2012-02-09staging/xgifb: Include sis headersPeter Huewe
2011-12-08staging: xgifb: enable forcecrt2type on XG21Aaro Koskinen
2011-12-08staging: xgifb: move XGI21_LVDSCapStruct into xgifb_video_infoAaro Koskinen
2011-12-08staging: xgifb: disable LVDS on XG27Aaro Koskinen
2011-12-08staging: xgifb: ReadVBIOSTablData(): rename to xgifb_read_vbios()Aaro Koskinen
2011-12-08staging: xgifb: ReadVBIOSTablData(): copy only a single LVDS entryAaro Koskinen
2011-12-08staging: xgifb: ReadVBIOSTablData(): check the BIOS sizeAaro Koskinen
2011-12-08staging: xgifb: use u8 for video BIOS dataAaro Koskinen
2011-12-08staging: xgifb: delete ROMAddrAaro Koskinen
2011-12-08staging: xgifb: move video BIOS handling completely to ReadVBIOSTablData()Aaro Koskinen
2011-12-08staging: xgifb: XGINew_GetXG21Sense(): eliminate video BIOS accessAaro Koskinen
2011-12-08staging: xgifb: ReadVBIOSTablData(): use a pointer to access the arrayAaro Koskinen
2011-12-08staging: xgifb: ReadVBIOSTablData(): rename pVideoMemoryAaro Koskinen
2011-12-08staging: xgifb: ReadVBIOSTablData(): use ARRAY_SIZEAaro Koskinen
2011-12-08staging: xgifb: ReadVBIOSTablData(): rearrange code to avoid nestingAaro Koskinen
2011-12-08staging: xgifb: ReadVBIOSTablData(): avoid duplicating codeAaro Koskinen
2011-11-26staging: xgifb: delete vb_ext.{c,h}Aaro Koskinen
2011-11-26staging: xgifb: move XGINew_SenseLCD() to vb_init.cAaro Koskinen
2011-10-12staging: xgifb: make RAM type tables constAaro Koskinen
2011-10-12staging: xgifb: move XGINew_DataBusWidth into vb_device_infoAaro Koskinen
2011-10-12staging: xgifb: move XGINew_ChannelAB into vb_device_infoAaro Koskinen
2011-10-12staging: xgifb: move XGINew_RAMType into vb_device_infoAaro Koskinen
2011-10-12staging: xgifb: rename struct video_info to xgifb_video_infoAaro Koskinen
2011-10-12staging: xgifb: inline XGIfb_query_VGA_config_space()Aaro Koskinen
2011-09-16staging: xgifb: vb_init: use readl()/writel() to access iomapped memoryAaro Koskinen
2011-09-16staging: xgifb: unify #include orderAaro Koskinen
2011-09-06staging: xgifb: delete support for Chrontel 7007 TV outputAaro Koskinen
2011-07-05Remove unneeded version.h includes from drivers/staging/xgifb/Jesper Juhl
2011-04-25Staging: xgifb: Fixed lots of coding style issues.Kenji Toyama
2011-03-14staging: xgifb: rename XGINew_SetRegAND() to xgifb_reg_and()Aaro Koskinen
2011-03-14staging: xgifb: rename XGINew_SetRegANDOR() to xgifb_reg_and_or()Aaro Koskinen
2011-03-14staging: xgifb: rename XGINew_SetRegOR() to xgifb_reg_or()Aaro Koskinen
2011-03-14staging: xgifb: rename XGINew_GetReg1() to xgifb_reg_get()Aaro Koskinen
2011-03-14staging: xgifb: rename XGINew_SetReg1() to xgifb_reg_set()Aaro Koskinen
2011-03-14staging: xgifb: replace XGINew_SetReg4() with outl()Aaro Koskinen
2011-03-14staging: xgifb: replace XGINew_SetReg3() with outb()Aaro Koskinen
2011-03-14staging: xgifb: replace XGINew_GetReg3() with inl()Aaro Koskinen
2011-03-14staging: xgifb: replace DelayUS() with udelay()Aaro Koskinen
2011-03-14staging: xgifb: use mdelay() for millisecond delaysAaro Koskinen
2011-03-14staging: xgifb: eliminate redudant chip type >= XG40 checksAaro Koskinen
2011-03-14staging: xgifb: delete dead code for chip types < XG40Aaro Koskinen
2011-03-14staging: xgifb: vb_init: move functions to avoid forward declarationsAaro Koskinen
2011-03-09staging: xgifb: vb_init: make internal functions staticAaro Koskinen
2011-03-09staging: xgifb: vb_init: delete unused functionsAaro Koskinen
2011-03-09staging: xgifb: vb_init: delete redundant declarationsAaro Koskinen
2011-03-09staging: xgifb: delete bIntegratedMMEnabledAaro Koskinen
2011-03-09staging: xgifb: delete bSkipSenseAaro Koskinen