summaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/vb_init.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman1-76/+2
2012-04-10staging: xgifb: drop XG41 codeAaro Koskinen1-75/+1
2012-04-10staging/xgifb: simplify vga I/O ports handlingDmitry Eremin-Solenikov1-1/+1
2012-04-10staging/xgifb: fix display on XGI Volari Z11m cardsDmitry Eremin-Solenikov1-1/+1
2012-02-10staging/xgifb: Rename remaining sis initdef.h defines and remove duplicatesPeter Huewe1-7/+7
2012-02-10staging/xgifb: Rename Set* defines and remove duplicated definesPeter Huewe1-2/+2
2012-02-09staging/xgifb: Include sis headersPeter Huewe1-1/+1
2011-12-08staging: xgifb: enable forcecrt2type on XG21Aaro Koskinen1-1/+7
2011-12-08staging: xgifb: move XGI21_LVDSCapStruct into xgifb_video_infoAaro Koskinen1-5/+6
2011-12-08staging: xgifb: disable LVDS on XG27Aaro Koskinen1-1/+0
2011-12-08staging: xgifb: ReadVBIOSTablData(): rename to xgifb_read_vbios()Aaro Koskinen1-3/+2
2011-12-08staging: xgifb: ReadVBIOSTablData(): copy only a single LVDS entryAaro Koskinen1-26/+27
2011-12-08staging: xgifb: ReadVBIOSTablData(): check the BIOS sizeAaro Koskinen1-7/+21
2011-12-08staging: xgifb: use u8 for video BIOS dataAaro Koskinen1-3/+3
2011-12-08staging: xgifb: delete ROMAddrAaro Koskinen1-10/+0
2011-12-08staging: xgifb: move video BIOS handling completely to ReadVBIOSTablData()Aaro Koskinen1-5/+39
2011-12-08staging: xgifb: XGINew_GetXG21Sense(): eliminate video BIOS accessAaro Koskinen1-6/+1
2011-12-08staging: xgifb: ReadVBIOSTablData(): use a pointer to access the arrayAaro Koskinen1-26/+19
2011-12-08staging: xgifb: ReadVBIOSTablData(): rename pVideoMemoryAaro Koskinen1-29/+20
2011-12-08staging: xgifb: ReadVBIOSTablData(): use ARRAY_SIZEAaro Koskinen1-3/+1
2011-12-08staging: xgifb: ReadVBIOSTablData(): rearrange code to avoid nestingAaro Koskinen1-60/+51
2011-12-08staging: xgifb: ReadVBIOSTablData(): avoid duplicating codeAaro Koskinen1-70/+27
2011-11-26staging: xgifb: delete vb_ext.{c,h}Aaro Koskinen1-1/+0
2011-11-26staging: xgifb: move XGINew_SenseLCD() to vb_init.cAaro Koskinen1-0/+44
2011-10-12staging: xgifb: make RAM type tables constAaro Koskinen1-5/+5
2011-10-12staging: xgifb: move XGINew_DataBusWidth into vb_device_infoAaro Koskinen1-17/+15
2011-10-12staging: xgifb: move XGINew_ChannelAB into vb_device_infoAaro Koskinen1-26/+26
2011-10-12staging: xgifb: move XGINew_RAMType into vb_device_infoAaro Koskinen1-57/+71
2011-10-12staging: xgifb: rename struct video_info to xgifb_video_infoAaro Koskinen1-1/+1
2011-10-12staging: xgifb: inline XGIfb_query_VGA_config_space()Aaro Koskinen1-7/+8
2011-09-16staging: xgifb: vb_init: use readl()/writel() to access iomapped memoryAaro Koskinen1-5/+5
2011-09-16staging: xgifb: unify #include orderAaro Koskinen1-2/+1
2011-09-06staging: xgifb: delete support for Chrontel 7007 TV outputAaro Koskinen1-9/+0
2011-07-05Remove unneeded version.h includes from drivers/staging/xgifb/Jesper Juhl1-1/+0
2011-04-25Staging: xgifb: Fixed lots of coding style issues.Kenji Toyama1-161/+366
2011-03-14staging: xgifb: rename XGINew_SetRegAND() to xgifb_reg_and()Aaro Koskinen1-2/+2
2011-03-14staging: xgifb: rename XGINew_SetRegANDOR() to xgifb_reg_and_or()Aaro Koskinen1-17/+17
2011-03-14staging: xgifb: rename XGINew_SetRegOR() to xgifb_reg_or()Aaro Koskinen1-6/+6
2011-03-14staging: xgifb: rename XGINew_GetReg1() to xgifb_reg_get()Aaro Koskinen1-49/+49
2011-03-14staging: xgifb: rename XGINew_SetReg1() to xgifb_reg_set()Aaro Koskinen1-292/+292
2011-03-14staging: xgifb: replace XGINew_SetReg4() with outl()Aaro Koskinen1-4/+4
2011-03-14staging: xgifb: replace XGINew_SetReg3() with outb()Aaro Koskinen1-1/+1
2011-03-14staging: xgifb: replace XGINew_GetReg3() with inl()Aaro Koskinen1-4/+4
2011-03-14staging: xgifb: replace DelayUS() with udelay()Aaro Koskinen1-44/+39
2011-03-14staging: xgifb: use mdelay() for millisecond delaysAaro Koskinen1-3/+3
2011-03-14staging: xgifb: eliminate redudant chip type >= XG40 checksAaro Koskinen1-41/+29
2011-03-14staging: xgifb: delete dead code for chip types < XG40Aaro Koskinen1-8/+1
2011-03-14staging: xgifb: vb_init: move functions to avoid forward declarationsAaro Koskinen1-447/+428
2011-03-09staging: xgifb: vb_init: make internal functions staticAaro Koskinen1-25/+26
2011-03-09staging: xgifb: vb_init: delete unused functionsAaro Koskinen1-1014/+0